First Commit
This commit is contained in:
111
com.carsten-graf.octocontroll.sdPlugin/manifest.json
Normal file
111
com.carsten-graf.octocontroll.sdPlugin/manifest.json
Normal file
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"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"
|
||||
}
|
||||
Reference in New Issue
Block a user