mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 07:09:02 +08:00
Move initial layer thickness from layer height children into category
This makes it possible to have a different initial layer height. Fixes Asana issue 38958940640338
This commit is contained in:
parent
ad68111c0c
commit
1c9ed0d5de
@ -44,20 +44,17 @@
|
||||
"min_value": 0.0001,
|
||||
"min_value_warning": 0.04,
|
||||
"max_value_warning": 0.32,
|
||||
"always_visible": true,
|
||||
"children": {
|
||||
"layer_height_0": {
|
||||
"label": "Initial Layer Thickness",
|
||||
"description": "The layer thickness of the bottom layer. A thicker bottom layer makes sticking to the bed easier.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.3,
|
||||
"min_value": 0.0001,
|
||||
"min_value_warning": 0.04,
|
||||
"max_value_warning": 0.32,
|
||||
"visible": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"layer_height_0": {
|
||||
"label": "Initial Layer Thickness",
|
||||
"description": "The layer thickness of the bottom layer. A thicker bottom layer makes sticking to the bed easier.",
|
||||
"unit": "mm",
|
||||
"type": "float",
|
||||
"default": 0.3,
|
||||
"min_value": 0.0001,
|
||||
"min_value_warning": 0.04,
|
||||
"max_value_warning": 0.32,
|
||||
"visible": false
|
||||
},
|
||||
"shell_thickness": {
|
||||
"label": "Shell Thickness",
|
||||
|
Loading…
x
Reference in New Issue
Block a user