mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 15:07:31 -06:00
Fix ooze prevention bug
This commit is contained in:
parent
2fe68edc85
commit
4bca54873d
3 changed files with 5 additions and 5 deletions
|
@ -4073,7 +4073,7 @@ void PrintConfigDef::init_fff_params()
|
|||
// TRN PrintSettings : "Ooze prevention" > "Temperature variation"
|
||||
def->tooltip = L("Temperature difference to be applied when an extruder is not active. "
|
||||
"The value is not used when 'idle_temperature' in filament settings "
|
||||
"is defined.");
|
||||
"is set to non zero value.");
|
||||
def->sidetext = "∆°C";
|
||||
def->min = -max_temp;
|
||||
def->max = max_temp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue