mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
Fix minimum value put in the wrong place.
This commit is contained in:
parent
d2e0aee6c3
commit
1ef7af85ee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue