home.social

#codecad — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #codecad, aggregated by home.social.

fetched live
  1. Another quicky, this is a parametric cable comb generator, built in #replicad.

    I like building more elaborate parametric projects, but it's great to have a convenient tool to knock out these easy ones as well.

    #codecad

    printables.com/model/951121-pa

  2. An extremely simple, parametric standoff generator, build in #replicad

    I nearly did not bother making/publish this, but I end up using them on a lot of projects, so it's nice to have the configuration in one place.

    #codecad

  3. I needed a small tray for my bathroom - it took me a few minutes to model, but now it will take me even less time.

    models.sgenoud.com/posts/simpl

    #3dprinting #replicad #codecad

  4. There is some really cool new features being worked on in , bringing it a tad closer to like :openscad: : named parameters and equation constraints. This will make gearing logic and several other things feasible.

    github.com/solvespace/solvespa

  5. @scruss Does not have keybindings for the common constraints? does at least and it makes sketching quite fast. But I'm totally with you that is so much quicker and more concise for many things.

  6. Oh and there is a CAD program called Antimony that looks an awful lot like but with graphical interaction:

    mattkeeter.com/projects/antimo

    🧵 A short thread of me looking at and comparing it to 👇

  7. TIL that there's , a sort of dialect that's based on 's, written in . It's similar to in many ways and has the sdf approach's smoothing powers, but also the same shitty meshes as sdfCAD 😅

    github.com/Haskell-Things/Impl

  8. Oh for christ's sake what is doing here? Randomly moving the axis origins around when switching between rendering modes? How is one supposed to do like this? 🙄

    I'm using pyvista to view the generated models but shifting axes around is a pretty severe no-go for a 3D viewer. pyvista also recently started spitting out some weird vue2/vue3 errors... Are there any other good viewers for ?

  9. @brett Right. I really want to like . There aren't many FOSS CAD programs and SolveSpace's simple yet powerful approach fits a good niche between and e.g. . However very basic operations like intersecting round objects seem to quickly cause problems and require triangulation or not work at all. Threads are also a big problem. I'll keep using it. FreeCAD is a bit too big for my taste.

  10. I tried approaching a small project first with graphical , but quickly got annoyed by all the clicky-draggy bits and complicated constraints and switched to . I love its new auto-chamfering capabilities, making the design of such a clamping ring with in mind a bliss in eight lines of code - including boilerplate.

  11. now supports chamfers and fillets (and both simultaneously!) for unions, intersections and differences 🥳

  12. 🥳 can now do chamfers, fillets and even both (chamfers with a smooth transition at the edges).

  13. My first successful real project in - repairing a toy excavator for a local playschool! 🥳

    I thought about making it in like or , but the ability to draw onto pictures is just an absolute must for projects like this.

    printables.com/model/737349-ca

  14. Published yet another parametric-box-generator here: printables.com/model/702716-pa

    This one is built with #replicad, which really streamlined some of the design (namely fillets and chamfers), relative to my other favorite: CascadeStudio

    #codecad

  15. New blog post: "The current landscape of 2D CAD libraries".

    carrots.sgenoud.com/2d-cad-lib

    I wanted to have pure 2D operations in replicad, open cascade was not great for it.

    I looked at what I could find in the ecosystem. It is all summed up in the post!

    #cad #codeCad

  16. The new replicad tutorial is published as part of the documentation: replicad.xyz/docs/tutorial-mak

    I walks you through how to use the draw API to #codecad your way through creating a nice designer watering can.

    #cad #javascript #web #3dmodeling

  17. I have been playing with replicad within natto.dev.

    I could easily make it work for 2D stuff - and have a small interface easily.

    This makes me think of how it could be used to build a node based CAD software.

    natto.dev/@sgenoud/e2ade00d1fb to play with it!

    #codecad #cad #natto.dev #replicad