Launch.json angepasst, sodass draw cable dxf from easy to new dxf ein neues dxf mit namen easy_cables schriebt. getexdraw.bat angepasst, sodass bei routing ein graph angezeigt wird und gespeichert werden kann (testweise). drawdxf.py angepasst, sodass eine excel ausgabe mit 2 Worksheets geschrieben wird.

This commit is contained in:
2025-05-21 12:55:27 +02:00
parent 7f0579fd9a
commit e5d6ed5d96
3 changed files with 38 additions and 4 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
@echo off
REM @echo off
if [%1]==[] goto usage
for /F %%i in ("%1") do set FILENAME=%%~ni
@@ -6,7 +6,7 @@ for /F %%i in ("%1") do set FILENAME=%%~ni
echo --hole Positionen
call getpositions.bat --filename %1 -s -r -w %1
echo --erzeuge Graph mit Routing
call routing.bat --filename %FILENAME%.json -w todraw.json
call routing.bat --filename %FILENAME%.json -w todraw.json -g
echo --zeichne Kabel in dxf Datei
call draw_dxf.bat --filename todraw.json --new %FILENAME%_cables.dxf