mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
No sparse layers option marked as EXPERIMENTAL
This commit is contained in:
parent
61cee54dd3
commit
53cdb8ef53
1 changed files with 1 additions and 1 deletions
|
@ -1826,7 +1826,7 @@ void PrintConfigDef::init_fff_params()
|
||||||
def->set_default_value(new ConfigOptionBool(true));
|
def->set_default_value(new ConfigOptionBool(true));
|
||||||
|
|
||||||
def = this->add("wipe_tower_no_sparse_layers", coBool);
|
def = this->add("wipe_tower_no_sparse_layers", coBool);
|
||||||
def->label = L("No sparse layers");
|
def->label = L("No sparse layers (EXPERIMENTAL)");
|
||||||
def->tooltip = L("If enabled, the wipe tower will not be printed on layers with no toolchanges. "
|
def->tooltip = L("If enabled, the wipe tower will not be printed on layers with no toolchanges. "
|
||||||
"On layers with a toolchange, extruder will travel downward to print the wipe tower. "
|
"On layers with a toolchange, extruder will travel downward to print the wipe tower. "
|
||||||
"User is responsible for ensuring there is no collision with the print.");
|
"User is responsible for ensuring there is no collision with the print.");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue