Aenderung auf allgemein.cfg für alle Subprogramme

This commit is contained in:
2025-05-28 14:34:36 +02:00
parent a4920bf072
commit 7e334e0553
6 changed files with 49 additions and 51 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ def new_dxf(json_file, out_path, dxf_file=False):
# # Beispiel für Text und Polyline
# add_text(msp)
dxfattribs={"layer": timestamp}
for pl in anlage.kabel:
for pl in anlage.kabel:
add_polyline(msp, pl, dxfattribs)
doc.saveas(out_path)