mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
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:
parent
88ce9e88d9
commit
863e1ecbae
1 changed files with 6 additions and 0 deletions
|
|
@ -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'"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue