disable max bed height

This commit is contained in:
remi durand 2021-06-11 18:10:46 +02:00
parent 8cf482d0f7
commit 035320d32e

View File

@ -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));