Thingiverse
Parametric GCode Starter Kit
5
Downloads
15
Likes
0
Makes
This is a sort of quickstart manual-in-a-script series that will show you how to generate gcode from math using Python and provide a "foot in the door" for more complex parametric prints.
para_01.py:
The hello world of 3D parametric printing, this prints a prism shape by doing nothing more than moving the print head to three points and then raising it one layer.
para_02.py:
Adding trig functions, this script moves from straight lines to circles to print a cylinder.
para_03.py:
In the
para_01.py:
The hello world of 3D parametric printing, this prints a prism shape by doing nothing more than moving the print head to three points and then raising it one layer.
para_02.py:
Adding trig functions, this script moves from straight lines to circles to print a cylinder.
para_03.py:
In the
Sign in to leave a comment
Sign in