erste Fassung von drawdxf dazu. Temporäre Tilde Dateien rausgeschmissen

This commit is contained in:
2025-05-07 12:52:49 +02:00
parent 58195eebfa
commit 27c2984b7a
4 changed files with 59 additions and 35 deletions
+15 -3
View File
@@ -34,7 +34,7 @@
"-d",
"-r",
"-c"
],
]
},
{
"name": "use easy.dxf, nur Pritsche",
@@ -48,7 +48,7 @@
"easy.dxf",
"-r",
"-c"
],
]
},
{
"name": "use Steuerungstestlayout",
@@ -63,7 +63,19 @@
"-s",
"-d",
"-r"
],
]
},
{
"name": "draw cable dxf from easy.dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true,
"args": [
"--filename",
"easy.dxf"
]
}
]
}