mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-21 00:23:13 +08:00
ENH: restrict the input range of z-hop
Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: Ieca161bc7a52d6554efca5c0474d2a2fafb2da3c
This commit is contained in:
parent
a02f700c5d
commit
7c2c057f19
@ -2407,6 +2407,8 @@ void PrintConfigDef::init_fff_params()
|
||||
"Using spiral line to lift z can prevent stringing");
|
||||
def->sidetext = L("mm");
|
||||
def->mode = comSimple;
|
||||
def->min = 0;
|
||||
def->max = 5;
|
||||
def->set_default_value(new ConfigOptionFloats { 0.4 });
|
||||
|
||||
def = this->add("z_hop_types", coEnums);
|
||||
|
Loading…
x
Reference in New Issue
Block a user