mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 23:55:59 +08:00
Bugfix: User must not enter slope angle for ramping z-hop over 90 degrees.
This commit is contained in:
parent
02efa7af17
commit
353c9c2ea9
@ -2339,7 +2339,7 @@ void PrintConfigDef::init_fff_params()
|
|||||||
"This number indicates the slope of the travel as mm raised per mm traveled in percent.");
|
"This number indicates the slope of the travel as mm raised per mm traveled in percent.");
|
||||||
def->sidetext = L("°");
|
def->sidetext = L("°");
|
||||||
def->min = 0;
|
def->min = 0;
|
||||||
def->max_literal = 90;
|
def->max = 90;
|
||||||
def->mode = comAdvanced;
|
def->mode = comAdvanced;
|
||||||
def->set_default_value(new ConfigOptionFloats{0.0});
|
def->set_default_value(new ConfigOptionFloats{0.0});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user