discuss@lists.openscad.org

OpenSCAD general discussion Mailing-list

View all threads

dotSCAD 2.0 RELEASE

C
caterpillar
Tue, Jan 28, 2020 10:20 AM

Based on this discussion thread, I refactored the library. Now you can just
use modules you want. Existing scripts are not required to do any change.

Currently, I label it "2.2 Preview" because many changes are made in
internal implementation.

https://github.com/JustinSDK/dotSCAD


https://openhome.cc

Sent from: http://forum.openscad.org/

Based on this discussion thread, I refactored the library. Now you can just `use` modules you want. Existing scripts are not required to do any change. Currently, I label it "2.2 Preview" because many changes are made in internal implementation. https://github.com/JustinSDK/dotSCAD ----- https://openhome.cc -- Sent from: http://forum.openscad.org/
C
caterpillar
Fri, Apr 10, 2020 12:18 AM

RELEASE NOTE:
https://github.com/JustinSDK/dotSCAD/blob/master/RELEASE.md

  • Bugfixes:

-- helix_extrude: wrong orientation when CLK.

  • Deprecated:

-- polysections: use sweep instead.
-- rotate_p: use ptf_rotate instead.
-- circle_path: use shape_circle instead.

  • New modules and functions:

-- 3D Module
---- sweep
---- loft

-- 2D Function
---- contours

-- Path
---- shape_circle

-- Util
---- util/bsearch
---- util/has
---- util/dedup
---- util/flat

-- Point transformation
---- ptf/ptf_rotate
---- ptf/ptf_x_twist
---- ptf/ptf_y_twist
---- ptf/ptf_circle
---- ptf/ptf_bend
---- ptf/ptf_ring
---- ptf/ptf_sphere
---- ptf/ptf_torus

-- Surface
---- surface/sf_square
---- surface/sf_bend
---- surface/sf_ring
---- surface/sf_sphere
---- surface/sf_torus
---- surface/sf_solidify

-- Noise
---- noise/nz_perlin1
---- noise/nz_perlin1s
---- noise/nz_perlin2
---- noise/nz_perlin2s
---- noise/nz_perlin3
---- noise/nz_perlin3s
---- noise/nz_worley2
---- noise/nz_worley2s
---- noise/nz_worley3
---- noise/nz_worley3s
---- noise/nz_cell


https://openhome.cc

Sent from: http://forum.openscad.org/

RELEASE NOTE: https://github.com/JustinSDK/dotSCAD/blob/master/RELEASE.md - Bugfixes: -- helix_extrude: wrong orientation when CLK. - Deprecated: -- polysections: use sweep instead. -- rotate_p: use ptf_rotate instead. -- circle_path: use shape_circle instead. - New modules and functions: -- 3D Module ---- sweep ---- loft -- 2D Function ---- contours -- Path ---- shape_circle -- Util ---- util/bsearch ---- util/has ---- util/dedup ---- util/flat -- Point transformation ---- ptf/ptf_rotate ---- ptf/ptf_x_twist ---- ptf/ptf_y_twist ---- ptf/ptf_circle ---- ptf/ptf_bend ---- ptf/ptf_ring ---- ptf/ptf_sphere ---- ptf/ptf_torus -- Surface ---- surface/sf_square ---- surface/sf_bend ---- surface/sf_ring ---- surface/sf_sphere ---- surface/sf_torus ---- surface/sf_solidify -- Noise ---- noise/nz_perlin1 ---- noise/nz_perlin1s ---- noise/nz_perlin2 ---- noise/nz_perlin2s ---- noise/nz_perlin3 ---- noise/nz_perlin3s ---- noise/nz_worley2 ---- noise/nz_worley2s ---- noise/nz_worley3 ---- noise/nz_worley3s ---- noise/nz_cell ----- https://openhome.cc -- Sent from: http://forum.openscad.org/
JC
Juan C.Cilleruelo
Fri, Apr 10, 2020 11:52 AM

Thank you!!!!

On 10/04/2020 02:18, caterpillar wrote:

RELEASE NOTE:
https://github.com/JustinSDK/dotSCAD/blob/master/RELEASE.md

  • Bugfixes:

-- helix_extrude: wrong orientation when CLK.

  • Deprecated:

-- polysections: use sweep instead.
-- rotate_p: use ptf_rotate instead.
-- circle_path: use shape_circle instead.

  • New modules and functions:

-- 3D Module
---- sweep
---- loft

-- 2D Function
---- contours

-- Path
---- shape_circle

-- Util
---- util/bsearch
---- util/has
---- util/dedup
---- util/flat

-- Point transformation
---- ptf/ptf_rotate
---- ptf/ptf_x_twist
---- ptf/ptf_y_twist
---- ptf/ptf_circle
---- ptf/ptf_bend
---- ptf/ptf_ring
---- ptf/ptf_sphere
---- ptf/ptf_torus

-- Surface
---- surface/sf_square
---- surface/sf_bend
---- surface/sf_ring
---- surface/sf_sphere
---- surface/sf_torus
---- surface/sf_solidify

-- Noise
---- noise/nz_perlin1
---- noise/nz_perlin1s
---- noise/nz_perlin2
---- noise/nz_perlin2s
---- noise/nz_perlin3
---- noise/nz_perlin3s
---- noise/nz_worley2
---- noise/nz_worley2s
---- noise/nz_worley3
---- noise/nz_worley3s
---- noise/nz_cell


https://openhome.cc

Sent from: http://forum.openscad.org/


OpenSCAD mailing list
Discuss@lists.openscad.org
http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org

Thank you!!!! On 10/04/2020 02:18, caterpillar wrote: > RELEASE NOTE: > https://github.com/JustinSDK/dotSCAD/blob/master/RELEASE.md > > - Bugfixes: > > -- helix_extrude: wrong orientation when CLK. > > - Deprecated: > > -- polysections: use sweep instead. > -- rotate_p: use ptf_rotate instead. > -- circle_path: use shape_circle instead. > > - New modules and functions: > > -- 3D Module > ---- sweep > ---- loft > > -- 2D Function > ---- contours > > -- Path > ---- shape_circle > > -- Util > ---- util/bsearch > ---- util/has > ---- util/dedup > ---- util/flat > > -- Point transformation > ---- ptf/ptf_rotate > ---- ptf/ptf_x_twist > ---- ptf/ptf_y_twist > ---- ptf/ptf_circle > ---- ptf/ptf_bend > ---- ptf/ptf_ring > ---- ptf/ptf_sphere > ---- ptf/ptf_torus > > -- Surface > ---- surface/sf_square > ---- surface/sf_bend > ---- surface/sf_ring > ---- surface/sf_sphere > ---- surface/sf_torus > ---- surface/sf_solidify > > -- Noise > ---- noise/nz_perlin1 > ---- noise/nz_perlin1s > ---- noise/nz_perlin2 > ---- noise/nz_perlin2s > ---- noise/nz_perlin3 > ---- noise/nz_perlin3s > ---- noise/nz_worley2 > ---- noise/nz_worley2s > ---- noise/nz_worley3 > ---- noise/nz_worley3s > ---- noise/nz_cell > > > > ----- > https://openhome.cc > -- > Sent from: http://forum.openscad.org/ > > _______________________________________________ > OpenSCAD mailing list > Discuss@lists.openscad.org > http://lists.openscad.org/mailman/listinfo/discuss_lists.openscad.org