Jeremy Wright · @jmwright
25 followers · 124 posts · Server fosstodon.org

I ported the Lego brick example from to to see if it would work. It did, and I posted a gist here: gist.github.com/jmwright/b1f4e

#cadquery #python #hy #hylang

Last updated 1 year ago

Yann Büchau :nixos: · @nobodyinperson
237 followers · 1037 posts · Server fosstodon.org

@linux_mclinuxface @gklyne @Floppy @3dprinting @vandam Wow, impressive! I could never do something as interactive like that, I just dislike web development too much 😅

I think a basic website where you can at max view the object with ThreeJS or something would be cool, where you can only set some predefined parameters and values and it spits out the STL. That for , ,
and the like. You could launch it with your git project in the url, so no need to register it.

#cadquery #openscad #pythonsdf

Last updated 1 year ago

Leon Brocard · @orangeacme
225 followers · 171 posts · Server fosstodon.org

I also publish the code that created the model on GitHub: github.com/acme/eksjo-foot
It's a simple model that uses .

I use a 0.6 mm nozzle, but most people use a 0.4 mm nozzle. I want it to have two full-line walls, so I have calculate_extrusion_width() and calculate_shell_thickness() functions that match PrusaSlicer:
github.com/acme/eksjo-foot/blo

#cadquery

Last updated 1 year ago

Pete Johanson · @petejohanson
154 followers · 257 posts · Server fosstodon.org

Still loving the pairing of GitLab CI and for reproducible, parametric, code based case work.

Doesn't hurt that I can preview the STLs from my phone to sanity check things.

#cadquery #mechanicalkeyboard

Last updated 1 year ago

Yann Büchau :python: · @nobodyinperson
191 followers · 802 posts · Server fosstodon.org

@linux_mclinuxface @tcurdt @stevegenoud Also OpenCASCADE is a beast as a backend and was hard to install for me e.g. for . I also don't really dig the way you describe objects with it, really... Another beauty of :openscad: is that its codebase pretty much runs anywhere (even on my phone).

#openscad #cadquery #sailfishos

Last updated 1 year ago

Jeremy Wright · @jmwright
20 followers · 108 posts · Server fosstodon.org
Sp4rkR4t · @sp4rkr4t
97 followers · 311 posts · Server mastodon.scot

@thraeryn Apart from a few basic things I've always ended up banging my head against . Its a great idea but it's a bit lacking in it's implimentation, there is an up and coming alternative called thankfully which might get this type of thing right in the future.

#design #3dprinting #cadquery #openscad

Last updated 1 year ago

Pete Johanson · @petejohanson
146 followers · 208 posts · Server fosstodon.org

Ok, so yeah... with CQ Warehouse Draft lib + SVG exports is going to be great for case technical drawings. Just playing, but the core pieces are all going to fit just great.

#cadquery #mechanicalkeyboard

Last updated 1 year ago

Leon Brocard · @orangeacme
209 followers · 122 posts · Server fosstodon.org

The code just fits in:

```
import cadquery as cq

bottom_sketch = (
cq.Sketch()
.rect(35.6, 35.6)
.vertices()
.fillet(1.6/2)
)

result = (
cq.Workplane("XY")
.placeSketch(bottom_sketch)
.extrude(0.8, taper=-45)
.faces(">Z").wires().toPending()
.extrude(1.8)
.faces(">Z").wires().toPending()
.extrude(2.15, taper=-45)
.faces(">Z").wires().toPending()
.extrude(24, taper=-45)
.edges(">Z")
.toPending()
.offset2D(-5)
.cutBlind(-5, taper=45)
)

show_object(result)
```

#cadquery

Last updated 1 year ago

Pete Johanson · @petejohanson
138 followers · 182 posts · Server fosstodon.org

Couldn't resist getting started on some experimentation on a Blank Slate top mount case using

Would love to eventually do this in milled polycarb

#mechanicalkeyboard #cadquery

Last updated 1 year ago

Jeremy Wright · @jmwright
14 followers · 100 posts · Server fosstodon.org

Blog post on what our group accomplished during the @opentoolchain Hackathon in early March. We decided to work on a framework that automatically keeps open hardware documentation in sync with parametric models.

7bindustries.com/blog/otfn_hac

#cad #cadquery #gitbuilding #openhardware #foss

Last updated 1 year ago

Pete Johanson · @petejohanson
132 followers · 165 posts · Server fosstodon.org

Oh yeah, this wasn't nearly as hard as I had feared. Obviously lots to clean up, but the fundamentals are working for Editor clipping!

youtu.be/4jKamJRwqAk

(forgive the YT link, couldn't get the webm that fedora screencast recorded to upload here)

#cadquery

Last updated 1 year ago

Pete Johanson · @petejohanson
130 followers · 162 posts · Server fosstodon.org

Experimenting with adding clipping plane support to

(Forgive the hastily made texture that makes it look cartoonish)

#cadquery

Last updated 1 year ago

Pete Johanson · @petejohanson
127 followers · 155 posts · Server fosstodon.org

The War Driver case and plate design are coming along. Some funky renders with of the case, switch plate, PCB, and MBK extended keycaps

#mechanicalkeyboard #cadquery

Last updated 1 year ago

Leon Brocard · @orangeacme
201 followers · 111 posts · Server fosstodon.org

Continuing my tour of 3D modelling software, this time I'm trying out CadQuery, which is a friendly Python wrapper around the OpenCascade modelling kernel. I like how easy it has been to add features like chamfers and how it is all driven by code. I've carefully sized it so that Prusa Slicer slices it into a strong four-line wall.
printables.com/model/421099-he

#3dprinting #cadquery #prusaslicer

Last updated 1 year ago

Poetry News · @haikubot
600 followers · 4687 posts · Server mastodon.cloud
Pete Johanson · @petejohanson
117 followers · 128 posts · Server fosstodon.org

Still so very happy every time I use . Whipped together a two piece keyboard case for someone in a few hours. Would have been quicker, but I spent a bit of time fiddling about with how to use the edge vertices to automatically generate the proper points for my heat set inserts/screws along the edge.

#cadquery #3dp

Last updated 2 years ago

Chris · @chriscioffi
10 followers · 139 posts · Server fosstodon.org

@alien3d @dsk that’s kind of even more impressive, then! I assumed he had done the original design, or at least had easy access to the original design.

It also makes me feel like I need to learn the assembly tools in and for my own projects.

#openscad #cadquery

Last updated 2 years ago

Steve Genoud · @stevegenoud
70 followers · 283 posts · Server toot.cafe

@noiseislife Have a look at replicad.xyz - it is my Brep based CAD library which supports chamfers and fillet (based on like @FreeCAD and )

#cadquery #opencascade

Last updated 2 years ago

Chris · @chriscioffi
10 followers · 139 posts · Server fosstodon.org

@guddl I’ve been using for the last couple of years, but I’m making an effort to give another try, because . The cq-server project is really helping.

#openscad #cadquery #python

Last updated 2 years ago