Code zur Bestimmung der Länge u Breite der Bounding box

This commit is contained in:
2025-07-09 17:13:28 +02:00
parent c969f3aff0
commit f76ce362d2
2 changed files with 113 additions and 0 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%\read_variables.py %*