mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -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",
|
||||
"type": "float",
|
||||
"default": 0.1,
|
||||
"visible": false
|
||||
"visible": false,
|
||||
"inherit_function": "layer_height"
|
||||
},
|
||||
"infill_before_walls": {
|
||||
"label": "Infill Before Walls",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue