forked from davemenninger/Parametric-GCode
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
26 lines (14 loc) · 725 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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