Kommentare angepasst und neue .bat für save_stl
This commit is contained in:
@@ -4,7 +4,7 @@ REM ~dp0 steht für das Verzeichnis, in der diese Datei liegt
|
|||||||
call setenv.bat
|
call setenv.bat
|
||||||
|
|
||||||
REM Beispielaufruf mit Parametern:
|
REM Beispielaufruf mit Parametern:
|
||||||
REM --in: Ordner mit .par-Dateien
|
REM --in: Ordner mit .par-Dateien (optional. Standard: Input)
|
||||||
REM --out: Zielverzeichnis (optional)
|
REM --out: Zielverzeichnis (optional. Standard: Work)
|
||||||
|
|
||||||
python %PROJECT_LIB%\create_assemblies.py %*
|
python %PROJECT_LIB%\create_assemblies.py %*
|
||||||
@@ -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 %*
|
||||||
Reference in New Issue
Block a user