OpenSCAD, to random
@OpenSCAD@fosstodon.org avatar

Who likes a challenge? #OpenSCAD contest @ #MakerWorld is open till 2024-06-30.

https://makerworld.com/en/contests/27

fozztexx, to woodworking
@fozztexx@fozztexx.com avatar

For the last couple of days I've been working on an #OpenSCAD program to create custom #Pantorouter tenons. Set the tenon dimensions, the inner bit/bearing, outer bit/bearing, rows/columns, and it does all the math. But after printing out a full size paper preview I think what I want to do is going to be much bigger than the Pantorouter can handle. #woodworking

Paper printout on 8.5x11 paper with full size tenons filling entire sheet

fozztexx,
@fozztexx@fozztexx.com avatar

@moira @NF6X I'm probably overthinking it. Who cares if there's a tiny dent that gets transferred to the tenon in the center? It’s just more space for glue!

moira,
@moira@mastodon.murkworks.net avatar

@fozztexx @NF6X I... now that you say it, I think I've seen people do that intentionally. Have small channels, I mean. So you don't get trapped air and such. And similar reasons.

xxv, to random
@xxv@mastodon.social avatar

I'm feeling really good about my new LED art project. This is a collab with my partner Allie who did the illustration/vectors for the cloud. It'll have LEDs going under both layers, and then white opaque vinyl on top to give it a crisp edge and hide the coroplast ribs.

Per usual, this was designed in and the inner layers were computed from that using .

A demo of the edge lighting on one of the panels

xxv,
@xxv@mastodon.social avatar

I'm improving the contrast of the lights by putting a layer of light block white vinyl on top of the coroplast. This test is showing me that it looks great, but I'll need to be careful as bubbles in the application of the vinyl are going to be hella visible with the sharp angle of the light.

xxv,
@xxv@mastodon.social avatar

Over the weekend, my partners and I finished getting the main body pieces and lights assembled for the light up cloud. I'm super pleased with how it's coming out - it's pretty much what I was envisioning (cloud design done by Allie).

Up next is finalizing the part assembly with VHB, routing the wires, and adding a frame so it can be mounted vertically.

OpenSCAD, to books
@OpenSCAD@fosstodon.org avatar

One of the current book bundles at HumbleBundle contains 3 books by John Horvath and Rich Cameron featuring #OpenSCAD for visualization and examples (among 15 in total with various topics on electronics and robots).

If you are looking for books about Geometry, Calculus and/or Trigonometry head over to https://www.humblebundle.com/books/electronics-and-design-for-entrepreneurs-make-books and check out the preview chapters.

Links to the associated github repos at https://openscad.org/documentation-books.html

#Books #Math #Geometry #Trigonometry

The book cover of Make: Calculus.
The book cover of Make: Geometry.

mmu_man, (edited ) to retrocomputing French
@mmu_man@m.g3l.org avatar

I just opened a account:

https://liberapay.com/mmu_man/

Maybe it will motivate me to finish some projects?

reconbot, to 3DPrinting
@reconbot@toot.cafe avatar

Big thanks to @jcorbin for walking me through a ton of finer points of #openscad I've made my first #3dprinting model!

It's a little late for indie bookstore day but these are bookmarks for my local bookstore.

I'm testing a print in the only color PETG I've got, and will try a 2 color PLA in the morning. I think the inset one would look really good with the letters (and bottom of the bookmark) in black with a white top. 🤔

And if you're every nearby https://www.womrathbooks.com/ !

A sliced GCODE version of both bookmarks. I'm printing them in PETG at 1mm depth. We'll see how it goes :fingers crossed:
A photo of my printer starting it's print. Just some blue outlines for now.

reconbot,
@reconbot@toot.cafe avatar

I need to dial down the heat to stop these strings, it’s a pita to pull them out of the letters.

Also I leaned a bit about how to add color changes at the correct layers 😅

RichiH,
@RichiH@chaos.social avatar

@reconbot Get a small blowtorch and just burn them away. Easiest way to do it.

mmu_man, (edited ) to random French
@mmu_man@m.g3l.org avatar

