This commit is contained in:
π² 2025-12-23 22:50:46 -03:00 committed by GitHub
commit beee680776
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 737 additions and 28 deletions

View file

@ -3860,11 +3860,6 @@ void PrintConfigDef::init_fff_params()
def->mode = comAdvanced;
def->set_default_value(new ConfigOptionInt(2));
// ORCA: special flag for flow rate calibration
def = this->add("calib_flowrate_topinfill_special_order", coBool);
def->mode = comDevelop;
def->set_default_value(new ConfigOptionBool(false));
def = this->add("ironing_type", coEnum);
def->label = L("Ironing Type");
def->category = L("Quality");