mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
@@ -390,7 +390,7 @@ void PrintConfigDef::init_common_params()
|
|||||||
def->tooltip = L("Maximum printable height which is limited by mechanism of printer");
|
def->tooltip = L("Maximum printable height which is limited by mechanism of printer");
|
||||||
def->sidetext = L("mm");
|
def->sidetext = L("mm");
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->max = 1000;
|
def->max = 2000;
|
||||||
def->mode = comSimple;
|
def->mode = comSimple;
|
||||||
def->set_default_value(new ConfigOptionFloat(100.0));
|
def->set_default_value(new ConfigOptionFloat(100.0));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user