mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 06:15:58 +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 = this->add("filament_stamping_loading_speed", coFloats);
|
||||||
def->label = L("Stamping loading speed");
|
def->label = L("Stamping loading speed");
|
||||||
def->tooltip = L("Speed used for stamping.");
|
def->tooltip = L("Speed used for stamping.");
|
||||||
|
def->sidetext = L("mm/s");
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->set_default_value(new ConfigOptionFloats { 20. });
|
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->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\"). "
|
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.");
|
"This option configures how long this movement should be before the filament is retracted again.");
|
||||||
|
def->sidetext = L("mm");
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->mode = comExpert;
|
def->mode = comExpert;
|
||||||
def->set_default_value(new ConfigOptionFloats { 0. });
|
def->set_default_value(new ConfigOptionFloats { 0. });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user