some useful gcode commands notes
This commit is contained in:
parent
ef61a815cf
commit
6256cebef9
19
Marlin/useful.gcode
Normal file
19
Marlin/useful.gcode
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
G29 T ; print current mesh
|
||||||
|
|
||||||
|
G29 L0 T ; load 0
|
||||||
|
|
||||||
|
G29 L1 T ; load 1
|
||||||
|
|
||||||
|
G29 L2 T ; load 2
|
||||||
|
|
||||||
|
G29 L3 T ; load 3
|
||||||
|
|
||||||
|
G29 P1 T ; auto probe - build mesh
|
||||||
|
|
||||||
|
G29 P2 B T ; manual probe - not needed?
|
||||||
|
|
||||||
|
G29 P3 T ; extrapolate - repeat until complete
|
||||||
|
|
||||||
|
G29 J T; 3 point tilt
|
||||||
|
|
||||||
|
G29 F2 ; fade hieight 2mm
|
Loading…
Reference in New Issue
Block a user