Commit Graph

58 Commits

Author SHA1 Message Date
Joel Ebel
4bd44dd297 Clean up line spacing and comments
Also add blocks for color()
2018-05-04 01:03:56 -04:00
Joel Ebel
294e4ee3f3 Call all functions in a consistent style.
Fixed a few minor issues in the process (typoed "square" in previous
commit")
Put curly braces around blocks that didn't have them for consistency.
Notably, re-ordered arguments for "cylinder" since the manual says if
you have named arguments, all following arguments must be named. So now
all cylinders have the height first, unnamed, followed by either r= or
d=, and then $fn= if it isn't otherwise specified in the block.
2018-05-04 00:47:36 -04:00
Joel Ebel
40e125b833 Improve spacing
Add/remove lots of spacing for consistency. Add/remove a few parenthesis
for arithmetic readability.

Actually undo previous spacing because I disagree with the style guide
referenced previously.
2018-05-04 00:01:57 -04:00
Joel Ebel
3767d5bd27 Put all if blocks in curly braces and use spacing
Following style guide at https://www.thingiverse.com/thing:12768
2018-05-03 22:01:52 -04:00
Joel Ebel
07d3dfa9bb Use consistent indenting
Chose 4 spaces because the OpenSCAD editor uses that by default.
2018-05-02 23:55:34 -04:00
Joel Ebel
70157878b5 Remove trailing whitespace and CR line breaks. 2018-05-02 22:52:43 -04:00
Joel Ebel
d67ec15e6c Initial checkin downloaded from thingiverse 2018-05-02 22:05:21 -04:00
Joel Ebel
028dd4be4b
Initial commit 2018-05-02 22:00:37 -04:00