mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
@@ -2184,7 +2184,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
def->tooltip = L("Diameter of nozzle");
|
def->tooltip = L("Diameter of nozzle");
|
||||||
def->sidetext = L("mm");
|
def->sidetext = L("mm");
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->max = 1.8;
|
def->max = 100;
|
||||||
def->set_default_value(new ConfigOptionFloats { 0.4 });
|
def->set_default_value(new ConfigOptionFloats { 0.4 });
|
||||||
|
|
||||||
def = this->add("host_type", coEnum);
|
def = this->add("host_type", coEnum);
|
||||||
|
|||||||
Reference in New Issue
Block a user