disable infill_before_walls

This commit is contained in:
MarkMan0 2021-03-26 11:49:47 +01:00
parent 5872065dc8
commit cc76002c03

View File

@ -144,6 +144,9 @@
"infill_sparse_thickness": {
"value": "layer_height if (2*layer_height > 0.8*machine_nozzle_size) else 2*layer_height"
},
"infill_before_walls": {
"value": false
},
"expand_skins_expand_distance": {
"value": "4"
},