From 035320d32e8175e5e18cf924c891680caeb54b18 Mon Sep 17 00:00:00 2001 From: remi durand Date: Fri, 11 Jun 2021 18:10:46 +0200 Subject: [PATCH] disable max bed height --- src/libslic3r/PrintConfig.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index d46443c0e..c3b6310e9 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -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));