mirror of
https://github.com/mloy97/RedboneBackup.git
synced 2026-01-01 17:05:56 -05:00
shell_command.cfg modified - 04/08/25 - 04:26:51
This commit is contained in:
parent
7799be0fb3
commit
ecf679f78c
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
7
printer_data/config/shell_command.cfg
Normal file
7
printer_data/config/shell_command.cfg
Normal 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
|
||||
Loading…
Reference in a new issue