this post was submitted on 14 Jul 2023
12 points (100.0% liked)

3DPrinting

15124 readers
77 users here now

3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.

The r/functionalprint community is now located at: !functionalprint@kbin.social or !functionalprint@fedia.io

There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml

Rules

If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)

Moderation policy: Light, mostly invisible

founded 1 year ago
MODERATORS
 

Has there been any progress on getting network connectivity for the Saturn 2? Coming from using Octoprint with my FDM printers, the Saturn 2 feels like a huge downgrade.

Options:

  • Octoprint-Chituboard - Doesn't work for Saturn 2 due to CTBv4 file format
  • Alternative firmware - I am really hopeful for the .goo file format but haven't seen any news that it will be coming to the Saturn 2. The board runs on an STM32 microcontroller (stm32f407zet6) which can be reflashed. Again, a great open source opportunity for someone smarter than me.
  • Alternative controller board - If we can't find an improved firmware, a whole new board wouldn't be impossible. I haven't found anything available but we're only driving a stepper motor, displaying images and controlling the UV light. This should be an easy win for an open hardware design.
  • Upgrade controller board - The Saturn 3 Ultra added much better connectivity but sadly locked that down to Chitubox slicer.
top 5 comments
sorted by: hot top controversial new old
[–] j4k3@lemmy.world 3 points 1 year ago (1 children)

The main issue with all of these resin printers is the proprietary displays all have NDA locked documentation. This is the main reason they can't be supported by the community at all. This is one of those situations where reverse engineering the API and protocol for the display requires a serious professional level electronics lab where anyone that can afford the kit, can't afford the time, and it isn't worth it for just one revision of a display in a product that could be changed at any time without warning.

[–] jshank@lemmy.world 1 points 1 year ago

That's a good point. Although I would just replace it with a Nextion display. IMO, the interface isn't that great. I don't really need to see the thumbnail either, just some basic maintenance functions and a progress indicator directly on the unit. Once we have network connectivity, we can build a far better interface via a web interface a la Octoprint.

[–] NiyaShy@kbin.social 2 points 1 year ago (1 children)

Hm, interesting that the board has a solder point for an ethernet jack, but I see none of the usual "support" components near it that are typically also required (a PHY and/or network chip). Could be that that's supposed to be run in software on the MCU, but that would require that the firmware supports/includes it.

[–] roofuskit@kbin.social 1 points 1 year ago

It's there because these boards are mass manufactured by chitu systems and shoved into almost every singe popular resin printer out there. They can be customized depending on what features the different manufacturers want for each model.

[–] rambos@lemmy.world 1 points 1 year ago

This is half solution, but still might be useful if there is nothing better available. There are wifi SD cards like toshiba flashair that can connect to your wifi and provide samba share folder (with some easy moding). Then you can save gcode directly from slicer and start the print from printer screen. Far from octoprint features, but still beter than moving sd card every time