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
@zohozer
zohozer / Test.py
Last active July 31, 2024 10:45
Testosterosa
# 2024.07.333
print("Hello world.")