Merge pull request #12416 from Ultimaker/PP-46-print-infill-before-walls

revert PP-37
This commit is contained in:
Jaime van Kessel 2022-06-02 15:48:44 +02:00 committed by GitHub
commit 2d1abf79a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,9 +50,6 @@
"wall_thickness": {
"value": "wall_line_width_0 + wall_line_width_x"
},
"infill_before_walls": {
"value": "False"
},
"infill_material_flow": {
"value": "(1.95-infill_sparse_density / 100 if infill_sparse_density > 95 else 1) * material_flow"
},