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:
@@ -651,7 +651,7 @@ compatible_prints_condition =
|
|||||||
cooling = 1
|
cooling = 1
|
||||||
disable_fan_first_layers = 1
|
disable_fan_first_layers = 1
|
||||||
disable_rapid_cooling_fan_first_layers = 3
|
disable_rapid_cooling_fan_first_layers = 3
|
||||||
dont_slow_down_outer_wall = 1
|
dont_slow_down_outer_wall = 0
|
||||||
enable_advance_pressure = 1
|
enable_advance_pressure = 1
|
||||||
enable_auxiliary_fan = 100
|
enable_auxiliary_fan = 100
|
||||||
enable_auxiliary_fan_unseal = 0
|
enable_auxiliary_fan_unseal = 0
|
||||||
|
|||||||
@@ -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"
|
"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");
|
"3. To avoid printing at speeds which cause VFAs (fine artefacts) on the external walls\n\n");
|
||||||
def->mode = comExpert;
|
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 = this->add("min_print_speed", coFloats);
|
||||||
def->label = L("Min print speed");
|
def->label = L("Min print speed");
|
||||||
|
|||||||
Reference in New Issue
Block a user