discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

How to see old versions of Cheat Sheet?

AD
Ari Diacou
Mon, Apr 6, 2026 12:22 AM

I uploaded a customizable file to Thingiverse (
https://www.thingiverse.com/apps/customizer/run?thing_id=7323176). It
didn't render in preview for me. I was wondering if I was using commands
that were too new for Thingiverse's version of customizer. Apparently,
they're still running 2015.03 (see:
https://www.thingiverse.com/thing:3958002). That got me to wondering when
the "$preview" command came out. So I went to the Cheat Sheet website, and
changed the version to 2015.03, and nothing changed. It still says 2021.01
at the top of the webpage, even when you change the URL (see:
https://openscad.org/cheatsheet/index.html?version=2015.03).

Question 1: When did $preview come out?
Question 2: How do I see old versions of the cheatsheet?
Question 3: Now that Thingiverse has been sold/acquired again, can someone
please petition the new owners to update their version of OpenSCAD?

Thanks.

I uploaded a customizable file to Thingiverse ( https://www.thingiverse.com/apps/customizer/run?thing_id=7323176). It didn't render in preview for me. I was wondering if I was using commands that were too new for Thingiverse's version of customizer. Apparently, they're still running 2015.03 (see: https://www.thingiverse.com/thing:3958002). That got me to wondering when the "$preview" command came out. So I went to the Cheat Sheet website, and changed the version to 2015.03, and nothing changed. It still says 2021.01 at the top of the webpage, even when you change the URL (see: https://openscad.org/cheatsheet/index.html?version=2015.03). Question 1: When did $preview come out? Question 2: How do I see old versions of the cheatsheet? Question 3: Now that Thingiverse has been sold/acquired again, can someone please petition the new owners to update their version of OpenSCAD? Thanks.
WF
William F. Adams
Mon, Apr 6, 2026 12:41 AM

On Sunday, April 5, 2026 at 08:23:23 PM EDT, Ari Diacou via Discuss discuss@lists.openscad.org wrote:

I uploaded a customizable file to Thingiverse (https://www.thingiverse.com/apps/customizer/run?thing_id=7323176). 
It didn't render in preview for me. I was wondering if I was using commands that were too new for Thingiverse's 
version of customizer. Apparently, they're still running 2015.03 (see: https://www.thingiverse.com/thing:3958002). 
That got me to wondering when the "$preview" command came out. So I went to the Cheat Sheet website, 
and changed the version to 2015.03, and nothing changed. It still says 2021.01 at the top of the webpage, 
even when you change the URL (see: https://openscad.org/cheatsheet/index.html?version=2015.03).

Question 1: When did $preview come out?
Question 2: How do I see old versions of the cheatsheet?
Question 3: Now that Thingiverse has been sold/acquired again, can someone please petition the new owners to update their version of OpenSCAD?

On Sunday, April 5, 2026 at 08:23:23 PM EDT, Ari Diacou via Discuss <discuss@lists.openscad.org> wrote: >I uploaded a customizable file to Thingiverse (https://www.thingiverse.com/apps/customizer/run?thing_id=7323176).  >It didn't render in preview for me. I was wondering if I was using commands that were too new for Thingiverse's  >version of customizer. Apparently, they're still running 2015.03 (see: https://www.thingiverse.com/thing:3958002).  >That got me to wondering when the "$preview" command came out. So I went to the Cheat Sheet website,  >and changed the version to 2015.03, and nothing changed. It still says 2021.01 at the top of the webpage,  >even when you change the URL (see: https://openscad.org/cheatsheet/index.html?version=2015.03). > >Question 1: When did $preview come out? >Question 2: How do I see old versions of the cheatsheet? >Question 3: Now that Thingiverse has been sold/acquired again, can someone please petition the new owners to update their version of OpenSCAD? The Wayback Machine? https://web.archive.org/web/20260000000000*/https://openscad.org/cheatsheet/index.html William
TP
Torsten Paul
Mon, Apr 6, 2026 12:55 AM

On 06.04.26 02:22, Ari Diacou via Discuss wrote:

Question 1: When did $preview come out?

Question 2: How do I see old versions of the cheatsheet?

There's no direct match to releases, but the full history is at
https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/index.html

Question 3: Now that Thingiverse has been sold/acquired again, can
someone please petition the new owners to update their version of
OpenSCAD?

Some mails were exchanged a while ago, but I suppose they have to
sort out quite a bit more than just the Customizer. There's at least
hope as in "we'd like to work on it, but...".

ciao,
Torsten.

On 06.04.26 02:22, Ari Diacou via Discuss wrote: > Question 1: When did $preview come out? https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Other_Language_Features#Execution_mode:_$preview Execution mode: $preview [Note: Requires version 2019.05] > Question 2: How do I see old versions of the cheatsheet? There's no direct match to releases, but the full history is at https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/index.html > Question 3: Now that Thingiverse has been sold/acquired again, can > someone please petition the new owners to update their version of > OpenSCAD? Some mails were exchanged a while ago, but I suppose they have to sort out quite a bit more than just the Customizer. There's at least hope as in "we'd like to work on it, but...". ciao, Torsten.
JB
Jordan Brown
Mon, Apr 6, 2026 1:48 AM

On 4/5/2026 5:55 PM, Torsten Paul via Discuss wrote:

Question 2: How do I see old versions of the cheatsheet?

There's no direct match to releases, but the full history is at
https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/index.html

That's the history for the cheat sheet that a release will present.  The
history for cheat sheets for snapshots is at
https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/snapshot.html

On 4/5/2026 5:55 PM, Torsten Paul via Discuss wrote: >> Question 2: How do I see old versions of the cheatsheet? > There's no direct match to releases, but the full history is at > https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/index.html > That's the history for the cheat sheet that a release will present.  The history for cheat sheets for snapshots is at https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/snapshot.html
AD
Ari Diacou
Mon, Apr 6, 2026 3:03 AM

Thanks all!

On Sun, Apr 5, 2026, 9:49 PM Jordan Brown via Discuss <
discuss@lists.openscad.org> wrote:

On 4/5/2026 5:55 PM, Torsten Paul via Discuss wrote:

Question 2: How do I see old versions of the cheatsheet?

There's no direct match to releases, but the full history is at

https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/index.html

That's the history for the cheat sheet that a release will present.  The
history for cheat sheets for snapshots is at

https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/snapshot.html


OpenSCAD mailing list
To unsubscribe send an email to discuss-leave@lists.openscad.org

Thanks all! On Sun, Apr 5, 2026, 9:49 PM Jordan Brown via Discuss < discuss@lists.openscad.org> wrote: > On 4/5/2026 5:55 PM, Torsten Paul via Discuss wrote: > > Question 2: How do I see old versions of the cheatsheet? > > There's no direct match to releases, but the full history is at > > https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/index.html > > > That's the history for the cheat sheet that a release will present. The > history for cheat sheets for snapshots is at > > https://github.com/openscad/openscad.github.com/commits/main/cheatsheet/snapshot.html > > _______________________________________________ > OpenSCAD mailing list > To unsubscribe send an email to discuss-leave@lists.openscad.org