mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 04:49:00 +08:00
disable max bed height
This commit is contained in:
parent
8cf482d0f7
commit
035320d32e
@ -125,7 +125,6 @@ void PrintConfigDef::init_common_params()
|
||||
def->tooltip = L("Set this to the maximum height that can be reached by your extruder while printing.");
|
||||
def->sidetext = L("mm");
|
||||
def->min = 0;
|
||||
def->max = 1200;
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionFloat(200.0));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user