Test der Schalter --new für draw.py dazu

This commit is contained in:
2025-05-19 13:05:14 +02:00
parent 9c271c7b52
commit 020fc556ec
+30 -1
View File
@@ -23,6 +23,22 @@
"program": "${file}", "program": "${file}",
"console": "integratedTerminal" "console": "integratedTerminal"
}, },
{
"name": "getpositions with HundM.dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"HundM.dxf",
"--sensors",
"--dists",
"--rack",
"--console",
"--write"
]
},
{ {
"name": "getpositions with easy.dxf", "name": "getpositions with easy.dxf",
"type": "debugpy", "type": "debugpy",
@@ -68,7 +84,19 @@
] ]
}, },
{ {
"name": "draw cable dxf from easy.json", "name": "draw cable dxf from easy.json to a new dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--json",
"easy.json",
"--new"
]
},
{
"name": "draw cable dxf from easy.json to new layer",
"type": "debugpy", "type": "debugpy",
"request": "launch", "request": "launch",
"program": "${file}", "program": "${file}",
@@ -80,6 +108,7 @@
"easy.dxf" "easy.dxf"
] ]
}, },
{ {
"name": "routing for easy_positions.json", "name": "routing for easy_positions.json",
"type": "debugpy", "type": "debugpy",