Moved extruder offsets from passing to MS to being part of stream processing
Made '; NO_PROCESSING' track printer position correctly issue: MatterHackers/MCCentral#4658 Create setting for ZOffset for extruder 2
This commit is contained in:
parent
8b6ea26d35
commit
1a434b6388
17 changed files with 68 additions and 205 deletions
|
|
@ -1670,7 +1670,7 @@
|
|||
{
|
||||
"SlicerConfigName": "before_toolchange_gcode",
|
||||
"PresentationName": "Before Tool Change G-Code",
|
||||
"HelpText": "G-Code to be run before every tool change. You can use [wipe_tower_x] [wipe_tower_y] & [wipe_tower_z] to set the extruder position if needed.",
|
||||
"HelpText": "G-Code to be run before every tool change. You can use [wipe_tower_x] [wipe_tower_y] & [wipe_tower_z] to set the extruder position if needed. You can also use '; WRITE_RAW' to skip checksums or '; NO_PROCESSING' to skip position offseting.",
|
||||
"DataEditType": "MULTI_LINE_TEXT",
|
||||
"ShowIfSet": "!sla_printer&extruder_count>1",
|
||||
"DefaultValue": ""
|
||||
|
|
@ -1678,7 +1678,7 @@
|
|||
{
|
||||
"SlicerConfigName": "toolchange_gcode",
|
||||
"PresentationName": "After Tool Change G-Code",
|
||||
"HelpText": "G-Code to be run after every tool change. You can use [wipe_tower_x] [wipe_tower_y] & [wipe_tower_z] to set the extruder position if needed.",
|
||||
"HelpText": "G-Code to be run after every tool change. You can use [wipe_tower_x] [wipe_tower_y] & [wipe_tower_z] to set the extruder position if needed. You can also use '; WRITE_RAW' to skip checksums or '; NO_PROCESSING' to skip position offseting.",
|
||||
"ShowIfSet": "!sla_printer&extruder_count>1",
|
||||
"DataEditType": "MULTI_LINE_TEXT",
|
||||
"DefaultValue": ""
|
||||
|
|
@ -1686,7 +1686,7 @@
|
|||
{
|
||||
"SlicerConfigName": "before_toolchange_gcode_1",
|
||||
"PresentationName": "Before Tool Change G-Code 2",
|
||||
"HelpText": "G-Code to be run before switching to extruder 2. Will use standard before G-Code if not set. You can use [wipe_tower_x] [wipe_tower_y] & [wipe_tower_z] to set the extruder position if needed.",
|
||||
"HelpText": "G-Code to be run before switching to extruder 2. Will use standard before G-Code if not set. You can use [wipe_tower_x] [wipe_tower_y] & [wipe_tower_z] to set the extruder position if needed. You can also use '; WRITE_RAW' to skip checksums or '; NO_PROCESSING' to skip position offseting.",
|
||||
"DataEditType": "MULTI_LINE_TEXT",
|
||||
"ShowIfSet": "!sla_printer&extruder_count>1",
|
||||
"DefaultValue": ""
|
||||
|
|
@ -1694,7 +1694,7 @@
|
|||
{
|
||||
"SlicerConfigName": "toolchange_gcode_1",
|
||||
"PresentationName": "After Tool Change G-Code 2",
|
||||
"HelpText": "G-Code to be run after switching to extruder 2. Will use standard after G-Code if not set. You can use [wipe_tower_x] [wipe_tower_y] & [wipe_tower_z] to set the extruder position if needed.",
|
||||
"HelpText": "G-Code to be run after switching to extruder 2. Will use standard after G-Code if not set. You can use [wipe_tower_x] [wipe_tower_y] & [wipe_tower_z] to set the extruder position if needed. You can also use '; WRITE_RAW' to skip checksums or '; NO_PROCESSING' to skip position offseting.",
|
||||
"ShowIfSet": "!sla_printer&extruder_count>1",
|
||||
"DataEditType": "MULTI_LINE_TEXT",
|
||||
"DefaultValue": ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue