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:
+2
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user