Neuer Schalter für drawdxf. Anpassung der config aufrufe in routing und getpositions

This commit is contained in:
2025-05-28 16:51:22 +02:00
parent 22767d11d3
commit 7772981870
4 changed files with 140 additions and 49 deletions
+6 -2
View File
@@ -84,7 +84,7 @@
]
},
{
"name": "draw cable dxf from easy.json to a new dxf",
"name": "draw cable dxf with copied layers from easy_todraw.json",
"type": "debugpy",
"request": "launch",
"program": "${file}",
@@ -93,7 +93,11 @@
"--filename",
"easy_todraw.json",
"--new",
"easy_cables"
"easy_cables.dxf",
"--copy_layer",
"easy_layer_copy.dxf",
"--origin",
"easy.dxf"
]
},
{