Erzeugt aus einer .json mit Koordinaten Kabel. Farben sind konfigurierbar.
This commit is contained in:
Vendored
+4
-2
@@ -66,14 +66,16 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "draw cable dxf from easy.dxf",
|
||||
"name": "draw cable dxf from easy.json",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true,
|
||||
"args": [
|
||||
"--filename",
|
||||
"--json",
|
||||
"easy.json",
|
||||
"--dxf",
|
||||
"easy.dxf"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user