mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 01:22:37 -07:00
Remove erroneous min limit from xy_size_compensation definition. #2096
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user