Polylinie_path kann ebenfalls eine Nummerierungsreihenfolge angeben. Erste Fassung der Config in Nummerierung2 impl.

This commit is contained in:
2026-01-23 16:55:45 +01:00
parent 89ea433d45
commit 1cb0ce8442
2 changed files with 14 additions and 14 deletions
+14 -14
View File
@@ -85,7 +85,7 @@
"name": "MA-1@@_top_right", "name": "MA-1@@_top_right",
"count": 1, "count": 1,
"layout_type": "single", "layout_type": "single",
"base_x": 1200, "base_x": 240000,
"base_y": 1400, "base_y": 1400,
"spacing": 0 "spacing": 0
}, },
@@ -93,7 +93,7 @@
"name": "MA-1@@_middle_left", "name": "MA-1@@_middle_left",
"count": 1, "count": 1,
"layout_type": "single", "layout_type": "single",
"base_x": 300, "base_x": 600,
"base_y": 900, "base_y": 900,
"spacing": 0 "spacing": 0
}, },
@@ -101,7 +101,7 @@
"name": "MA-1@@_middle_right", "name": "MA-1@@_middle_right",
"count": 1, "count": 1,
"layout_type": "single", "layout_type": "single",
"base_x": 850, "base_x": 1700,
"base_y": 900, "base_y": 900,
"spacing": 0 "spacing": 0
}, },
@@ -109,7 +109,7 @@
"name": "MA-1@@_bottom_center", "name": "MA-1@@_bottom_center",
"count": 1, "count": 1,
"layout_type": "single", "layout_type": "single",
"base_x": 620, "base_x": 1240,
"base_y": 400, "base_y": 400,
"spacing": 0 "spacing": 0
}, },
@@ -117,7 +117,7 @@
"name": "MA-1@@_right_top", "name": "MA-1@@_right_top",
"count": 1, "count": 1,
"layout_type": "single", "layout_type": "single",
"base_x": 1600, "base_x": 3200,
"base_y": 1200, "base_y": 1200,
"spacing": 0 "spacing": 0
}, },
@@ -125,7 +125,7 @@
"name": "MA-1@@_right_middle", "name": "MA-1@@_right_middle",
"count": 1, "count": 1,
"layout_type": "single", "layout_type": "single",
"base_x": 1600, "base_x": 3200,
"base_y": 700, "base_y": 700,
"spacing": 0 "spacing": 0
}, },
@@ -133,7 +133,7 @@
"name": "MA-1@@_right_bottom", "name": "MA-1@@_right_bottom",
"count": 1, "count": 1,
"layout_type": "single", "layout_type": "single",
"base_x": 1520, "base_x": 3040,
"base_y": 400, "base_y": 400,
"spacing": 0 "spacing": 0
} }
@@ -148,13 +148,13 @@
"direction": "POLYLINE_PATH", "direction": "POLYLINE_PATH",
"path_points": [ "path_points": [
{"x": 200, "y": 1400}, {"x": 200, "y": 1400},
{"x": 1200, "y": 1400}, {"x": 2400, "y": 1400},
{"x": 1600, "y": 1200}, {"x": 3200, "y": 1200},
{"x": 1600, "y": 700}, {"x": 3200, "y": 700},
{"x": 1520, "y": 400}, {"x": 3040, "y": 400},
{"x": 620, "y": 400}, {"x": 1240, "y": 400},
{"x": 300, "y": 900}, {"x": 600, "y": 900},
{"x": 850, "y": 900}, {"x": 1700, "y": 900},
{"x": 200, "y": 1400} {"x": 200, "y": 1400}
] ]
} }
BIN
View File
Binary file not shown.