Files

107 lines
2.2 KiB
JSON

[
{
"id": "KR_Kreuz_Q1_0Grad",
"function": "insert",
"x": 500,
"y": 500,
"z": 2500,
"abstand": 2000,
"rotation": 0.0,
"typ": "STANDARD",
"expect_block_prefix": "KREISEL_",
"expect_hoehe": "2500",
"expect_kreiselart": "STANDARD"
},
{
"id": "KR_Kreuz_Q2_90Grad",
"function": "insert",
"x": -500,
"y": 500,
"z": 2500,
"abstand": 3000,
"rotation": 90.0,
"typ": "STANDARD",
"expect_block_prefix": "KREISEL_",
"expect_hoehe": "2500",
"expect_kreiselart": "STANDARD"
},
{
"id": "KR_Kreuz_Q3_180Grad",
"function": "insert",
"x": -500,
"y": -500,
"z": 2500,
"abstand": 4000,
"rotation": 180.0,
"typ": "STANDARD",
"expect_block_prefix": "KREISEL_",
"expect_hoehe": "2500",
"expect_kreiselart": "STANDARD"
},
{
"id": "KR_Kreuz_Q4_270Grad",
"function": "insert",
"x": 500,
"y": -500,
"z": 2500,
"abstand": 5000,
"rotation": 270.0,
"typ": "STANDARD",
"expect_block_prefix": "KREISEL_",
"expect_hoehe": "2500",
"expect_kreiselart": "STANDARD"
},
{
"id": "KR_Schraeg_Q1_30Grad",
"function": "insert",
"x": 3000,
"y": 3000,
"z": 3000,
"abstand": 3000,
"rotation": 30.0,
"typ": "STANDARD",
"expect_block_prefix": "KREISEL_",
"expect_hoehe": "3000",
"expect_kreiselart": "STANDARD"
},
{
"id": "KR_Pin_Q1_0Grad",
"function": "insert",
"x": 500,
"y": 6000,
"z": 1500,
"abstand": 3000,
"rotation": 0.0,
"typ": "PIN",
"expect_block_prefix": "KREISEL_",
"expect_hoehe": "1500",
"expect_kreiselart": "PIN"
},
{
"id": "KR_Pin_Q1_90Grad",
"function": "insert",
"x": -500,
"y": 6500,
"z": 1500,
"abstand": 4000,
"rotation": 90.0,
"typ": "PIN",
"expect_block_prefix": "KREISEL_",
"expect_hoehe": "1500",
"expect_kreiselart": "PIN"
},
{
"id": "KR_Pin_Q1_30Grad_Schraeg",
"function": "insert",
"x": 3000,
"y": 8000,
"z": 1500,
"abstand": 3000,
"rotation": 30.0,
"typ": "PIN",
"expect_block_prefix": "KREISEL_",
"expect_hoehe": "1500",
"expect_kreiselart": "PIN"
}
]