Fehler-Handling weiter angepasst. Weiterreichung von getpositions bis ans Ende und Excel Ausgabe

This commit is contained in:
2025-06-04 11:16:00 +02:00
parent 0c9ad629c2
commit cbeb8345af
4 changed files with 51 additions and 3 deletions
+18 -1
View File
@@ -39,6 +39,22 @@
"easy_positions.json"
]
},
{
"name": "getpositions with ST-Fortna.dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"ST-Fortna.dxf",
"--sensors",
"--rack",
"--console",
"--write",
"ST-Fortna_positions.json"
]
},
{
"name": "getpositions with HundM.dxf",
"type": "debugpy",
@@ -136,7 +152,8 @@
"--filename",
"HundM_coords.json",
"-w",
"HundM_cables.json"
"HundM_cables.json",
"-g"
]
}
]