3D Printing Management Software

3D-Druck

Manyfold
https://manyfold.app
https://github.com/manyfold3d/manyfold
-> Nach aktuellem Stand das beste Tool mit aktiver Weiterentwicklung.

Installation -> siehe:
https://manyfold.app/get-started/docker
https://manyfold.app/sysadmin/configuration.html

Installation über Docker Compose-File
als Solo-Image mit ausgelagertem Datenbank- und Modell-Ordner:

services:
  app:
    image: ghcr.io/manyfold3d/manyfold-solo:latest
    ports:
      - 3214:3214
    volumes:
      # Uncomment to add a volume where a database file should be created.
      # Don't change the part after the colon, it needs to be at /config
      # - /local/path/to/your/database:/config
      - /volume1/docker/manyfold/config:/config
      # Uncomment to add a filesystem volume for your model library (or multiple if
      # you want multiple libraries), in the form <local_path>:<container_path>.
      # The local path could be a folder that already contains models, in which case Manyfold
      # will scan and import them, or it could be empty.
      # The container path can be anything; you will need to enter it in the "new library" form.
      # - /local/path/to/your/models:/models
      - /volume1/docker/manyfold/models:/models
    environment:
      SECRET_KEY_BASE: a_nice_long_random_string
      PUID: 1000
      PGID: 1000
    restart: unless-stopped
    # Optional, but recommended for better security
    security_opt:
      - no-new-privileges:true
    cap_drop:
      - ALL
    cap_add:
      - CHOWN
      - DAC_OVERRIDE
      - SETUID
      - SETGID

Anschließend einen Benutzer mit Passwort anlegen.
Sowie eine Sammlung anlegen, welche auf den Modell-Ordner zeigt. Hier den Pfad /models eingeben und speichern.
Fertig.


3DPrinterOS
https://www.3dprinteros.com
-> Online und Abo – nicht relevant

Duet3D
https://github.com/Duet3D
-> nicht klar ersichtlich, eher für Elektriker

Fluidd / Mainsail (Web-Interface für Klipper)
https://docs.mainsail.xyz

MatterControl
https://www.matterhackers.com/store/l/mattercontrol/sk/MKZGTDW6
-> keine WebApp, normales Software-Paket für Windows

Nextcloud + Plugins fürs 3D
https://apps.nextcloud.com/?search=3d

OctoPrint
https://octoprint.org
-> lt. KI mit einer Dateiverwaltung, aber nicht in der Doc gefunden

printBed
https://github.com/prosthetichead/printBed
-> Alpha-Status, seit über 02/2024 keine Änderungen am Paket. Dazu einige Bugs und Anzeigefehler.

PrusaLink / PrusaConnect
https://github.com/prusa3d/PrusaLink
-> wurde anscheinend eingestellt -> GitHub Repo nicht mehr verfügbar