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
+2 -2
View File
@@ -204,7 +204,7 @@ def draw_subdists(plines, doc):
continue
subdist_positions.add(pos)
subdist_name = pl.id.split('_')[0]
subdist_name = pl.id.split('-')[0]
pt2 = pl.coords[1]
dx = pt2.x - pt1.x
@@ -216,7 +216,7 @@ def draw_subdists(plines, doc):
if abs(dx) > abs(dy): # Horizontal
offsety = -80 # Wert -80 über Try-and-Error zur Mitte der Beschriftung angepasst
if dx > 0:
if dx < 0:
halign = 0 # LEFT
offsetx = 50 # Wert 50 durch Try-and-Error sodass etwas Abstand zu Kabelpritsche
else: