Erzeugt aus einer .json mit Koordinaten Kabel. Farben sind konfigurierbar.

This commit is contained in:
2025-05-07 17:41:17 +02:00
parent 27c2984b7a
commit 297d1ab21f
3 changed files with 98 additions and 70 deletions
+4 -2
View File
@@ -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"
]
}