Man kann jetzt bestimmte dxf.layer durch den cofig aus der boundingbox berechnung für die Mitte auschließen

This commit is contained in:
2025-09-15 15:10:22 +02:00
parent 20fa0e9203
commit ad48e9ef76
2 changed files with 11 additions and 151 deletions
+2
View File
@@ -31,3 +31,5 @@ block_spacing_x = 350
blocks_per_row = 20
# Vertikaler Abstand zwischen Zeilen im Raster (in DXF-Einheiten)
block_spacing_y = 500
# Nicht in die MittelPunkt Berechnung erlaubt
not_allowed_in_center = ("A-GRUPPE","B-GRUPPE")