Scott Lahteine
58ce5182c2
🎨 Fix spelling, whitespace
2 years ago
luzpaz
afca6e7459
🐛 Spellcheck comments (#22496 )
codespell -q 3 --builtin=clear,rare,informal,code -S ./Marlin/src/lcd/language -L alo,amin,endcode,stdio,uint
3 years ago
Scott Lahteine
059269d732
More python updates
Followup to #13931
5 years ago
Alexey Shvetsov
af725c81e3
Convert py scripts for py2 and py3 compatibility (#13931 )
5 years ago
João Brázio
14652bb141
Moves shared helper scripts to the buildroot
8 years ago
Wurstnase
752c804677
remove offset, add minimum scan area
9 years ago
Wurstnase
14f0250853
allow negative values
and some more comments
9 years ago
Wurstnase
76da32b567
add hash-bang for python3
9 years ago
Wurstnase
2e7ba44633
some renaming for readability
9 years ago
Wurstnase
0620267ebb
g29 auto-mode for the new G29 LRFB
short:
this script scans the first few lines from a gcode. If the line between 2 different z are greater than min_g1 this is our first layer. On this layer we search the min and max values of X and Y. With an offset we write that in a new file.
9 years ago