3D Printing Direct From Gcode Created in Python/Grasshopper

by jazer in Workshop > 3D Printing

63 Views, 1 Favorites, 0 Comments

3D Printing Direct From Gcode Created in Python/Grasshopper

IMG_6836.jpeg

Created some gcode in python and grasshopper to make a few simple 3D prints

Supplies

Rhino, Grasshopper, Ender 3

Fail

IMG_6833.jpeg
Screenshot 2024-05-06 at 11.27.43 PM.png

I initially wanted to experiment with extruder movement variation. This didn't work out great, but it meant that I implemented the extrusion inside the python script, getting the segment length by comparing the current point with the previous.

Try Something Else

IMG_6834.jpeg
IMG_6835.jpeg
IMG_6838.jpeg
IMG_6837.jpeg

I changed focus to creating spines of more dense material connected with bridging, sticking to a cylindrical shape.

Not super exciting, but I was impressed with how flexible they turned out

Screenshot 2024-05-06 at 11.26.01 PM.png
Screenshot 2024-05-06 at 11.26.33 PM.png
IMG_6839.jpeg
IMG_6840.jpeg
Screenshot 2024-05-06 at 11.29.20 PM.png

This is the python code to create this shape. The others were variations on this with taper and more or less rotations.

Printer Settings

Screenshot 2024-05-06 at 11.28.13 PM.png

I found that 205 seemed to work better so I changed the header to heat to that amount. I also changed the preheat temp to be the same as the machine's current PLA setting since it was turning down to 175 when the print started.