WIP: G-code find / replace using a new gcode_substitutions PrintConfig
parameter.
This commit is contained in:
parent
c54b8908dd
commit
658f01b64b
7 changed files with 129 additions and 2 deletions
|
@ -641,6 +641,7 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionBool, gcode_comments))
|
||||
((ConfigOptionEnum<GCodeFlavor>, gcode_flavor))
|
||||
((ConfigOptionBool, gcode_label_objects))
|
||||
((ConfigOptionStrings, gcode_substitutions))
|
||||
((ConfigOptionString, layer_gcode))
|
||||
((ConfigOptionFloat, max_print_speed))
|
||||
((ConfigOptionFloat, max_volumetric_speed))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue