mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 17:25:58 +08: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:
parent
105eda5238
commit
fe545e3b36
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user