Anwenderdoku erweitert / aktualisiert. Launch.json angepassst auf eitiertes easy layout mit mehreren Bloecken an einem Punkt

This commit is contained in:
2025-06-05 16:33:10 +02:00
7 changed files with 535 additions and 14 deletions
+1 -1
View File
@@ -267,7 +267,7 @@ def write_excel_from_json(plines:Polylines, outpath:str):
for pl in plines.kabel:
length = pl.length /1000 # Umrechnung von mm in m
rounded_len = math.ceil(length/10)*10
rounded_len = math.ceil(length/5)*5
length_summary[rounded_len] +=1
ws1.append([pl.id, length, int(rounded_len)])