Merge pull request #13918 from Ultimaker/CURA-9873-Add-Minimum-Value-for-Adaptive-Layer-Height-Settings

Add Minimum to Adaptive Layers Maximum Variation
This commit is contained in:
Jelle Spijker 2022-11-30 16:34:25 +01:00 committed by GitHub
commit b4a95ae676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -691,6 +691,7 @@
"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,
@ -8280,4 +8281,4 @@
"type": "category"
}
}
}
}