mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Added a new placeholder for custom toolchange gcode (toolchange_z)
This always contains the actual print_z of the toolchange, while layer_z contains the print_z of the print. The two differ in case that wipe tower without sparse layers is used. Related to #3834.
This commit is contained in:
parent
c8fdd837ae
commit
c25c435d52
2 changed files with 3 additions and 1 deletions
|
@ -2438,7 +2438,7 @@ void PrintConfigDef::init_fff_params()
|
|||
def = this->add("toolchange_gcode", coString);
|
||||
def->label = L("Tool change G-code");
|
||||
def->tooltip = L("This custom code is inserted before every toolchange. Placeholder variables for all PrusaSlicer settings "
|
||||
"as well as {previous_extruder} and {next_extruder} can be used. When a tool-changing command "
|
||||
"as well as {toolchange_z}, {previous_extruder} and {next_extruder} can be used. When a tool-changing command "
|
||||
"which changes to the correct extruder is included (such as T{next_extruder}), PrusaSlicer will emit no other such command. "
|
||||
"It is therefore possible to script custom behaviour both before and after the toolchange.");
|
||||
def->multiline = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue