Merge pull request #535 from veevee2/main

Update PrintConfig.cpp
This commit is contained in:
SoftFever
2023-03-20 20:32:26 +08:00
committed by GitHub

View File

@@ -2194,7 +2194,7 @@ void PrintConfigDef::init_fff_params()
def->tooltip = L("Diameter of nozzle");
def->sidetext = L("mm");
def->mode = comAdvanced;
def->max = 1.0;
def->max = 1.8;
def->set_default_value(new ConfigOptionFloats { 0.4 });
def = this->add("host_type", coEnum);