Update QIDITechnology.ini

This commit is contained in:
QIDI TECH
2024-07-01 20:25:31 +08:00
parent 11bda61bc8
commit e505af5cc7
2 changed files with 7 additions and 7 deletions

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 { false });
def->set_default_value(new ConfigOptionBools { true });
def = this->add("min_print_speed", coFloats);
def->label = L("Min print speed");