Option to always travel to wipe tower before Tx commands on multi-toolhead setups using type 2 tower (#13703)
* Option to always travel to wipe tower before Tx commands on multi-toolhead setups using type 2 tower
This commit is contained in:
committed by
GitHub
parent
484ce81e38
commit
d52d0a082d
@@ -5806,6 +5806,16 @@ void PrintConfigDef::init_fff_params()
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(true));
|
||||
|
||||
def = this->add("tool_change_on_wipe_tower", coBool);
|
||||
def->label = L("Tool change on wipe tower");
|
||||
def->tooltip = L("Force the toolhead to travel to the wipe tower before issuing the tool change command (Tx). "
|
||||
"Only relevant for multi-extruder (multi-toolhead) printers using a Type 2 wipe tower. "
|
||||
"By default Orca skips the travel on multi-toolhead machines because the firmware handles the head swap, "
|
||||
"which can result in the Tx command being issued above the printed part. "
|
||||
"Enable this option if you want the tool change to always be issued above the wipe tower instead.");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
|
||||
def = this->add("wipe_tower_no_sparse_layers", coBool);
|
||||
def->label = L("No sparse layers (beta)");
|
||||
|
||||
Reference in New Issue
Block a user