Update 'printer.cfg'
This commit is contained in:
parent
0f57a36107
commit
8667fb5185
|
@ -124,6 +124,13 @@ path: /home/octoprint/.octoprint/uploads
|
||||||
|
|
||||||
[pause_resume]
|
[pause_resume]
|
||||||
|
|
||||||
|
[gcode_macro G29]
|
||||||
|
description: Mesh Bed Leveling
|
||||||
|
gcode:
|
||||||
|
G28
|
||||||
|
BED_MESH_CALIBRATE
|
||||||
|
G0 X0Y0Z5
|
||||||
|
|
||||||
[gcode_macro PAUSE]
|
[gcode_macro PAUSE]
|
||||||
description: Pause the actual running print
|
description: Pause the actual running print
|
||||||
rename_existing: PAUSE_BASE
|
rename_existing: PAUSE_BASE
|
||||||
|
|
Loading…
Reference in New Issue