Created
January 5, 2018 14:08
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Auto generated drawingbot commands */ | |
/* Paste them into your drawingbot sketch */ | |
pendown(); | |
forward(6); | |
right(90); | |
forward(12); | |
right(90); | |
forward(18); | |
right(90); | |
forward(24); | |
right(90); | |
forward(30); | |
right(90); | |
forward(36); | |
right(90); | |
forward(42); | |
right(90); | |
forward(48); | |
right(90); | |
forward(54); | |
right(90); | |
forward(60); | |
right(90); | |
forward(66); | |
right(90); | |
forward(72); | |
right(90); | |
forward(78); | |
right(90); | |
forward(84); | |
right(90); | |
forward(90); | |
right(90); | |
forward(96); | |
right(90); | |
forward(102); | |
right(90); | |
forward(108); | |
right(90); | |
forward(114); | |
right(90); | |
penup(); | |
/* End Auto generated drawing bot commands */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment