mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
Yet another experimental parameter to adjust the initial loading speed of a newly loaded filament
This commit is contained in:
parent
2fe84fc199
commit
28c8e176b5
7 changed files with 31 additions and 12 deletions
|
@ -473,6 +473,14 @@ PrintConfigDef::PrintConfigDef()
|
|||
def->min = 0;
|
||||
def->default_value = new ConfigOptionFloats { 28. };
|
||||
|
||||
def = this->add("filament_loading_speed_start", coFloats);
|
||||
def->label = L("EXPERIMENTAL: Loading speed at the start");
|
||||
def->tooltip = L("Speed used at the very beginning of loading phase. ");
|
||||
def->sidetext = L("mm/s");
|
||||
def->cli = "filament-loading-speed-start=f@";
|
||||
def->min = 0;
|
||||
def->default_value = new ConfigOptionFloats { 9. };
|
||||
|
||||
def = this->add("filament_unloading_speed", coFloats);
|
||||
def->label = L("Unloading speed");
|
||||
def->tooltip = L("Speed used for unloading the filament on the wipe tower (does not affect "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue