mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
optimized skin orientation for cross pattern
The skin orientation is optimized for the cross (3d) pattern to reduce the bridge distance. For more information see PP-55.
This commit is contained in:
parent
a35fcf493a
commit
a0a55ea6fe
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
||||||
{
|
{
|
||||||
"value": false,
|
"value": false,
|
||||||
"enabled": false
|
"enabled": false
|
||||||
|
},
|
||||||
|
"skin_angles": {
|
||||||
|
"value": "[] if infill_pattern not in ['cross', 'cross_3d'] else [20, 110]"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue