Update PrintConfig.cpp
#534 ; allow up to 1.8mm nozzle diameter (from 1.0 maximum originaly)
This commit is contained in:
parent
81f2bd6428
commit
0ddaa092ae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue