Neon22 / inkscape-jigsaw

An extension for Inkscape that creates jigsaw shaped pieces. Options for back, and single cut pieces.
GNU General Public License v2.0
91 stars 16 forks source link

Add ability to generate individual pieces #19

Open Neon22 opened 4 years ago

Neon22 commented 4 years ago

This is designed to print out a pattern for a full jigsaw to be cut efficiently on a lasercutter. As such its actually quite difficult to cutout an individual piece.

I'd like to add an option to call the inkscape boolean ops one row/col at a time and thereby make each individual piece. No use to a lasercutter but good if you want just isolated pieces.

from here:

vmario89 commented 3 years ago

hey, fixed that separated piece generation task in my recent version successfully: https://gitea.fablabchemnitz.de/FabLab_Chemnitz/mightyscape-1.X/src/branch/master/extensions/fablabchemnitz/lasercut_jigsaw its a bit slow but works

vmario89 commented 3 years ago

some sample with new shifting parameter:

grafik

Neon22 commented 3 years ago

wow looks very good Mario. Thanks for that.