I CAN CONTROL Ender3-S1 from Proxmox | Octoprint VM + Prusa Slicer Docker Container | Proxmox Server

Опубликовано: 29 Сентябрь 2024
на канале: MRP
5,157
78

Easy to setup VM with Octoprint on it. And why not do Prusa Slicer same time.
All my 3D Printing needs are in one place.

- Chapters:
00:00 Intro
00:14 Setting up Dietpi OS VM
02:20 USB Pass-through for 3D Printer
04:19 Setting up OctoPrint inside Dietpi OS
06:53 OctoPrint setup
10:22 Prusa Slicer Docker Container setup
16:37 Prusa Slicer setup
18:50 Link between OctoPrint and Prusa Slicer
20:33 Setting up SMB Share for STL uploads
22:12 Troubleshooting Prusa Slicer container
23:03 Lets start printing :)
25:18 Suggestion what to add next
26:39 The End


- Prusa Slicer Docker-Compose content:
- Thanks to: https://github.com/helfrichmichael

version: '3'
services:
prusaslicer-novnc:
image: mikeah/prusaslicer-novnc
container_name: prusaslicer-novnc
user: 0:0
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- ./configx:/configs/
- ./prints:/prints/

#octoprint
#homelab
#prusaslicer