-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
64 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# This file is used when the `show_macros_in_webui` option is enabled. It wraps | ||
# the native Python commands in macros so that they will show up in web UIs | ||
# like Mainsail and Fluidd. | ||
|
||
[gcode_macro AUTO_SPEED] | ||
gcode: _AUTO_SPEED {rawparams} | ||
|
||
[gcode_macro AUTO_SPEED_VELOCITY] | ||
gcode: _AUTO_SPEED_VELOCITY {rawparams} | ||
|
||
[gcode_macro AUTO_SPEED_ACCEL] | ||
gcode: _AUTO_SPEED_ACCEL {rawparams} | ||
|
||
[gcode_macro AUTO_SPEED_VALIDATE] | ||
gcode: _AUTO_SPEED_VALIDATE {rawparams} | ||
|
||
[gcode_macro AUTO_SPEED_GRAPH] | ||
gcode: _AUTO_SPEED_GRAPH |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters