Skip to content

Instantly share code, notes, and snippets.

# Modified from : https://github.com/timcastelijn/gcode-generator
feedrate= 85 # Carriage Speed | Increment by +- 5
curve_tolerance=0.008
curve_angle_tolerance=5
z_offset = 0
material_mult = 0.01 # Extrusion Speed: A-Axis | Increments of +- 0.001
extruder_axis = 0 # Rotation A-Axis
import rhinoscriptsyntax as rs
import math