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:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user