From 6fbb6613eee7f31fe3b87d418e504eccb211799c Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sun, 15 Jun 2014 11:50:52 +0200 Subject: [PATCH] Remove erroneous min limit from xy_size_compensation definition. #2096 --- xs/src/PrintConfig.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/xs/src/PrintConfig.cpp b/xs/src/PrintConfig.cpp index 725ef502f..bd2da5935 100644 --- a/xs/src/PrintConfig.cpp +++ b/xs/src/PrintConfig.cpp @@ -945,7 +945,6 @@ PrintConfigDef::build_def() { Options["xy_size_compensation"].tooltip = "The object will be grown/shrunk in the XY plane by the configured value (negative = inwards, positive = outwards). This might be useful for fine-tuning hole sizes."; Options["xy_size_compensation"].sidetext = "mm"; Options["xy_size_compensation"].cli = "xy-size-compensation=f"; - Options["xy_size_compensation"].min = 0; Options["z_offset"].type = coFloat; Options["z_offset"].label = "Z offset";