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}",
"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",
"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",
"request": "launch",
"program": "${file}",
@@ -80,6 +108,7 @@
"easy.dxf"
]
},
{
"name": "routing for easy_positions.json",
"type": "debugpy",