This code is designed to generated gcode of gemetrical shapes to be used with pen plotting robots
line(start_point, end_point, x_coords, y_coords)
hypocycloid(R, r, a ,theta ,resolution, x_coords, y_coords, x_shift=0, y_shift=0, send_to_plot=True, send_to_gcode=True)
epicycloid(a, r, R, theta, resolution, x_coords, y_coords, x_shift=0, y_shift=0, send_to_plot=True, send_to_gcode=True)












