mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06: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
1 changed files with 11 additions and 14 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue