Update useful-macros.cfg
add camera reload shell and macro commands to execute the camera reload shell command from the macro page.
This commit is contained in:
parent
25500329ce
commit
033a2916e8
1 changed files with 9 additions and 0 deletions
|
@ -22,6 +22,11 @@ command: sh /usr/data/helper-script/files/scripts/useful_macros.sh -restore_moon
|
|||
timeout: 600.0
|
||||
verbose: true
|
||||
|
||||
[gcode_shell_command Reload_Camera]
|
||||
command: sh /usr/data/helper-script/files/scripts/useful_macros.sh -reload_camera
|
||||
timeout: 600.0
|
||||
verbose: true
|
||||
|
||||
|
||||
[gcode_macro KLIPPER_BACKUP_CONFIG]
|
||||
gcode:
|
||||
|
@ -42,6 +47,10 @@ gcode:
|
|||
gcode:
|
||||
RUN_SHELL_COMMAND CMD=Moonraker_Restore
|
||||
|
||||
[gcode_macro RELOAD_CAMERA]
|
||||
gcode:
|
||||
RUN_SHELL_COMMAND CMD=Reload_Camera
|
||||
|
||||
|
||||
[gcode_macro BED_LEVELING]
|
||||
description: Start Bed Leveling
|
||||
|
|
Loading…
Add table
Reference in a new issue