Created
November 26, 2013 16:22
-
-
Save andrewseddon/7661292 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| var padWidth = 1; | |
| stack1 = stack({ | |
| id: "stackS1", //stack's unique name | |
| "copper-top": rectangle({width: padWidth, height: (9.8-5.2)/2}) // or use variables to size it | |
| }); | |
| stack2 = stack({ | |
| id: "stack1", | |
| "copper-top": rectangle({width: padWidth/2, height: 0.4}) | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment