Fehler-Handling weiter angepasst. Weiterreichung von getpositions bis ans Ende und Excel Ausgabe
This commit is contained in:
Vendored
+18
-1
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user