shell_command.cfg modified - 04/08/25 - 04:26:51

This commit is contained in:
miguel 2025-08-04 04:26:58 +01:00
parent 7799be0fb3
commit ecf679f78c
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,4 @@
[include shell_command.cfg]
# This file contains common pin mappings for the BigTreeTech Octopus V1.
# To use this config, the firmware should be compiled for the STM32F446 with a "32KiB bootloader"
# Enable "extra low-level configuration options" and select the "12MHz crystal" as clock reference

View file

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