mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 20:55:54 +08:00
Fix minimum value put in the wrong place.
This commit is contained in:
parent
d2e0aee6c3
commit
1ef7af85ee
@ -691,7 +691,6 @@
|
||||
"default_value": false,
|
||||
"description": "Adaptive layers computes the layer heights depending on the shape of the model.",
|
||||
"label": "Use Adaptive Layers",
|
||||
"minimum_value": "0.0",
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_meshgroup": false,
|
||||
@ -712,6 +711,7 @@
|
||||
"adaptive_layer_height_variation":
|
||||
{
|
||||
"default_value": 0.1,
|
||||
"minimum_value": "0.0",
|
||||
"description": "The maximum allowed height different from the base layer height.",
|
||||
"enabled": "adaptive_layer_height_enabled",
|
||||
"label": "Adaptive Layers Maximum Variation",
|
||||
|
Loading…
x
Reference in New Issue
Block a user