mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
New parameters actually connected to the wipe tower generator
This commit is contained in:
parent
ec2d37451b
commit
650489dd8a
2 changed files with 5 additions and 5 deletions
|
@ -489,7 +489,7 @@ PrintConfigDef::PrintConfigDef()
|
|||
def->cli = "filament-cooling-moves=i@";
|
||||
def->max = 0;
|
||||
def->max = 20;
|
||||
def->default_value = new ConfigOptionInts { 6 };
|
||||
def->default_value = new ConfigOptionInts { 4 };
|
||||
|
||||
def = this->add("filament_cooling_initial_speed", coFloats);
|
||||
def->label = L("Speed of the first cooling move");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue