Skip to content

Instantly share code, notes, and snippets.

@andrewseddon
Created November 26, 2013 16:22
Show Gist options
  • Select an option

  • Save andrewseddon/7661292 to your computer and use it in GitHub Desktop.

Select an option

Save andrewseddon/7661292 to your computer and use it in GitHub Desktop.
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