mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 10:39:01 +08:00
fix disbale z_step
This commit is contained in:
parent
59f370bfa9
commit
4d619d109f
@ -3782,7 +3782,7 @@ void PrintConfigDef::init_fff_params()
|
||||
"\nPut 0 to disable.");
|
||||
def->cli = "z-step=f";
|
||||
def->sidetext = L("mm");
|
||||
def->min = 0.0001;
|
||||
def->min = 0;
|
||||
def->mode = comExpert;
|
||||
def->set_default_value(new ConfigOptionFloat(0.005));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user