Positionen von Elementen und Dimensionen von MA und POT korrigiert

This commit is contained in:
2026-02-04 16:39:52 +01:00
parent 3ef1fe1f19
commit 31084defdb
3 changed files with 68 additions and 23 deletions
+25 -4
View File
@@ -367,10 +367,20 @@
"args": [
"--filename", "BGMG.dxf",
"--errorfile", "BGMG_errors.json",
"--write", "BGMG_symbols.json"
"--info", "BGMG_symbols.json"
]
},
{
},{
"name": "create_numbers.py with Nummerierung1.dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename", "Nummerierung1.dxf",
"--errorfile", "Nummerierung1_errors.json",
"--info", "Nummerierung1_symbols.json"
]
}, {
"name": "create_numbers.py with BGMG-UndefSymbols.dxf",
"type": "debugpy",
"request": "launch",
@@ -379,7 +389,18 @@
"args": [
"--filename", "BGMG-UndefSymbols.dxf",
"--errorfile", "BGMG-UndefSymbols_errors.json",
"--write", "BGMG-UndefSymbols_symbols.json"
"--info", "BGMG-UndefSymbols_symbols.json"
]
}, {
"name": "create_numbers.py with POT.dxf",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"args": [
"--filename", "POT.dxf",
"--errorfile", "POT_errors.json",
"--info", "POT_symbols.json"
]
}
]