mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Decouple filament minimum print speed from overhang slowdown (#3859)
This commit is contained in:
parent
e93195ab34
commit
083e7cd3d5
2 changed files with 4 additions and 4 deletions
|
@ -2941,7 +2941,8 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
|
||||
def = this->add("slow_down_min_speed", coFloats);
|
||||
def->label = L("Min print speed");
|
||||
def->tooltip = L("The minimum printing speed for the filament when slow down for better layer cooling is enabled, when printing overhangs and when feature speeds are not specified explicitly.");
|
||||
def->tooltip = L("The minimum printing speed that the printer will slow down to to attempt to maintain the minimum layer time "
|
||||
"above, when slow down for better layer cooling is enabled.");
|
||||
def->sidetext = L("mm/s");
|
||||
def->min = 0;
|
||||
def->mode = comAdvanced;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue