sojhalb / CuraEngine

CuraEngine is a powerful, fast and robust engine for processing 3D models into 3D printing instruction for Ultimaker and other GCode based 3D printers. It is part of the larger open source project called "Cura".
https://ultimaker.com/en/products/cura-software
GNU Affero General Public License v3.0
0 stars 0 forks source link

Setting walls to 2 or more causes skin angles to change when slicing from Cura #19

Closed nguyri closed 5 years ago

nguyri commented 5 years ago

Next step for this is to run cura with external backend and check to see if the angle numbers are really getting into the backend

nguyri commented 5 years ago

Skin angles are getting set into the mesh, let's check to see where they're used...

nguyri commented 5 years ago

It was a bridge skin setting that wasn't behind a bridge skin bool check for whatever reason. Anyways, not going to worry about bridging so I just put it behind the bool check and it went away.