Skip to content

Commit

Permalink
fix disbale z_step
Browse files Browse the repository at this point in the history
  • Loading branch information
supermerill committed Nov 2, 2020
1 parent 6bc0ac2 commit ef53b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libslic3r/PrintConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3630,7 +3630,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));

Expand Down

0 comments on commit ef53b16

Please sign in to comment.