mirror of
https://github.com/QIDITECH/QIDISlicer.git
synced 2026-01-30 23:48:44 +03:00
Close the dont_slow_down_outer_wall
This commit is contained in:
@@ -2277,7 +2277,7 @@ void PrintConfigDef::init_fff_params()
|
||||
"2. To avoid changes in external wall speed which may create slight wall artefacts that appear like z banding \n"
|
||||
"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the external walls\n\n");
|
||||
def->mode = comExpert;
|
||||
def->set_default_value(new ConfigOptionBools { true });
|
||||
def->set_default_value(new ConfigOptionBools { false });
|
||||
|
||||
def = this->add("min_print_speed", coFloats);
|
||||
def->label = L("Min print speed");
|
||||
|
||||
Reference in New Issue
Block a user