mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 07:29:04 +08:00
Added missing units for "filament_stamping_loading_speed" and "filament_stamping_distance"
This commit is contained in:
parent
6c6f90fe4b
commit
d172b7b8ee
@ -1096,6 +1096,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def = this->add("filament_stamping_loading_speed", coFloats);
|
||||
def->label = L("Stamping loading speed");
|
||||
def->tooltip = L("Speed used for stamping.");
|
||||
def->sidetext = L("mm/s");
|
||||
def->min = 0;
|
||||
def->mode = comExpert;
|
||||
def->set_default_value(new ConfigOptionFloats { 20. });
|
||||
@ -1104,6 +1105,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->label = L("Stamping distance measured from the center of the cooling tube");
|
||||
def->tooltip = L("If set to nonzero value, filament is moved toward the nozzle between the individual cooling moves (\"stamping\"). "
|
||||
"This option configures how long this movement should be before the filament is retracted again.");
|
||||
def->sidetext = L("mm");
|
||||
def->min = 0;
|
||||
def->mode = comExpert;
|
||||
def->set_default_value(new ConfigOptionFloats { 0. });
|
||||
|
Loading…
x
Reference in New Issue
Block a user