Scott Lahteine
58ce5182c2
🎨 Fix spelling, whitespace
2年前
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年前
Scott Lahteine
059269d732
More python updates
Followup to #13931
5年前
Alexey Shvetsov
af725c81e3
Convert py scripts for py2 and py3 compatibility (#13931 )
5年前
João Brázio
14652bb141
Moves shared helper scripts to the buildroot
8年前
Wurstnase
752c804677
remove offset, add minimum scan area
9年前
Wurstnase
14f0250853
allow negative values
and some more comments
9年前
Wurstnase
76da32b567
add hash-bang for python3
9年前
Wurstnase
2e7ba44633
some renaming for readability
9年前
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年前