Ancestors

Written by dwagenk on 2024-12-29 at 23:43

OK, it's live now!

scad'n'cut - OpenSCAD library for lasercutting

scad'n'cut aims to make it simple to construct lasercut parts in OpenSCAD. Arrange the parts in 3D space and create matching cutouts with ease!

https://codeberg.org/dwagenk/scadncut

[#]OpenSCAD #lasercutting #making #FOSS #FLOSS #opensource

=> More informations about this toot | More toots from dwagenk@chaos.social

Written by chrysn on 2024-12-30 at 07:19

@dwagenk Awesome, gotta try this!

So far I've used boxes.py for this kind of tasks (with visualization through OpenSCAD held back by https://github.com/openscad/openscad/pull/5038).

Have you used that and could tell a bit about how scad'n'cad does things differently?

=> More informations about this toot | More toots from chrysn@chaos.social

Toot

Written by dwagenk on 2024-12-30 at 07:43

@chrysn I've not created my own boxes with boxes.py yet, just used the existing generators, so comparison is hard.

AFAIK boxes.py relies in the user/box-generator-author to calculate matching finger positions, while with scad'n'cut you can define the finger joints on one part and use

module my_custom_bottom_part () { /* ... */ };

scadncut_part (plane=FRONT) {
   with_cutouts () my_custom_bottom_part();
}

to create matching fingers on another part.

=> More informations about this toot | More toots from dwagenk@chaos.social

Descendants

Proxy Information
Original URL
gemini://mastogem.picasoft.net/thread/113740650635714257
Status Code
Success (20)
Meta
text/gemini
Capsule Response Time
263.206953 milliseconds
Gemini-to-HTML Time
1.163433 milliseconds

This content has been proxied by September (3851b).