Autocommit from 2025-03-16 16:39:32

Klipper version: v0.12.0-382-ga18c74be0

Moonraker version: v0.9.3-3-gccfe32f

Mainsail version: v2.13.2
This commit is contained in:
2025-03-16 16:39:32 +03:00
parent 10a24aa797
commit f0630e387a
2 changed files with 0 additions and 9 deletions

View File

@@ -223,5 +223,3 @@ algorithm: bicubic
#*# max_x = 217.19799999999998
#*# min_y = 146.587
#*# max_y = 202.78699999999998
[include shell_command.cfg]

View File

@@ -1,7 +0,0 @@
[gcode_shell_command hello_world]
command: echo hello world
timeout: 2.
verbose: True
[gcode_macro HELLO_WORLD]
gcode:
RUN_SHELL_COMMAND CMD=hello_world