WIP: G-code find & replace: Support for non-regular expression,
whole word and case insensitive search.
This commit is contained in:
parent
add1e994fa
commit
d4fd95bd4a
4 changed files with 88 additions and 17 deletions
|
@ -641,6 +641,11 @@ PRINT_CONFIG_CLASS_DEFINE(
|
|||
((ConfigOptionBool, gcode_comments))
|
||||
((ConfigOptionEnum<GCodeFlavor>, gcode_flavor))
|
||||
((ConfigOptionBool, gcode_label_objects))
|
||||
// Triples of strings: "search pattern", "replace with pattern", "attribs"
|
||||
// where "attribs" are one of:
|
||||
// r - regular expression
|
||||
// i - case insensitive
|
||||
// w - whole word
|
||||
((ConfigOptionStrings, gcode_substitutions))
|
||||
((ConfigOptionString, layer_gcode))
|
||||
((ConfigOptionFloat, max_print_speed))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue