In preparation for a workshop I'm giving today, and in the hope that its
helpful to the community, I've made some changes to Peter's Cheatsheet. My
version is online as
http://kitwallace.co.uk/openscad/OpenSCAD%20CheatSheet.htm
It's expanded to two pages and whilst I've retained the css styling, its a
bit problematic for printing.
Please let me know of any errors or omissions. I've yet to fork in Github
Chris
--
View this message in context: http://forum.openscad.org/OpenSCAD-Cheatsheet-tp3602p11863.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
function declaration should include function keyword.
I think % no longer means transparent. It means draw it in preview but not
in F6. It does become transparent if it has no color but doesn't if it has.
On 3 March 2015 at 09:22, kitwallace kit.wallace@gmail.com wrote:
In preparation for a workshop I'm giving today, and in the hope that its
helpful to the community, I've made some changes to Peter's Cheatsheet. My
version is online as
http://kitwallace.co.uk/openscad/OpenSCAD%20CheatSheet.htm
It's expanded to two pages and whilst I've retained the css styling, its a
bit problematic for printing.
Please let me know of any errors or omissions. I've yet to fork in Github
Chris
--
View this message in context:
http://forum.openscad.org/OpenSCAD-Cheatsheet-tp3602p11863.html
Sent from the OpenSCAD mailing list archive at Nabble.com.
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
Hi Chris,
Good work - I like it!
One minor thing to tweak (not sure how best to do it) is to make sure that a default printout looks good. The cheat sheet is often used for printing, so print layout is important.
FYI, the difference between # and % is:
% is the debug operator. It removes the object from any CSG operation. Unless you specify your own color, it will also color the object using transparent grey.
-Marius