#openSCAD
今日は #技術書典 19 オフライン開催日ですね。
初出展の私はオンラインのみ。Typora 、Typora、OpenSCAD での参戦です。どうぞよろしくお願いします 🙇‍♂️
techbookfest.org/organization...
髭、はえ初めし頃。 | 技術書典
楽して物作りができる愛すべきものたちを紹介します
techbookfest.org
November 16, 2025 at 4:05 AM
No, it's our own thing. Inspired by openSCAD. But hoping to address its shortcomings.
November 15, 2025 at 10:31 PM
this is openSCAD right?
November 15, 2025 at 10:30 PM
Looks like I need to learn OpenSCAD to make the part I need for this project. 😅

(It’s just customizing a Gridfinity bin but I can’t seem to get OpenSCAD to export a file that I can import into another CAD package. Might just be the source project though.)
November 15, 2025 at 10:01 PM
I've got this corrugated sheet in #tinkercad but you'll notice it is not constant thickness so its taking much longer to print than is needed.

Anyone able to make an stl that is? (using any software)

It should be 38mm height, 95mm between peaks and preferably 2mm thick.

#3dprinting
November 14, 2025 at 8:03 AM
I took some time from painting to whip a basic painting handle to replace some of my 25 year old paint bottles that I’ve been using. I call it “Yet Another Paint Handle” or YAPH. Available on Thingiverse soon.

#miniaturepainting
#3dprinting
#openscad
November 12, 2025 at 12:00 AM
20 minutes in openscad, guess you can make art!
November 10, 2025 at 6:08 PM
Wow apparently it's hard to find a working #openscad lol?? I just wanted to render specifically this file..

Flatpak: first "Failed to create `wl_display` (No such file or directory)". Okay, allow socket- "Using the 'ivi-shell' shell integration" u wot??? Okay, `QT_QPA_PLATFORM=xcb` -- crashes […]
Original post on social.treehouse.systems
social.treehouse.systems
November 10, 2025 at 5:27 PM
I think a fan grille was one of my first projects. If you're just making shapes, Claude can do some really neat stuff that you can open natively in OpenSCAD. It's can do stuff kind of quickly now because I've been a Fusion user for 10 years. Lots of videos out there. FreeCAD looks good though!
November 10, 2025 at 4:00 AM
check out OpenSCAD u can code with AI too
November 9, 2025 at 8:33 PM
Now do OpenSCAD
November 9, 2025 at 7:03 PM
Functional OpenSCAD: Implementing OpenSCAD in OpenSCAD

This library is an attempt to re-implement OpenSCAD's builtin modules as functions which operate directly on vertex data. #3dprinting #OpenSCAD

github.com/thehans/Func...
GitHub - thehans/FunctionalOpenSCAD: Implementing OpenSCAD in OpenSCAD
Implementing OpenSCAD in OpenSCAD. Contribute to thehans/FunctionalOpenSCAD development by creating an account on GitHub.
github.com
November 9, 2025 at 1:26 PM
As the only one in our area with a 3D printer and modelling capability, I get some very strange requests. This one is for a children's kitchen! The battery-powered tap is a standard unit, but comes without a surface-mount fitting. So I modelled and printed a friction-fit base for it in flexible TPU.
November 9, 2025 at 12:11 PM
OpenSCAD is great with shapes, so I shaped this for the boombox shell, and I will carve out the handle, speaker holes, and circuit mounting locations with Fusion.
November 8, 2025 at 11:52 PM
As for programmable CAD, I've used SolidRuby (a Ruby DSL that generates OpenSCAD) to generate the Mahjong tiles, creating different color channels as separate STLs for multi-material printing, but I've pasued on that project for now
November 5, 2025 at 7:32 AM
Come on, just one more video how to bend the 'Wiener Geflecht' to a cylinder because why not.
It feels like coding/modeling the #3d object with #OpenSCAD is more fun then #3dprinting is. Although such a tangible product is a great thing.
November 4, 2025 at 4:54 PM
Maybe you remember my post about the Vienna canework pattern (bsky.app/profile/matt...).

Now it's going to be the next circular basket to be printed soon.

#openscad #3dmodelling #3dprinting #weave #pattern
November 3, 2025 at 9:47 PM
Had to create this animation to illustrate what happens. #openscad
November 3, 2025 at 3:36 PM
Can anyone help me with this #openscad problem?
How do I rotate an object to face a given normal vector? I know mathematically how to do it, but I'm lost in a maze of coordinate systems.
November 3, 2025 at 10:38 AM
First layout seems to work. The yellow pieces are the rectangles for the speaker boxes, the green are the sides for the radio box, and the mostly-blue pieces are the radio box's top and bottom pieces.

A good first attempt, especially for my very first use of #OpenSCAD!

#fm-radio-project
1/2
November 3, 2025 at 8:47 AM
I've begun to harness the power of #OpenSCAD to choose dimensions for my FM radio project's enclosure.

I've got the dimensions of the plywood sheet plugged in, and am getting all the various pieces placed onto the sheet, with the 3D view coming later.

#fm-radio-project
1/2
November 3, 2025 at 4:32 AM
I am currently revising my ‘Path-to-Circle Projection’ in #OpenSCAD.
November 2, 2025 at 5:08 PM
After a week away, picking up where I left off. Making the last basket parameterised with #openscad.

But actually, I want to do the Viennese weave to make round or rounded rectangular baskets out of it.

Also the new #bambulab nozzles and wood filament arrived. Might do a test #3dprint tomorrow.
November 1, 2025 at 5:20 PM
OpenSCAD is fun
October 31, 2025 at 5:54 PM
The shit I pull in OpenSCAD.

```
infinity = 100 * in;
epsilon = 0.01 * mm;
```
October 31, 2025 at 1:25 AM