Launch angepasst auf ASCII Fortna layout und binary Fortna Layout. Neues Icon erstellt. Kleiner Bugfix in Darw für Positionierung von UV Text. Getpositions mit Support für iterdxf (low Memory)

This commit is contained in:
2025-06-06 15:18:53 +02:00
parent 9ad0c9ca8e
commit 1285742eeb
5 changed files with 217 additions and 48 deletions
+22 -6
View File
@@ -55,6 +55,22 @@
"ST-Fortna_positions.json"
]
},
{
"name": "getpositions with ST-Fortna_ASCII.dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename",
"ST-Fortna_ASCII.dxf",
"--sensors",
"--rack",
"--console",
"--write",
"ST-Fortna_ASCII_positions.json"
]
},
{
"name": "getpositions with HundM.dxf",
"type": "debugpy",
@@ -116,17 +132,17 @@
"easy.dxf"
]
},
{
"name": "draw cable dxf from easy.json to new layer",
{
"name": "draw cables from ST-Fortna_todraw",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--json",
"easy.json",
"--dxf",
"easy.dxf"
"--filename",
"ST-Fortna_ASCII_todraw.json",
"-n",
"ST-Fortna_ASCII_cables.dxf"
]
},
{