die Fehler in VarioFoerderer.lsp korrigiert. alle in ILS-LSP verwendete Block Dateien in data/ils/ konsolidiert.

This commit is contained in:
2026-06-02 10:00:36 +02:00
parent acf9f666cc
commit c014ef2f12
96 changed files with 166139 additions and 226 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ def get_block_path():
"""Block-Pfad aus Umgebungsvariable DXFM_BLOCKS lesen."""
bp = os.environ.get("DXFM_BLOCKS", "")
if not bp:
bp = "C:/Users/y.wang/Documents/dxfmakros/Blocks/"
bp = "C:/Users/y.wang/Documents/dxfmakros/data/ils/"
print(f"\nUmgebungsvariable DXFM_BLOCKS nicht gefunden. Nutze Standardpfad: {bp}")
bp = bp.replace("\\", "/").rstrip("/") + "/"
return bp