mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:46:05 +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": 0.0001,
|
||||||
"min_value_warning": 0.04,
|
"min_value_warning": 0.04,
|
||||||
"max_value_warning": 0.32,
|
"max_value_warning": 0.32,
|
||||||
"always_visible": true,
|
},
|
||||||
"children": {
|
"layer_height_0": {
|
||||||
"layer_height_0": {
|
"label": "Initial Layer Thickness",
|
||||||
"label": "Initial Layer Thickness",
|
"description": "The layer thickness of the bottom layer. A thicker bottom layer makes sticking to the bed easier.",
|
||||||
"description": "The layer thickness of the bottom layer. A thicker bottom layer makes sticking to the bed easier.",
|
"unit": "mm",
|
||||||
"unit": "mm",
|
"type": "float",
|
||||||
"type": "float",
|
"default": 0.3,
|
||||||
"default": 0.3,
|
"min_value": 0.0001,
|
||||||
"min_value": 0.0001,
|
"min_value_warning": 0.04,
|
||||||
"min_value_warning": 0.04,
|
"max_value_warning": 0.32,
|
||||||
"max_value_warning": 0.32,
|
"visible": false
|
||||||
"visible": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"shell_thickness": {
|
"shell_thickness": {
|
||||||
"label": "Shell Thickness",
|
"label": "Shell Thickness",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user