mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
ENH: set skirt_distance maximum value to 50
Github:2318 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I538d48321552b110d6fe2949c3202077f788da41
This commit is contained in:
@@ -2616,7 +2616,7 @@ void PrintConfigDef::init_fff_params()
|
||||
def->tooltip = L("Distance from skirt to brim or object");
|
||||
def->sidetext = L("mm");
|
||||
def->min = 0;
|
||||
def->max = 10;
|
||||
def->max = 55;
|
||||
def->mode = comDevelop;
|
||||
def->set_default_value(new ConfigOptionFloat(2));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user