3D Printing
3D printing workflow — CAD design with OpenSCAD, slicing with PrusaSlicer, and remote print management with OctoPrint.
Owner: cznewt
System Graph
graph LR
system["🖥️ 3D Printing"]
comp_1["⚙️ OctoPrint"]
system --> comp_1
comp_2["🌐 OpenSCAD"]
system --> comp_2
comp_3["🌐 PrusaSlicer"]
system --> comp_3
Components
OctoPrint
service production
Web interface for remote 3D printer management. Monitor prints via webcam, control temperature, upload G-code, and manage print queue from …
OpenSCAD
Website production
Parametric 3D CAD modeler using scripting language. Create precise models with code — ideal for mechanical parts, enclosures, and functional …
PrusaSlicer
Website production
Desktop slicer for FDM and SLA 3D printers. Converts 3D models to G-code with support for multi-material, variable layer height, …