Implemented UI to "Idle temperature" parameter

This commit is contained in:
YuSanka 2023-01-11 12:29:15 +01:00 committed by Lukas Matena
parent a067da6d53
commit 71cedd2eea
5 changed files with 122 additions and 68 deletions

View file

@ -3740,8 +3740,8 @@ void PrintConfigDef::init_sla_params()
def->tooltip = L("Nozzle temperature when the tool is currently not used in multi-tool setups."
"This is only used when 'Ooze prevention is active in Print Settings.'");
def->sidetext = L("°C");
//def->min = 0;
//def->max = max_temp;
def->min = 0;
def->max = max_temp;
def->set_default_value(new ConfigOptionIntsNullable { ConfigOptionIntsNullable::nil_value() });
def = this->add("bottle_volume", coFloat);