You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split two options of removeDegenerateVerts into separate functions
And then make them refer to the same function again.
This is a rather elaborate way to avoid the boolean trap.
Contributes to issue CURA-8903.
Make a round-divide for signed integers.
Instead of trying to work around it, which caused a bug that would prevent models equal to or under the initial layer height from actually adding the first layer.
CURA-8614