From a single mesh, I managed to make a script that allows me to achieve non-planar curves for 3d printing. However, as you can see from the image, when it moves up a layer, the path does not continue from the end of the previous layer.
Can someone please help on how to get the next layer started from the end of the first layer. ?
However, can it retain its contour pathway like the picture i have attached above…? Like the one you made each pathway ends in a pointed shape. Whereas I am desiring the rectangular shape to avoid extruding filament over each other.
Hello
here is a way.
Each layer is set to a branch of a DataTree, every 2 layers, list of curves is flipped. I did that with a C# as it is more easy for me than components.
Your approach is good but for a more general use it could be good to use closed curves for each layer. It is more easy to join them at the end. As I didn’t yet publish my plugin this will not work
Thank you for providing this solution.
Now with two solutions i can try out different ways of getting such contours.
Yes there are slicers that can provide be with PLANAR contours. However, i am looking to generate Non-planar contours to improve the print quality and try out new ways of 3D Printing models.
I am new to grassshopper and rhino (been only a few months) hence learning ways how to generae such pathways.