47 lines
1022 B
JSON
47 lines
1022 B
JSON
{
|
|
"category": "Janex",
|
|
"name": "Janex Device Acryl schneiden",
|
|
"globalInputs": [
|
|
{
|
|
"parameterName": "irgendwas",
|
|
"type": "text",
|
|
"displayName": "Irgendwas tolles"
|
|
},
|
|
{
|
|
"parameterName": "kiste",
|
|
"type": "number",
|
|
"displayName": "Nummer der Kiste"
|
|
},
|
|
{
|
|
"parameterName": "3d_printer_machine_selection3",
|
|
"type": "select_machine",
|
|
"displayName": "3D Drucker3",
|
|
"options": {
|
|
"location": 5,
|
|
"whitelistParts": [1, 2],
|
|
"blacklistParts": [0, 5]
|
|
}
|
|
},
|
|
{
|
|
"parameterName": "3d_printer_machine_selection2",
|
|
"type": "select_machine",
|
|
"displayName": "3D Drucker2",
|
|
"options": {
|
|
"location": 5,
|
|
"whitelistParts": [1, 2],
|
|
"blacklistParts": [0, 5]
|
|
}
|
|
}
|
|
],
|
|
"tasks": [
|
|
{
|
|
"name": "Label drucken",
|
|
"onFinish": "next",
|
|
"undoPossible": false,
|
|
"repeatPossible": false,
|
|
"scriptPath": "test2.py",
|
|
"parameters": []
|
|
}
|
|
]
|
|
}
|