mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 06:45:09 -06:00
Add some value constraints to z_offset_layer_0.
Now the offset cannot be such that the first layer would be less than 1/2 of its normal height. Warnings shown when first layer is less than 80% or more than 200% of its normal height.
This commit is contained in:
parent
d3e45e6892
commit
5cbead5128
1 changed files with 3 additions and 0 deletions
|
@ -4095,6 +4095,9 @@
|
|||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default_value": 0,
|
||||
"minimum_value": "-layer_height_0 * 0.5",
|
||||
"minimum_value_warning": "-layer_height_0 * 0.2",
|
||||
"maximum_value_warning": "layer_height_0",
|
||||
"enabled": "resolveOrValue('adhesion_type') != 'raft'",
|
||||
"settable_per_mesh": false,
|
||||
"settable_per_extruder": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue