Neuer Schalter für drawdxf. Anpassung der config aufrufe in routing und getpositions
This commit is contained in:
Vendored
+6
-2
@@ -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"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user