Skip to content

Releases: fablabnbg/inkscape-paths2openscad

Improved scale feature

15 Jun 15:56
Compare
Choose a tag to compare

Scaling while extruding is a great feature to produce non-rectangular walls.
Scaling now happens about the individual object center, not the openscad center.
Also supporting two scale values for x,y now.

and polished the inx UI texts a bit.

scale feature for conical or pyramidal objects

13 Jun 10:13
Compare
Choose a tag to compare

openSCAD's extrude_linear() has a scale parameter. This is now available in the objects description as e.g.

scale: 90 %

to make the object a bit smaller on the top.

Merged V7 code from Neon22: outline strokes

16 Apr 21:52
Compare
Choose a tag to compare

Fixed https://github.com/fablabnbg/inkscape-paths2openscad/
issues/1#issuecomment-294257592
Line width of V7 code became a minimum line width,
rendering is now based on stroke-width
Refactored LengthWithUnit() from getLength()
Finished merge with v7 code.
Subpath in subpath are now handled very nicely.
Added msg_extrude_by_hull_and_paths() outline mode with nested
paths.

new antimatter feature, raise feature and proper group inheritance

09 Apr 00:03
Compare
Choose a tag to compare

Prefix the heigth value with an 'A' to create anti-matter.
An anti-matter objects cuts away from all normal objects.

And there is now a new keyword

Raise: 5mm

for the object description field. This can be used to create balconies or caves.

deb package added

30 Mar 17:45
Compare
Choose a tag to compare
v0.12

distribute scripts for generating a *.deb package added.