mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-26 16:13:55 -06:00
Properly default infill_sparse_thickness to layer_height`
Contributes to CURA-323
This commit is contained in:
parent
dab05e39a5
commit
d943bbee31
1 changed files with 2 additions and 1 deletions
|
@ -496,7 +496,8 @@
|
||||||
"unit": "mm",
|
"unit": "mm",
|
||||||
"type": "float",
|
"type": "float",
|
||||||
"default": 0.1,
|
"default": 0.1,
|
||||||
"visible": false
|
"visible": false,
|
||||||
|
"inherit_function": "layer_height"
|
||||||
},
|
},
|
||||||
"infill_before_walls": {
|
"infill_before_walls": {
|
||||||
"label": "Infill Before Walls",
|
"label": "Infill Before Walls",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue