Remove per-field GCode sections, improve highlight styling
This commit is contained in:
parent
1f97bb6a4f
commit
334f64148b
3 changed files with 5 additions and 15 deletions
|
|
@ -345,27 +345,18 @@ Advanced
|
|||
recover_first_layer_speed
|
||||
recover_position_before_z_home
|
||||
Custom G-Code
|
||||
Start G-Code
|
||||
Custom G-Code
|
||||
start_gcode
|
||||
End G-Code
|
||||
end_gcode
|
||||
Layer Change G-Code
|
||||
layer_gcode
|
||||
Before Tool Change G-Code
|
||||
before_toolchange_gcode
|
||||
After Tool Change G-Code
|
||||
toolchange_gcode
|
||||
Pause G-Code
|
||||
pause_gcode
|
||||
Resume G-Code
|
||||
resume_gcode
|
||||
Cancel G-Code
|
||||
cancel_gcode
|
||||
On Connect G-Code
|
||||
connect_gcode
|
||||
Write Filters
|
||||
Filters
|
||||
write_regex
|
||||
Read Filters
|
||||
read_regex
|
||||
Extruder
|
||||
Extruder X
|
||||
|
|
|
|||
|
|
@ -1341,7 +1341,7 @@
|
|||
"QuickMenuSettings": [ ],
|
||||
"SetSettingsOnChange": [ ],
|
||||
"SlicerConfigName": "write_regex",
|
||||
"PresentationName": "Write RegEx",
|
||||
"PresentationName": "Write Filter",
|
||||
"HelpText": "This is a set of regular expressions to apply to lines prior to sending to a printer. They will be applied in the order listed before sending. To return more than one instruction separate them with comma.",
|
||||
"DataEditType": "MULTI_LINE_TEXT",
|
||||
"ExtraSettings": "",
|
||||
|
|
@ -1354,7 +1354,7 @@
|
|||
"QuickMenuSettings": [ ],
|
||||
"SetSettingsOnChange": [ ],
|
||||
"SlicerConfigName": "read_regex",
|
||||
"PresentationName": "Receive RegEx",
|
||||
"PresentationName": "Read Filter",
|
||||
"HelpText": "This is a set of regular expressions to apply to lines after they are received from the printer. They will be applied in order to each line received.",
|
||||
"DataEditType": "MULTI_LINE_TEXT",
|
||||
"ExtraSettings": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue