Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up
Python scripts for generating gcode files for use with the MakerBot Cupcake CNC.
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
README | ||
|
|
example.gcode | ||
|
|
header.gcode | ||
|
|
para_snowflake.py | ||
|
|
para_star.py | ||
|
|
snowflake.gcode | ||
README
Randomized Parametric Snowflakes ================================ This project is a derivative of the code originally written by Allan Ecker, found at: http://www.thingiverse.com/thing:747 http://www.thingiverse.com/thing:783 http://www.thingiverse.com/thing:849 License: CC-BY-SA This thing also lives at: http://www.thingiverse.com/thing:1388 The script outputs a gcode file to make a snowflake on a MakerBot. Some settings are hardcoded. The code is pretty rough, but you get can something that works by using the following method: 1. Generate a star using the para_snowflake.py file. 2. Prepend the outputted snowflake.gcode file with the raft etc found in the header.gcode file. 3. Send to makerbot! ~Dave