Close the dont_slow_down_outer_wall

This commit is contained in:
QIDI TECH
2024-07-01 15:14:34 +08:00
parent 4c9bbc53a3
commit 11bda61bc8
2 changed files with 2 additions and 2 deletions

View File

@@ -651,7 +651,7 @@ compatible_prints_condition =
cooling = 1
disable_fan_first_layers = 1
disable_rapid_cooling_fan_first_layers = 3
dont_slow_down_outer_wall = 1
dont_slow_down_outer_wall = 0
enable_advance_pressure = 1
enable_auxiliary_fan = 100
enable_auxiliary_fan_unseal = 0

View File

@@ -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");