Update 'printer.cfg'
This commit is contained in:
parent
0f57a36107
commit
8667fb5185
1 changed files with 7 additions and 0 deletions
|
@ -124,6 +124,13 @@ path: /home/octoprint/.octoprint/uploads
|
|||
|
||||
[pause_resume]
|
||||
|
||||
[gcode_macro G29]
|
||||
description: Mesh Bed Leveling
|
||||
gcode:
|
||||
G28
|
||||
BED_MESH_CALIBRATE
|
||||
G0 X0Y0Z5
|
||||
|
||||
[gcode_macro PAUSE]
|
||||
description: Pause the actual running print
|
||||
rename_existing: PAUSE_BASE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue