New parameters actually connected to the wipe tower generator

This commit is contained in:
Lukas Matena 2018-04-24 13:43:39 +02:00
parent ec2d37451b
commit 650489dd8a
2 changed files with 5 additions and 5 deletions

View file

@ -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");