diff --git a/printer.cfg b/printer.cfg index 60e4efd..5ebdeae 100644 --- a/printer.cfg +++ b/printer.cfg @@ -223,5 +223,3 @@ algorithm: bicubic #*# max_x = 217.19799999999998 #*# min_y = 146.587 #*# max_y = 202.78699999999998 - -[include shell_command.cfg] diff --git a/shell_command.cfg b/shell_command.cfg deleted file mode 100644 index 34e7581..0000000 --- a/shell_command.cfg +++ /dev/null @@ -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 \ No newline at end of file