Kommentare angepasst und neue .bat für save_stl

This commit is contained in:
2025-07-02 10:09:38 +02:00
parent 51001d5ae4
commit 7501564e5c
2 changed files with 12 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
@echo off
REM ~dp0 steht für das Verzeichnis, in der diese Datei liegt
call setenv.bat
REM Beispielaufruf mit Parametern:
REM --in: Ordner mit .asm-Dateien (optional. Standard: Work)
REM --out: Zielverzeichnis (optional. Standard: Work\stl_export)
python %PROJECT_LIB%\save_stl.py %*