While you can't directly grow a volume from an unclosed path in , you can fake it by doubling the path on the way back with a little displacement…

shape_delta = [0, 0.01];
shape = [ each path, for (i = [len(path)-1:-1:0]) path[i] + shape_delta ];

Then you can:
linear_extrude(h) offset(w) polygon(shape);

edit: it might not work for all paths though, YMMV.

OpenSCAD, to opensource
@OpenSCAD@fosstodon.org avatar

The linear_extrude() module got an additional parameter "v" defining the direction of the extrusion (must be in positive Z direction).

linear_extrude(10 * sqrt(3)/2, v = [1, 1, 1], scale = 0.5) square(10);

Thanks @gsohler for the new feature https://github.com/openscad/openscad/pull/5080

#OpenSCAD #CAD #OpenSource #FLOSS

pawelszczur, to 3DPrinting Polish

Tor prosty, długość to 16LU (lego unit, 16mm) podwójny zwykły prosty, czyli 256mm (a z wypustkami dodatkowe cm), dzięki ułożeniu po przekątnej da się ;)

#OpenSCAD #PrusaPrinters #PrusaSlicer #PrusaMK4 #3dprint #3dprinting #Duplo #DuploTracks #LegoDuplo #Olsztyn #Warmia #Poland

pawelszczur,

Na zdjęciu numer 1 leci testowy wydruk jednego krótkiego toru wg poprawionego designu oraz 4 płytek łączących tory lub pozwalających budować coś obok nich ;-)

Zdjęcie numer 2, to tor, który drukowałem od spodu.

Warto podkreślić, że robiłem wydruk bez podpór na całej długości oraz z niestandardowym ustawieniem "bridge angle".

Czasami brakuje mi precyzyjnych ustawień bridgowania.

#OpenSCAD #PrusaPrinters #PrusaSlicer #PrusaMK4 #3dprint #3dprinting #Duplo #DuploTracks #LegoDuplo #Olsztyn #Warmia #Poland

image/png

jgilbert, to random
@jgilbert@mastodon.social avatar

Also, I dumped this publicly some time ago and didn't say anything about it, but:

Should you need models with accurate dimensions for various storage form factor devices, such as a 5.25" full height drive, or a 5.25" optical drive, or a 2.5" internal HDD, with a variety of connector locations, all direct from SNIA's online specifications, I got you:

https://github.com/jon-gilbert/storage_device_dimensions

Two models of a 3.5" internal hard drive, top and bottom. The bottom diagram is spun 180-degrees on its Z-axis, showing a carved out SCA-2 connector.

mmu_man,
@mmu_man@m.g3l.org avatar
pawelszczur, to 3DPrinting Polish

I haven't posted my prints for some time. ;-)

Straight Duplo track of 12 duplo studs, equal to about 120 LU (Lego Units, one is 1.6mm).

We (me & son) need them to build looooong bridges ;-)

This one is a test run. If it works more or less ok, i'm gonna print few more.

It was generated and fine tuned from a OpenSCAD model available on Thingiverse.

I have my own brick OpenSCAD script, which generates better print models, but my script is inferior in parametriztion and it's not that easy to integreate it.

#OpenSCAD #PrusaPrinters #PrusaSlicer #PrusaMK4 #3dprint #3dprinting #Duplo #DuploTracks #LegoDuplo #Olsztyn #Warmia #Poland

ericbuijs, to 3DPrinting
@ericbuijs@fosstodon.org avatar

Easter chick that I've drawn in en than imported in to create an STL file.

tca, to 3DPrinting
@tca@genart.social avatar

Done! Now it is time to print it and fine tune all the parts!

3d printer
3d printer
3d printer

migas,

@tca the result of the brush strokes looks awesome!
I noticed you lower the brush and raise only while XY are both standing still.
Have you thought about combining Z movements while performing a stroke?
Either to lower into a stroke, or to raise out of it.

tca,
@tca@genart.social avatar

@migas sure ;) it works.

tca, to 3DPrinting
@tca@genart.social avatar
mmu_man, (edited ) to retrocomputing
@mmu_man@m.g3l.org avatar
  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines