mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 13:47:59 -06: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue