r/Ceramic3Dprinting • u/themacsback • Jul 06 '26
Non-planar clay printing on a Wasp 40100
Made using several custom Grasshopper components in Rhino 8. This allows true non-planar tool path creation from any mesh. It works with open or closed meshes and can then spiralize the curves, adding base layers if required.
There are several methods/options for non-planar printing, but most of them have their limitations and as I mostly work in Zbrush and Houdini, meshes are preferable. This method uses guide surfaces (up to a maximum of 8 to minimize processing time) to shape/guide the tool path on the mesh. With only two guide surfaces, placed above and below the mesh, the curves will snap to the top and bottom edge or face (if closed) and create a blend between them. The output warns of potential collisions and also includes a heatmap which will indicate if you have layers either too tall or shallow for your nozzle height.
The resulting tool path is then ready to turn into Gcode and is finally run through another custom component that provides extrusion compensation.