mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-28 01:53:16 +08:00
Add Minimum to Adaptive Layers Maximum Variation
A negative value will result in a failed slice as mentioned here https://github.com/Ultimaker/Cura/issues/13749 Warning value of 0 is added
This commit is contained in:
parent
ff65c1a670
commit
be4324da53
@ -7636,6 +7636,7 @@
|
||||
"enabled": "adaptive_layer_height_enabled",
|
||||
"unit": "mm",
|
||||
"default_value": 0.1,
|
||||
"minimum_value": "0.0",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
@ -7647,9 +7648,9 @@
|
||||
"type": "float",
|
||||
"enabled": "adaptive_layer_height_enabled",
|
||||
"default_value": 0.01,
|
||||
"minimum_value": "0.001",
|
||||
"unit": "mm",
|
||||
"settable_per_mesh": false,
|
||||
"minimum_value": "0.001",
|
||||
"settable_per_extruder": false,
|
||||
"settable_per_meshgroup": false
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user