discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

Designing with OpenSCAD book

I
iamwil
Sun, Dec 21, 2014 11:24 PM

Hi all,

I've been thinking about writing an OpenSCAD book for a long time now. I
finally bit the bullet a week or two ago. In the spirit of getting things
out early, I finished a couple short chapters to show. Here's a link to the
sample chapters I've completed already for building (part of) a model rocket
launcher.

https://leanpub.com/designing_with_openscad/read

Let me know what you think about whether it'd be useful for you, and
something that you'd like to read. What techniques would you like to learn,
and what you'd like to know about OpenSCAD.

If you're interested in the book, put your name and email address down here:

https://leanpub.com/designing_with_openscad

Thanks!

Wil


Cubehero: Work with others on 3D printable projects
https://cubehero.com

View this message in context: http://forum.openscad.org/Designing-with-OpenSCAD-book-tp10695.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

Hi all, I've been thinking about writing an OpenSCAD book for a long time now. I finally bit the bullet a week or two ago. In the spirit of getting things out early, I finished a couple short chapters to show. Here's a link to the sample chapters I've completed already for building (part of) a model rocket launcher. https://leanpub.com/designing_with_openscad/read Let me know what you think about whether it'd be useful for you, and something that you'd like to read. What techniques would you like to learn, and what you'd like to know about OpenSCAD. If you're interested in the book, put your name and email address down here: https://leanpub.com/designing_with_openscad Thanks! Wil ----- Cubehero: Work with others on 3D printable projects https://cubehero.com -- View this message in context: http://forum.openscad.org/Designing-with-OpenSCAD-book-tp10695.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Sat, Dec 27, 2014 9:15 PM

On Dec 21, 2014, at 18:24 PM, iamwil iamwil@gmail.com wrote:

I've been thinking about writing an OpenSCAD book for a long time now. I
finally bit the bullet a week or two ago.

Yay!
Please keep feeding examples to this list.
Also keep in mind that we’re almost done with the next release, so don’t be afraid to use the new features.

Btw., I see that your screenshots have that annoying black highlight bug. I believe we fixed back in August. Have you tried the development snapshots?

Cheers,

-Marius

On Dec 21, 2014, at 18:24 PM, iamwil <iamwil@gmail.com> wrote: > > I've been thinking about writing an OpenSCAD book for a long time now. I > finally bit the bullet a week or two ago. Yay! Please keep feeding examples to this list. Also keep in mind that we’re almost done with the next release, so don’t be afraid to use the new features. Btw., I see that your screenshots have that annoying black highlight bug. I believe we fixed back in August. Have you tried the development snapshots? Cheers, -Marius
I
iamwil
Mon, Dec 29, 2014 7:22 AM

I just downloaded the new development build, and it looks like it's fixed!
Thanks!

I'll redo the screenshots with the new version. Are there other topics you'd
like to see covered?


Cubehero: Work with others on 3D printable projects
https://cubehero.com

View this message in context: http://forum.openscad.org/Designing-with-OpenSCAD-book-tp10695p10791.html
Sent from the OpenSCAD mailing list archive at Nabble.com.

I just downloaded the new development build, and it looks like it's fixed! Thanks! I'll redo the screenshots with the new version. Are there other topics you'd like to see covered? ----- Cubehero: Work with others on 3D printable projects https://cubehero.com -- View this message in context: http://forum.openscad.org/Designing-with-OpenSCAD-book-tp10695p10791.html Sent from the OpenSCAD mailing list archive at Nabble.com.
MK
Marius Kintel
Tue, Dec 30, 2014 12:10 AM

On Dec 29, 2014, at 02:22 AM, iamwil iamwil@gmail.com wrote:

I'll redo the screenshots with the new version. Are there other topics you'd
like to see covered?

Now that we have concat(), list comprehensions as well as better recursion handling, it opens the door for a whole new class of objects.
See here for some ideas that have been explored: https://github.com/openscad/list-comprehension-demos

Then there is text() and offset().

See also here for preliminary release notes: https://github.com/openscad/openscad/blob/master/releases/2014.QX.md

-Marius

On Dec 29, 2014, at 02:22 AM, iamwil <iamwil@gmail.com> wrote: > I'll redo the screenshots with the new version. Are there other topics you'd > like to see covered? > Now that we have concat(), list comprehensions as well as better recursion handling, it opens the door for a whole new class of objects. See here for some ideas that have been explored: https://github.com/openscad/list-comprehension-demos Then there is text() and offset(). See also here for preliminary release notes: https://github.com/openscad/openscad/blob/master/releases/2014.QX.md -Marius