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

Folks: I'm going to say something potentially controversial in the #3dPrinting world.

The Prusa MK3S is a mess from a software perspective.

I didn't say it was a bad printer, by all accounts, it's pretty amazing printer. But looking at the #OpenSCAD code? Wow, it's not well-written software.

For those of you who don't know, it's open source hardware (GPL3) written (mostly) in OpenSCAD. You can find it on GitHub:

https://github.com/prusa3d/Original-Prusa-i3/tree/MK3S

Let me breakdown the problems with it:

(1/4)

mcdanlj, to 3DPrinting
@mcdanlj@social.makerforums.info avatar

I'm currently deciding whether to do a design in #OpenSCAD or #FreeCAD or maybe some of both?

I may convert an old 12-chord autoharp from my wife's family into a 21-chord unit by making narrow chord bars. If I do that, I'd like to try #3DPrinting the chord bars with integral TPU dampers, programmatically generated.

Because there are multiple common chord layouts, I'd expect to generate chord bars from four pieces of data:

  1. Button rank: Which of three rows should the button go on?
  2. Notes: Which notes are in the chord?
  3. Strings: Note names of every string, along with their relative station.
  4. Name: Chord name printed into the bar.

Then I could remove from the model sections of the TPU damper part of the bar for every string corresponding with a note named in the list of notes for a particular damper, so that it doesn't damp the notes in that cord.

This feels programmatic, and OpenSCAD would be a rational choice. I know that one can program macros for FreeCAD, but it's harder to make FreeCAD macros part of a project instead of part of an installation as far as I know. On the other hand, I'd love to generate STEP files that express more semantics, rather than STL files, which argues again for FreeCAD. Maybe I could find a way to drive this from a spreadsheet in FreeCAD instead of with code. 🤔

Or maybe we should stick to the 12-chord version for now until we decide this is too limiting. 😀

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

This years will start in a couple of hours. For a little bit of daily fun, head over to https://openscad.org/advent-calendar-2023/ where a new door will open at midnight UTC over the next 24 days.

A number of the designs have 3MF files for attached. If you find the time to print and post about those, please tag with .

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

diyelectromusic, to 3DPrinting
@diyelectromusic@mastodon.social avatar

I want to 3d print some button housings for tactile switches - the simple toggle/push buttons we see everywhere in electronics kits...

I actually eventually want to design something for one of those cheap matrix setups to go in.

So this morning I'm off to see what I can find, but if anyone already has an #OpenSCAD design that they can recommend with a good mechanism and mountings I could use as a starting point, I'd be very interested in hearing about it :)

#3dPrinting #SynthDIY #MakersHelp

linux_mclinuxface, to random
@linux_mclinuxface@fosstodon.org avatar

Sometimes you work on a part for a long time and don't realize how unintentionally rad it looks.

#OpenSCAD

rasterweb, to 3DPrinting
@rasterweb@mastodon.social avatar

Gridfinity! Here's a quick write-up with some photos of my new soldering desk organization using Gridfinity (and OpenSCAD)...

➡️ https://rasterweb.net/raster/2023/12/03/gridfinity-organization-part-1/

#3DPrinting @3dprinting @OpenSCAD #OpenSCAD #gridfinity #maker

chrastecky, to 3DPrinting
@chrastecky@phpc.social avatar
jpaskaruk, to python
@jpaskaruk@growers.social avatar

#Cadquery

Anyone here use it?

It presents as #OpenSCAD which I love, only you write #Python instead of that C-ish stuff it uses, and if I read correctly it's got a better underlying render engine. Only heard about it because someone did a #Gridfinity reimplementation with it, and all things being equal I would definitely rather use that than devil-begotten, temple-beridden, snot-encrusted #Autodesk products.

Like jeez man some of us don't run windoze.

bloor, to random
@bloor@bloor.tw avatar

I bloody love #openSCAD

It's just so sodding fast to use if you need to do something simple.

image/png
image/png

rasterweb, (edited ) to 3DPrinting
@rasterweb@mastodon.social avatar

This Universal Parametric Rugged Box written in OpenSCAD looks solid! I've been searching for a good one that uses OpenSCAD and not Fusion 360.

➡️ https://www.printables.com/model/648172-universal-parametric-rugged-box

#3DPrinting #OpenSCAD @3dprinting @OpenSCAD

xenogon, to random

Has anyone else tried to run latest #openscad dev snapshot for MacOS? (2023.10.2) It is throwing a lot of errors for me.

I was hoping to try the multithreaded rendering.

I am using the BOSL2 library and most of the errors are related to that.

I think it may have permissions issues, I had some trouble convincing MacOS to allow it disk access.

Flux, to 3DPrinting
@Flux@wandering.shop avatar

Added a 3D printer to the shop this week. Prussa MK3S, acquired second hand from a fellow who didn't successfully assemble the kit. It's now running beautifully. First useful items the next day. A bushing for my 5C drawbar which pulled 2 10ths out of my run out, and a press-on handle for the tube. Even just press-fit it provides enough traction to hold the work well. Both designed in .

A donut shaped handwheel on the window of the draw tube in the spindle of a metal lathe.

rasterweb, to 3DPrinting
@rasterweb@mastodon.social avatar

I made this fairly simple parametric file in OpenSCAD for people to see how I do it. I am by no means an expert, but I try to share my knowledge because the only way I've ever learned anything is because others before me shared and I was able to benefit from their knowledge.

➡️ https://rasterweb.net/raster/2023/11/22/customizable-trays-in-openscad/

#3DPrinting #OpenSCAD #CAD @3dprinting @OpenSCAD

pro, to random
@pro@mu.zaitcev.nu avatar

I'm looking at a CSG to STEP convertor[1] and ask: why not make @OpenSCAD export STEP? No need for any extra libraries, hopefully. Also, one fewer step for impedance matching. All you need is to generate hulls and minks automatically, using primitives available in STEP. Surely someone has done that before, right? Github is vast, it must be in there somewhere.

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

Looking good. #openscad #3dprinting

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

I just released my #3dPrinting pegboard #OpenSCAD work on GitHub!

It's a library called Pegmixer and it allows you to quickly create custom pegboard mounts. Often it only takes a couple of lines of code.

It includes a bunch of examples and documentation. Feedback and pull requests are welcome.

https://github.com/stockholmux/pegmixer

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

Done! Now it is time to print it and fine tune all the parts! #3dprinting #openscad

3d printer
3d printer
3d printer

linux_mclinuxface, to random
@linux_mclinuxface@fosstodon.org avatar

Ok. Does this symbol look like anything to you?

I came up with it today for a project (using #OpenSCAD, of course).

I've reverse imaged searched it and there seems to be similar symbols, but nothing exactly like this.

It's so hard being original. You can think it's unique but then... bam! It's something from your childhood or a government agency in... Mongolia that just happened to have the same idea.

scruss, to apple
@scruss@xoxo.zone avatar

Heh - don't believe the hype about how fast the #Apple M2 Pro CPU is. For single-core numeric grunt, my about-to-be-retired i7-4790K box (built on an extreme budget in 2016 from 2014 parts) is still handily faster than this 1 week old Mac14,12 Mac Mini.

For example, one of my typical #OpenSCAD models renders in 2' 27" on the i7, but takes 2' 54" on the Mac Mini. That's a handy 18% faster on the CPU that Intel stopped making in 2017.

rasterweb, to 3dmodeling
@rasterweb@mastodon.social avatar

I think I should dig into BOSL2... is this the best place to start?

➡️ https://github.com/BelfrySCAD/BOSL2/wiki/Tutorials

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

Of course I got my hands on this Mega ST backplate and I had to model it because the plain one wasn't available, only ones with various holes.

Then I generalized a switch version I found from @troed

https://github.com/mmuman/cad-retro-parts/blob/main/Atari/ST/mega_st_backplate.scad

#AtariST #Atari #RetroComputing #OpenSCAD

fastness, to 3DPrinting

New plotter design is nearly done. This will be an H belt design with the parts running on 2020 & 2040 V slot extrusion

I've completed all of the design (in #openSCAD), but I still have more parts to print and testing to do before I'll share the design; it will be on #printables at some point. It should do A3 and it might scale up to A2, but I'm a little concerned about stiffness and racking in the cross arm

#penplotter #3dprinting

A full overview of a plotter made with silver & black anodised aluminium extrusions. The fittings that join the aluminium parts are bright orange, all is held together with steel socket cap screws. The moving parts are supported with small black plastic V wheels. The plotter is incomplete, with no belts (these will be fitted later). The whole thing sits on a bright red Christmas tablecloth, some tools are visible on the table.

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.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • cisconetworking
  • mdbf
  • tacticalgear
  • magazineikmin
  • thenastyranch
  • rosin
  • everett
  • Youngstown
  • khanakhh
  • slotface
  • ngwrru68w68
  • kavyap
  • DreamBathrooms
  • JUstTest
  • InstantRegret
  • osvaldo12
  • GTA5RPClips
  • ethstaker
  • tester
  • Durango
  • normalnudes
  • anitta
  • modclub
  • cubers
  • Leos
  • provamag3
  • lostlight
  • All magazines