Temp supports functions and methods
Extrusion is functional
This commit is contained in:
@@ -53,6 +53,12 @@ $(function () {
|
||||
// });
|
||||
}
|
||||
|
||||
self.startExtrusion = function () {
|
||||
OctoPrint.simpleApiCommand("CalibrationTools","startExtrusion").done(function (response) {
|
||||
console.log(response);
|
||||
})
|
||||
}
|
||||
|
||||
self.tempRestart = function () {
|
||||
OctoPrint.system.executeCommand("core", "restart");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user