getValues from Settings
This commit is contained in:
@@ -89,7 +89,7 @@ $(function () {
|
||||
}
|
||||
|
||||
self.onAllBound = self.onEventConnected = function () {
|
||||
OctoPrint.simpleApiGet("CalibrationTools", "something").done(function (response) {
|
||||
OctoPrint.simpleApiGet("CalibrationTools").done(function (response) {
|
||||
console.log("CalibrationTools");
|
||||
self.from_json(response);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user