Enable zigzag instead of the lines paatern on the skin layers. This improves print speed and quality. I used to decrease bridging quality, but due to enabling experimental bridging in the print profiles this can now be used.

Relates to PP-29
This commit is contained in:
Paul Kuiper 2022-09-05 14:24:26 +02:00
parent 88ce9e88d9
commit 863e1ecbae

View File

@ -72,6 +72,9 @@
"roofing_material_flow": {
"value": "material_flow"
},
"roofing_pattern": {
"value": "'zigzag'"
},
"skin_material_flow": {
"value": "0.95 * material_flow"
},
@ -268,6 +271,9 @@
},
"support_z_distance": {
"value": "0"
},
"top_bottom_pattern": {
"value": "'zigzag'"
}
}
}