BrokenRelicsPuzzle
for #wccchallenge
#Cracked by
@sableraph.bsky.social
Video: youtu.be/h0i0LNYZVfg
Blog: blog.illestpreacha.com/wccc-cracked
Coded #OpenScad #SonicPi
#poetry #3D #Sounddesign #creativecoding #wccc #livecoding #worldbuilding
I needed a better #OpenSCAD lib for hex/honeycomb grids, so I made one! ✨ github.com/kerberjg/hon...
Someone said yesterday that I should just write a script to do it because it would only take 2-3 times longer than doing it by hand.
Well, yesterday I did it by hand because I was in front of the laser cutter.
Today, back at home I've gone back to #OpenSCAD to do it properly, and it has indeed […]
Figure 2: Examples of CO2 degassing at the Starzach site. Figure reproduced from Büchau et al. (2022, Appendix A, page 62, kindly provided by the publisher under a CC-BY-4.0 license). (a) diffuse degassing, small ascending gas bubbles (during spring 2020 flooding), (b) mofette with largest diameter, examined in 2015 by Lübben and Leven (2022), (c) picture by Martin Schon in 2019, groundwater monitor well, turned into the site’s most active mofette shortly after its deployment in 2014.
Table 2: Tabular comparison of four low-cost NDIR CO2 sensors evaluated for application at the Starzach site, reproduced from Büchau et al. (2022, Appendix A, page 65, kindly provided by the publisher under a CC-BY-4.0 license)
Figure 5: Gas flow funnel system mounted over the groundwater monitoring well (Figure 1, installed in 2014, which turned into a mofette shortly after deployment) at the Starzach site in 2022. Figure reproduced from (Büchau et al., 2024a, Appendix B, page 80, licensed under CC-BY-4.0).
Figure 9: Flux-gradient setup close to the ground, next to the Starzach site’s mofette with the largest diameter (30 cm, Figure 2b, examined in 2015 by Lübben and Leven, 2022). Four Sensirion SCD30 low-cost CO2 sensors each are mounted 40 cm above and below a Campbell Scientific IRGASON eddy covariance station at 60 cm height. Measurements of this setup are shown in Figure 10 and Figure 11.
And here is my published dissertation, about quantifying the natural CO2 exhaust at the Starzach site in Southwest Germany (my result: ~10t/d):
http://hdl.handle.net/10900/176213
I used a lot of #FOSS software for all of it and it was amazing. Honorable […]
[Original post on fosstodon.org]
Improved MicroPython logo keychain in OpenSCAD — gist.github.com/scruss/9801a...
#MicroPython #OpenSCAD
Uploaded another design to printables. This time a simple stackable 1x1 gridfinity holder for 1/4" hexdrive bits.
I could find plenty of gridfinity bit holders, but none that were stackable and 1x1. So I designed my own in openscad […]
Cloaking Entities
Coded #hydraVideoSynth #Openscad
#creativecoding
#Grids
#livecoding
#Worldbuilding
#visualpoetry
#creativecodeart
#3D
TIL: Claude Opus 4.6 Can Reverse Engineer STL Files So, I finally got around to opening the Maclock I’ve had sitting around for a while, and I was looking at the STL files for the screen bracket ...
#openscad #3d #til #engineering #ai #3dprinting #reverse #stl #mesh
Origin | Interest | Match
screenshot from openSCAD showing an F-shaped part with some serrations on the inner jaw
the same thing, 3D printed in black plastic, hanging from the bottom edge of a coffee table
designed and printed some anti-robot hangers so the idiot vacuum cleaner stops getting stuck by wedging itself under the coffee table
#openscad #3dprinting
OverLoadedBoxes
#Genuary2026 #genuary1 #genuary12
#shape #color #boxes #red
Blog\More Images\Code: blog.illestpreacha.com/genuary2026r...
Code: #Openscad
#genuary #creativecoding #livecoding #3D #animation #poetry
CrystalizedFloats
#Genuary #Genuary2026 #Livecoding #Worldbuilding #Genuary23 #3DModelling #Transparency
Video: youtu.be/YxjFIRJTG1w
Blog:
blog.illestpreacha.com/genuary20263...
Coded in #openscad #hydravideosynth
#creativecoding #3d #animation #characterdesign #glitch
MothicalBeings
#Genuary #Genuary2026 #Livecoding #Worldbuilding #Genuary29 #Genuary30 #bug #mutation #lowres
Blog/Images/Code
blog.illestpreacha.com/genuary2026m...
Coded in #openscad #hydravideosynth
#creativecoding #3d #animation #characterdesign #glitch
#Binary #Clock #Face With #Pentagram. It's #funny #math #joke about #binary numbers. Made in #OpenSCAD. Enjoy!
www.printables.com/model/124443...
#3dprint #binaryclock #clock #clockface #mathart
#Flathub offers download statistics for applications in the past half year. This is a list of estimated average install per day over the second half of 2025:
#FreeCAD (pictured): 950
#LibreCAD: 130
#OpenSCAD: 75
#Blender: 900
#Inkscape: 1000
#GIMP: 2600
#Audacity: 800
#LibreOffice: 2000
I’ve worked on a way to do nice bevelled holes (to avoid rope chafing for the supporting string/rope) but it didn’t make it into the current design.
#openscad #3dprint
Mi pantalla para #hologramas en #Openscad #teatro #animacion
After working on it for almost 9 months. I recently finished my hardest build yet. I've written a blog post about it. (Warning, long). Grab a cuppa and have a read.
#Making #MakersHour #Machining #WoodWork #3DPrinting #OpenSCAD
https://cetaceanneeded.com/a-kerfed-project.html
A helical coil modeled in OpenSCAD
The C-shaped cross-section of the coil
The OpenSCAD code to generate the coil: //cross-sectional diameter of coil d1=4; //median diameter of coil d2=15; //height h=70; //pitch p=6; //granularity gr=4; //twist tw=360*h/p; //circular factor fc=360/p; //horizontal slice polygon for coil coilSection=[for(a=[1:gr:360]) let(r1=d1/2*cos(a)+d2/2, a1=d1/2*sin(a)*fc, x1=r1*cos(a1), y1=r1*sin(a1)) [x1,y1] ]; linear_extrude(height=h,twist=tw,slices=tw/gr) polygon(coilSection);
Tried something interesting in #OpenSCAD. I wanted to see how easy it would be to model a coil using linear_extrude. It actually wasn't that bad, once I figured out how to generate the horizontal cross section. #3dDesign
the way my Logitech BRIO 4K webcam is perched atop my Dell G3223Q monitor has irked me for too long!
so i whipped up a little adapter piece in #OpenSCAD and manifested it via #3DPrinting
www.printables.com/model/153559...
Assembly instructions... some minor edits to do, still. Volunteers will try to build it next week. Release after that :D
#3Dprinting #openscad
a 3D model of a rack mounted insert, which has mounting holes for the Nintendo Famicom
unironically, I cannot describe how hard it is to affix a Famicom to a rack mount. maintaining the cartridge slot, power & reset buttons, and EXT port, all without hardware modifications (the goal is to be non-destructive)
#openSCAD #3DPrinting
Everybody loves LEGO!
Testing some layouts for assembly instructions...
#3Dprinting #openscad
3D render view of openscad showing four different ikea hooks hanging in a small square IKEA skadis pegboard
Working on some common and some special #Skadis hooks for my #IKEA #pegboard again with #OpenSCAD for #3Dprinting
Does anyone have any recommendations on the best way to position round rods parallel to the print bed?
This year I got engaged
I started exercising
I got better medicine
I tell all my friends that I love them when we say goodbye
I made progress on a #gba game I've been working on
I learned #OpenSCAD and am #3Dprinting my own models
I got promoted at work with a raise
I rack mounted a Famicom just bc
This will give a general view how to build this thing. It will have a linear actuator on top like an Unimate (1961). :D #OpenSCAD #3Dprinting
Bluesprogattini Reformation 4.7
coded by #openscad
aided by #glitchlab
#creativecoding
#3d
#glitchart
#experimental
#pixelation