143 lines
3.2 KiB
JSON
143 lines
3.2 KiB
JSON
{
|
|
"Name": "OctoControll",
|
|
"Version": "0.1.0.0",
|
|
"Author": "Carsten Graf",
|
|
"Actions": [
|
|
{
|
|
"Name": "Printer Status",
|
|
"UUID": "com.octoprint.monitor.printer-status",
|
|
"Icon": "imgs/actions/counter/icon",
|
|
"Tooltip": "Shows printer and job status from OctoPrint.",
|
|
"PropertyInspectorPath": "ui/increment-counter.html",
|
|
"Controllers": [
|
|
"Keypad"
|
|
],
|
|
"States": [
|
|
{
|
|
"Image": "imgs/actions/counter/key",
|
|
"TitleAlignment": "middle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "Pause / Resume Print",
|
|
"UUID": "com.octoprint.monitor.print-pause",
|
|
"Icon": "imgs/actions/counter/icon",
|
|
"Tooltip": "Pause or resume the current OctoPrint job.",
|
|
"PropertyInspectorPath": "ui/increment-counter.html",
|
|
"Controllers": [
|
|
"Keypad"
|
|
],
|
|
"States": [
|
|
{
|
|
"Image": "imgs/actions/counter/key",
|
|
"TitleAlignment": "middle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "Cancel Print",
|
|
"UUID": "com.octoprint.monitor.print-cancel",
|
|
"Icon": "imgs/actions/counter/icon",
|
|
"Tooltip": "Cancel the current OctoPrint job (with confirmation).",
|
|
"PropertyInspectorPath": "ui/increment-counter.html",
|
|
"Controllers": [
|
|
"Keypad"
|
|
],
|
|
"States": [
|
|
{
|
|
"Image": "imgs/actions/counter/key",
|
|
"TitleAlignment": "middle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "Temperatures",
|
|
"UUID": "com.octoprint.monitor.temperature",
|
|
"Icon": "imgs/actions/counter/icon",
|
|
"Tooltip": "Show hotend and bed temperatures from OctoPrint.",
|
|
"PropertyInspectorPath": "ui/increment-counter.html",
|
|
"Controllers": [
|
|
"Keypad"
|
|
],
|
|
"States": [
|
|
{
|
|
"Image": "imgs/actions/counter/key",
|
|
"TitleAlignment": "middle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "Home Axes",
|
|
"UUID": "com.octoprint.monitor.home-axes",
|
|
"Icon": "imgs/actions/counter/icon",
|
|
"Tooltip": "Home all axes on the printer via OctoPrint.",
|
|
"PropertyInspectorPath": "ui/increment-counter.html",
|
|
"Controllers": [
|
|
"Keypad"
|
|
],
|
|
"States": [
|
|
{
|
|
"Image": "imgs/actions/counter/key",
|
|
"TitleAlignment": "middle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "Turn PSU On",
|
|
"UUID": "com.octoprint.monitor.psu-on",
|
|
"Icon": "imgs/actions/counter/icon",
|
|
"Tooltip": "Turn the printer PSU on via OctoPrint PSUControl.",
|
|
"PropertyInspectorPath": "ui/increment-counter.html",
|
|
"Controllers": [
|
|
"Keypad"
|
|
],
|
|
"States": [
|
|
{
|
|
"Image": "imgs/actions/counter/key",
|
|
"TitleAlignment": "middle"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Name": "Turn PSU Off",
|
|
"UUID": "com.octoprint.monitor.psu-off",
|
|
"Icon": "imgs/actions/counter/icon",
|
|
"Tooltip": "Turn the printer PSU off via OctoPrint PSUControl.",
|
|
"PropertyInspectorPath": "ui/increment-counter.html",
|
|
"Controllers": [
|
|
"Keypad"
|
|
],
|
|
"States": [
|
|
{
|
|
"Image": "imgs/actions/counter/key",
|
|
"TitleAlignment": "middle"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Category": "OctoControll",
|
|
"CategoryIcon": "imgs/plugin/category-icon",
|
|
"CodePath": "bin/plugin.js",
|
|
"Description": "Controll your Octoprint instance",
|
|
"Icon": "imgs/plugin/marketplace",
|
|
"SDKVersion": 3,
|
|
"Software": {
|
|
"MinimumVersion": "6.9"
|
|
},
|
|
"OS": [
|
|
{
|
|
"Platform": "mac",
|
|
"MinimumVersion": "12"
|
|
},
|
|
{
|
|
"Platform": "windows",
|
|
"MinimumVersion": "10"
|
|
}
|
|
],
|
|
"Nodejs": {
|
|
"Version": "20",
|
|
"Debug": "enabled"
|
|
},
|
|
"UUID": "com.carsten-graf.octocontroll"
|
|
} |