Update README and script comments for clarity and consistency

This commit is contained in:
cpu
2025-11-28 17:16:23 +01:00
parent 18793a8a27
commit c1e7ed86c2
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
# --- CONFIGURATION ---
# 1. Dimensions (Millimeters)
# Dimensions (Millimeters)
# Set the desired width in mm (e.g. 55.15).
# Leave as "0" to keep the original size from the SVG.
TARGET_WIDTH_MM="45.08"
@@ -10,7 +10,7 @@ TARGET_WIDTH_MM="45.08"
# Thickness of the 3D model in mm
THICKNESS_MM="0.1"
# 2. Inkscape Settings
# Print resolution
# DPI based on the 3D printer resolution (e.g. 1494 for Anycubic Photon Mono 4)
EXPORT_DPI=1494