Replies: 2 comments 1 reply
-
Looks like it needs more testing and fixing for sure. |
Beta Was this translation helpful? Give feedback.
-
Personally, if I would implement extrude from slice, I would put constraints on the slices to simplify the alg. The developer supplying the slices should take care each slice is compatible with the previous. I can investigate if this is
What is needed thugh is a test script that demonstrates this issue on in the photo Even if we can significantly improve extrude to be more robust with odd shapes it will take time. We need to know learn to make slices better in the meantime and give some tutorials on possible pitfals. |
Beta Was this translation helpful? Give feedback.
-
When using extrude slices with slices that have different number of vertices doesn't work. Here is an example of what it does (the circle on top has more segments than the circle on bottom)
Perhaps this is expected. I do see in the code that it is attempting to do something when the two slices don't match but I am not sure what and if it meant to handle this scenario.
Beta Was this translation helpful? Give feedback.
All reactions