🎨 Fix spelling, whitespace

This commit is contained in:
Scott Lahteine
2022-05-31 12:43:44 -05:00
parent 1d8d8dccf4
commit f3b593ae73
18 changed files with 28 additions and 28 deletions

View File

@ -1,13 +1,13 @@
#!/usr/bin/env python
# This file is for preprocessing gcode and the new G29 Autobedleveling from Marlin
# It will analyse the first 2 Layer and return the maximum size for this part
# After this it will replace with g29_keyword = ';MarlinG29Script' with the new G29 LRFB
# the new file will be created in the same folder.
# This file is for preprocessing G-code and the new G29 Auto bed leveling from Marlin
# It will analyze the first 2 layers and return the maximum size for this part
# Then it will be replaced with g29_keyword = ';MarlinG29Script' with the new G29 LRFB.
# The new file will be created in the same folder.
from __future__ import print_function
# your gcode-file/folder
# Your G-code file/folder
folder = './'
my_file = 'test.gcode'