mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 16:27:54 -06:00
parent
7e03210181
commit
dfa5d42d84
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ void PrintConfigDef::init_common_params()
|
|||
def->tooltip = L("Maximum printable height which is limited by mechanism of printer");
|
||||
def->sidetext = L("mm");
|
||||
def->min = 0;
|
||||
def->max = 1000;
|
||||
def->max = 2000;
|
||||
def->mode = comSimple;
|
||||
def->set_default_value(new ConfigOptionFloat(100.0));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue