BOFH666

joined 2 years ago
[–] BOFH666 4 points 1 year ago (1 children)

SuperSlicer, nightly builds from GitHub.

[–] BOFH666 10 points 1 year ago (1 children)
[–] BOFH666 5 points 1 year ago

I use OpenSCAD to have a declarative method to 'design' boxes for my electronic projects. So boxes and lids with hinges and stuff.

When I need something with accurate measurements but a more complex design, FreeCad is the go-to tool. Sprockets, PS5 controller loading-station, bolts and nuts.

Blender probably can be used too, but I have never used it.

[–] BOFH666 1 points 1 year ago

If the printer runs a Marlin variation as firmware (Ender probably does), you can run octoprint on a Raspberry pi or more powerful stuff. Running in docker should be doable, you just need to route the serial-usb connection into the container running ocotoprint. Klipper user with Mainsail on a RPI4 here, no experience with a dockerized octoprint.

The most slicers have some calibration prints to tune flow/temperature etc. Do them before starting that 9 hour print job..

[–] BOFH666 3 points 1 year ago (2 children)

Designing stuff: FreeCad and OpenSCAD. Lots of YouTube material for educational purposes.

Regarding the printer, this depends on the make/model/manufacturer, but the more serious people (not starting a flame war here, just my observation) tend to use Klipper. Most printers run some form of Marlin, but most can run Klipper as an alternative firmware.

And there are the slicers.... A huge amount of choice here, but one way or the other, most are forks/spinoffs of previous work. Personal choice here is SuperSlicer, mostly due to its interface and me being too lazy to use OrcaSlicer of one of the other options.

But beware: tuning, measuring adjusting will take a lot of time. And the entire 3d printing community likes is.

[–] BOFH666 13 points 1 year ago (24 children)

And that probably won't be the end.

Very happy (and after 2 years usage still extremely unskilled) with FreeCad.

[–] BOFH666 21 points 1 year ago (1 children)

Noticed someone mentioning this (the product ) last weekend and did a next-next-finish install on some old hardware.

This is really nice, got me some nice actions running already.

I used to build locally and use git, cgit and Trac, but will probably move everything to forgejo.

[–] BOFH666 1 points 1 year ago (1 children)

Would it help, to add a switch in the potentiometer path? When you disconnect ground from the potentiometer, will the stove shutdown gracefully?

That could be a simple way..

[–] BOFH666 2 points 1 year ago

No HACS support out of the box. (HA as docker)

The only use for RPI is kodi and Mainsail for the printer. All of them boot from NFS, so no storage issues. Everything else is x86-64 or docker containers on those Intel/amd machines.

[–] BOFH666 7 points 1 year ago

Running a Roborock S6 here with the alternative firmware by valetudo and https://dontvacuum.me/

Really love the mqtt support, so integrating into my existing home-automation was really easy.

[–] BOFH666 1 points 1 year ago

No experience with qmk on these controllers, but connected several of these oled displays to esp32 microcontrollers without any problems.

CS, SDA and SCL will be your spi bus, the D/C is an output (from controller pov, input for the display) to signal the 'mode' of operation.

Good luck.

[–] BOFH666 1 points 1 year ago* (last edited 1 year ago) (2 children)

SDA/SCL pair is probably i2c, CS chip-select? But that would be more appropriate for spi.

DC is probably to switch the display controller between command and data modes. So you will have to connect that to a gpio on your blue pill to let software switch between data/command.

Alrighty... Big fat S P I on the back of the PCB (: facepalm:). So SDA/SCL is data and clock for the spi-bus. Hth.

view more: ‹ prev next ›