MK
Marius Kintel
Mon, May 20, 2019 7:24 PM
Dear OpenSCAD users and developers,
OpenSCAD 2019.05 has just been released: http://www.openscad.org/news.html#20190518
This release adds a number of features which have been in development for the last 4 years. Some of the larger program features are Customizer, which was first started as a Google Summer of Code project, and 3D input device support. The OpenSCAD language itself and standard library has seen a number of iterative improvements
The source code, as well as binaries for Mac OS X, Windows and Linux are ready for download.
As usual, thanks go to everyone who has contributed to this release through development and community management, bug reports and fixes, documentation, translation, discussions, as well as testing the development snapshots!
A summary of changes since last release follows.
Take care,
-Marius
Language Features:
- New modules
- assert() - stop script evaluation on failed constraints
- let() - scoped assignment
- New functions
- ord() - convert from character to Unicode code point
- echo()
- assert() - stop script evaluation on failed constraints
- Type testing functions: is_undef(), is_list(), is_num(), is_bool(), is_string()
- New special variable: $preview variable which is set to true in preview mode
- List comprehension updates
- Added if/else condition
- Added each keyword
- Added C-style for loop
- Now allows looping over characters of a string
- rotate_extrude(): Added angle parameter to
- import() now supports SVG, 3MF and AMF
- color() now supports hex color codes
- Removed glide() and subdiv() which were never implemented
Program Features:
- Customizer: Allow parametrizing design parameters with GUI customization
- Support for using 3D-Mouse / Joystick / Gamepad input devices for controlling the 3D view
- 3D Printing support: Purchase from a print service partner or print to Octoprint
- New export file formats: SVG, 3MF, AMF
- Quick-edit and preview of values using Alt-Arrows (Shift-Alt-Arrows on macOS)
- Added --view cmd-line parameter
- Play sound notification on render complete
- Line numbers and filenames are now shown for many errors and warnings
- Hardwarning preference: Stop on first warning
- Hardwarning and assert now shows a stack trace
- New warnings
- Module call parameterns don't match module declaration
- Argument value of of range
- Duplicate passed argument
- Children passed to module not accepting children
- Reference to inknown $special_variables
- Duplicate assigment
- New translations: Ukrainian, Polish
Dear OpenSCAD users and developers,
OpenSCAD 2019.05 has just been released: http://www.openscad.org/news.html#20190518
This release adds a number of features which have been in development for the last 4 years. Some of the larger program features are Customizer, which was first started as a Google Summer of Code project, and 3D input device support. The OpenSCAD language itself and standard library has seen a number of iterative improvements
The source code, as well as binaries for Mac OS X, Windows and Linux are ready for download.
As usual, thanks go to everyone who has contributed to this release through development and community management, bug reports and fixes, documentation, translation, discussions, as well as testing the development snapshots!
A summary of changes since last release follows.
Take care,
-Marius
**Language Features:**
* New modules
* assert() - stop script evaluation on failed constraints
* let() - scoped assignment
* New functions
* ord() - convert from character to Unicode code point
* echo()
* assert() - stop script evaluation on failed constraints
* Type testing functions: is_undef(), is_list(), is_num(), is_bool(), is_string()
* New special variable: $preview variable which is set to true in preview mode
* List comprehension updates
* Added if/else condition
* Added each keyword
* Added C-style for loop
* Now allows looping over characters of a string
* rotate_extrude(): Added angle parameter to
* import() now supports SVG, 3MF and AMF
* color() now supports hex color codes
* Removed glide() and subdiv() which were never implemented
**Program Features:**
* Customizer: Allow parametrizing design parameters with GUI customization
* Support for using 3D-Mouse / Joystick / Gamepad input devices for controlling the 3D view
* 3D Printing support: Purchase from a print service partner or print to Octoprint
* New export file formats: SVG, 3MF, AMF
* Quick-edit and preview of values using Alt-Arrows (Shift-Alt-Arrows on macOS)
* Added --view cmd-line parameter
* Play sound notification on render complete
* Line numbers and filenames are now shown for many errors and warnings
* Hardwarning preference: Stop on first warning
* Hardwarning and assert now shows a stack trace
* New warnings
* Module call parameterns don't match module declaration
* Argument value of of range
* Duplicate passed argument
* Children passed to module not accepting children
* Reference to inknown $special_variables
* Duplicate assigment
* New translations: Ukrainian, Polish
DM
Doug Moen
Mon, May 20, 2019 7:38 PM
This is a big milestone. Congratulations to everyone who worked on this!
On Mon, May 20, 2019, at 3:25 PM, Marius Kintel wrote:
Dear OpenSCAD users and developers,
OpenSCAD 2019.05 has just been released:
http://www.openscad.org/news.html#20190518
This release adds a number of features which have been in development
for the last 4 years. Some of the larger program features are
Customizer, which was first started as a Google Summer of Code project,
and 3D input device support. The OpenSCAD language itself and standard
library has seen a number of iterative improvements
The source code, as well as binaries for Mac OS X, Windows and Linux
are ready for download.
As usual, thanks go to everyone who has contributed to this release
through development and community management, bug reports and fixes,
documentation, translation, discussions, as well as testing the
development snapshots!
A summary of changes since last release follows.
Take care,
-Marius
Language Features:
- New modules
- assert() - stop script evaluation on failed constraints
- let() - scoped assignment
- New functions
- ord() - convert from character to Unicode code point
- echo()
- assert() - stop script evaluation on failed constraints
- Type testing functions: is_undef(), is_list(), is_num(),
is_bool(), is_string()
- New special variable: $preview variable which is set to true in
preview mode
- List comprehension updates
- Added if/else condition
- Added each keyword
- Added C-style for loop
- Now allows looping over characters of a string
- rotate_extrude(): Added angle parameter to
- import() now supports SVG, 3MF and AMF
- color() now supports hex color codes
- Removed glide() and subdiv() which were never implemented
Program Features:
- Customizer: Allow parametrizing design parameters with GUI
customization
- Support for using 3D-Mouse / Joystick / Gamepad input devices for
controlling the 3D view
- 3D Printing support: Purchase from a print service partner or print
to Octoprint
- New export file formats: SVG, 3MF, AMF
- Quick-edit and preview of values using Alt-Arrows (Shift-Alt-Arrows
on macOS)
- Added --view cmd-line parameter
- Play sound notification on render complete
- Line numbers and filenames are now shown for many errors and warnings
- Hardwarning preference: Stop on first warning
- Hardwarning and assert now shows a stack trace
- New warnings
- Module call parameterns don't match module declaration
- Argument value of of range
- Duplicate passed argument
- Children passed to module not accepting children
- Reference to inknown $special_variables
- Duplicate assigment
- New translations: Ukrainian, Polish
OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
This is a big milestone. Congratulations to everyone who worked on this!
On Mon, May 20, 2019, at 3:25 PM, Marius Kintel wrote:
> Dear OpenSCAD users and developers,
>
> OpenSCAD 2019.05 has just been released:
> http://www.openscad.org/news.html#20190518
>
> This release adds a number of features which have been in development
> for the last 4 years. Some of the larger program features are
> Customizer, which was first started as a Google Summer of Code project,
> and 3D input device support. The OpenSCAD language itself and standard
> library has seen a number of iterative improvements
>
> The source code, as well as binaries for Mac OS X, Windows and Linux
> are ready for download.
>
> As usual, thanks go to everyone who has contributed to this release
> through development and community management, bug reports and fixes,
> documentation, translation, discussions, as well as testing the
> development snapshots!
>
> A summary of changes since last release follows.
>
> Take care,
>
> -Marius
>
> **Language Features:**
>
> * New modules
> * assert() - stop script evaluation on failed constraints
> * let() - scoped assignment
> * New functions
> * ord() - convert from character to Unicode code point
> * echo()
> * assert() - stop script evaluation on failed constraints
> * Type testing functions: is_undef(), is_list(), is_num(),
> is_bool(), is_string()
> * New special variable: $preview variable which is set to true in
> preview mode
> * List comprehension updates
> * Added if/else condition
> * Added each keyword
> * Added C-style for loop
> * Now allows looping over characters of a string
> * rotate_extrude(): Added angle parameter to
> * import() now supports SVG, 3MF and AMF
> * color() now supports hex color codes
> * Removed glide() and subdiv() which were never implemented
>
> **Program Features:**
>
> * Customizer: Allow parametrizing design parameters with GUI
> customization
> * Support for using 3D-Mouse / Joystick / Gamepad input devices for
> controlling the 3D view
> * 3D Printing support: Purchase from a print service partner or print
> to Octoprint
> * New export file formats: SVG, 3MF, AMF
> * Quick-edit and preview of values using Alt-Arrows (Shift-Alt-Arrows
> on macOS)
> * Added --view cmd-line parameter
> * Play sound notification on render complete
> * Line numbers and filenames are now shown for many errors and warnings
> * Hardwarning preference: Stop on first warning
> * Hardwarning and assert now shows a stack trace
> * New warnings
> * Module call parameterns don't match module declaration
> * Argument value of of range
> * Duplicate passed argument
> * Children passed to module not accepting children
> * Reference to inknown $special_variables
> * Duplicate assigment
> * New translations: Ukrainian, Polish
>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>
MD
Michele Denber
Mon, May 20, 2019 7:50 PM
On 05-20-2019 3:24 PM, Marius Kintel wrote:
Sounds great, Are there any changes to the dependencies required to
build from source?
- Michele
On 05-20-2019 3:24 PM, Marius Kintel wrote:
> Dear OpenSCAD users and developers,
>
> OpenSCAD 2019.05 has just been released: http://www.openscad.org/news.html#20190518
Sounds great, Are there any changes to the dependencies required to
build from source?
- Michele
MK
Marius Kintel
Mon, May 20, 2019 7:50 PM
On May 20, 2019, at 15:50, Michele Denber mdenber@gmx.com wrote:
Sounds great, Are there any changes to the dependencies required to
build from source?
Yup, quite a few since 2015, but if you follow the README you should be in good shape.
-Marius
> On May 20, 2019, at 15:50, Michele Denber <mdenber@gmx.com> wrote:
>
> Sounds great, Are there any changes to the dependencies required to
> build from source?
>
Yup, quite a few since 2015, but if you follow the README you should be in good shape.
-Marius
NH
nop head
Mon, May 20, 2019 8:18 PM
Great news. Thanks to all the contributors. Hopefully new releases can be
much smaller increments from now on and so more frequent.
On Mon, 20 May 2019 at 20:51, Marius Kintel marius@kintel.net wrote:
On May 20, 2019, at 15:50, Michele Denber mdenber@gmx.com wrote:
Sounds great, Are there any changes to the dependencies required to
build from source?
Great news. Thanks to all the contributors. Hopefully new releases can be
much smaller increments from now on and so more frequent.
On Mon, 20 May 2019 at 20:51, Marius Kintel <marius@kintel.net> wrote:
> > On May 20, 2019, at 15:50, Michele Denber <mdenber@gmx.com> wrote:
> >
> > Sounds great, Are there any changes to the dependencies required to
> > build from source?
> >
> Yup, quite a few since 2015, but if you follow the README you should be in
> good shape.
>
> -Marius
>
>
> _______________________________________________
> OpenSCAD mailing list
> Discuss@lists.openscad.org
> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>
NH
nop head
Mon, May 20, 2019 10:17 PM
Is this a bug on the home page?
[image: image.png]
On Mon, 20 May 2019 at 21:18, nop head nop.head@gmail.com wrote:
Great news. Thanks to all the contributors. Hopefully new releases can be
much smaller increments from now on and so more frequent.
On Mon, 20 May 2019 at 20:51, Marius Kintel marius@kintel.net wrote:
On May 20, 2019, at 15:50, Michele Denber mdenber@gmx.com wrote:
Sounds great, Are there any changes to the dependencies required to
build from source?
Is this a bug on the home page?
[image: image.png]
On Mon, 20 May 2019 at 21:18, nop head <nop.head@gmail.com> wrote:
> Great news. Thanks to all the contributors. Hopefully new releases can be
> much smaller increments from now on and so more frequent.
>
> On Mon, 20 May 2019 at 20:51, Marius Kintel <marius@kintel.net> wrote:
>
>> > On May 20, 2019, at 15:50, Michele Denber <mdenber@gmx.com> wrote:
>> >
>> > Sounds great, Are there any changes to the dependencies required to
>> > build from source?
>> >
>> Yup, quite a few since 2015, but if you follow the README you should be
>> in good shape.
>>
>> -Marius
>>
>>
>> _______________________________________________
>> OpenSCAD mailing list
>> Discuss@lists.openscad.org
>> http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org
>>
>
MK
Marius Kintel
Mon, May 20, 2019 10:38 PM
Is this a bug on the home page?
On May 20, 2019, at 18:17, nop head <nop.head@gmail.com> wrote:
>
> Is this a bug on the home page?
>
Possibly. We're using a small Javascript snippet to suggest a download. What does your navigator object say?
You can use e.g. this to test that: https://www.javatpoint.com/oprweb/test.jsp?filename=jsnavigator
-Marius
M
MichaelAtOz
Tue, May 21, 2019 12:18 AM
I see the same as Nophead, this is from Firefox, Pale Moon is almost
identical.
JavaScript Navigator Object
navigator.appCodeName: Mozilla
navigator.appName: Netscape
navigator.appVersion: 5.0 (Windows)
navigator.cookieEnabled: true
navigator.language: en-AU
navigator.userAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0)
Gecko/20100101 Firefox/60.0
navigator.platform: Win64
navigator.onLine: true
Admin - email* me if you need anything, or if I've done something stupid...
- click on my MichaelAtOz label, there is a link to email me.
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out!
Sent from: http://forum.openscad.org/
I see the same as Nophead, this is from Firefox, Pale Moon is almost
identical.
JavaScript Navigator Object
navigator.appCodeName: Mozilla
navigator.appName: Netscape
navigator.appVersion: 5.0 (Windows)
navigator.cookieEnabled: true
navigator.language: en-AU
navigator.userAgent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:60.0)
Gecko/20100101 Firefox/60.0
navigator.platform: Win64
navigator.onLine: true
-----
Admin - email* me if you need anything, or if I've done something stupid...
* click on my MichaelAtOz label, there is a link to email me.
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out!
--
Sent from: http://forum.openscad.org/
MK
Marius Kintel
Tue, May 21, 2019 12:28 AM
Thx,
Should be fixed now.
-Marius
Thx,
Should be fixed now.
-Marius
M
MichaelAtOz
Tue, May 21, 2019 12:33 AM
Yep.
Admin - email* me if you need anything, or if I've done something stupid...
- click on my MichaelAtOz label, there is a link to email me.
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out!
Sent from: http://forum.openscad.org/
Yep.
-----
Admin - email* me if you need anything, or if I've done something stupid...
* click on my MichaelAtOz label, there is a link to email me.
Unless specifically shown otherwise above, my contribution is in the Public Domain; to the extent possible under law, I have waived all copyright and related or neighbouring rights to this work. Obviously inclusion of works of previous authors is not included in the above.
The TPP is no simple “trade agreement.” Fight it! http://www.ourfairdeal.org/ time is running out!
--
Sent from: http://forum.openscad.org/