-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
28 lines (24 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copy to .env and fill in.
# Thingiverse REST API token (required for live calls).
# Register an app at https://www.thingiverse.com/apps/create and copy its
# "App Token" here (or use an OAuth access token).
THINGIVERSE_TOKEN=
# Optional: directory where downloaded model files are saved.
# Defaults to <home>/PrintMCP/downloads when unset.
PRINTMCP_DOWNLOAD_DIR=
# --- Level 2: slicing (Ultimaker Cura / CuraEngine) ---
# Optional. CuraEngine is auto-detected on Windows, macOS, and Linux.
# Set these only if auto-detection fails.
# PRINTMCP_CURA_DIR=C:\Program Files\UltiMaker Cura 5.11.0
# macOS: PRINTMCP_CURA_DIR=/Applications/UltiMaker Cura.app
# PRINTMCP_CURAENGINE=
# macOS: /Applications/UltiMaker Cura.app/Contents/MacOS/CuraEngine
# Linux: /usr/bin/CuraEngine
# PRINTMCP_CURA_RESOURCES= # .../share/cura/resources (folder with definitions/)
# --- Level 3: printing (OctoPrint) ---
# Base URL of your printer's OctoPrint server, e.g. http://octopi.local
# or http://<ip>:<port>. No trailing slash needed.
OCTOPRINT_URL=
# OctoPrint API key: OctoPrint > Settings > API (global), or a per-user
# application key under your user account.
OCTOPRINT_API_KEY=