- Anpassungen an Konfigurations- und Bibliotheksdateien vorgenommen

- logging in dxf2lib.py implementiert
- Umgebungsvariablen in setenv.bat für log-Verzeichnis und Bibliothek-Pfad hinzugefügt
- Bibliothek-Pfad in plant2dxf.py angepasst
This commit is contained in:
2025-07-30 15:23:07 +02:00
parent eb63f0f97f
commit c38b9861d4
4 changed files with 285 additions and 77 deletions
+2 -2
View File
@@ -288,8 +288,8 @@ def main(csv_path: Path, lib_path: Path, cfg_path: Path,
except Exception as e:
sys.exit(f"Fehler beim Lesen der Bibliothek '{lib_path}': {e}")
else:
print(f"[INFO] Keine Bibliothek gefunden unter {lib_path}. "
"Komplexe Formen werden übersprungen.")
print(f"[INFO] Keine Bibliothek gefunden unter {lib_path}.")
exit(1)
# Neue Ziel­zeichnung (DXF R2018)
doc = ezdxf.new(dxfversion="R2018")