Decouple filament minimum print speed from overhang slowdown (#3859)

This commit is contained in:
Ioannis Giannakas 2024-02-11 03:56:20 +00:00 committed by GitHub
parent e93195ab34
commit 083e7cd3d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

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