Code zur Bestimmung der Länge u Breite der Bounding box
This commit is contained in:
@@ -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 %*
|
||||
Reference in New Issue
Block a user