To toast:
- Make sure you have ImageMagick installed (
brew install imagemagick) - Change line 7 of toast.rb to the repository name you're working with
- toast!
$ bundle install
$ ./get_token [user] [pass]
$ export GHUSER=[myuser]
To toast:
brew install imagemagick)$ bundle install
$ ./get_token [user] [pass]
$ export GHUSER=[myuser]
| module hexagon(radius) | |
| { | |
| circle(r=radius,$fn=6); | |
| } | |
| module shell(radius) | |
| { | |
| difference() | |
| { | |
| hexagon(radius*1.2); // base |