This commit is contained in:
2026-09-07 11:39:39 +02:00
parent 59722ee255
commit d0e022484e
10 changed files with 440 additions and 30 deletions

10
a.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Copy this file to .env and set the absolute path to the folder on your
# desktop where your projects (and their STL/3MF files) should live.
#
# Linux/macOS example:
# PROJECTS_DIR=/home/yourname/3d-projects
#
# Windows (Docker Desktop) example:
# PROJECTS_DIR=C:/Users/yourname/3d-projects
PROJECTS_DIR=/home/yourname/3d-projects