remove debugger
This commit is contained in:
@@ -89,7 +89,6 @@ $(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
self.onAllBound = self.onEventConnected = function () {
|
self.onAllBound = self.onEventConnected = function () {
|
||||||
debugger;
|
|
||||||
OctoPrint.simpleApiGet("CalibrationTools", "something").done(function (response) {
|
OctoPrint.simpleApiGet("CalibrationTools", "something").done(function (response) {
|
||||||
console.log("CalibrationTools");
|
console.log("CalibrationTools");
|
||||||
self.from_json(response);
|
self.from_json(response);
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
this.restart = function () { OctoPrint.system.executeCommand('core', 'restart') };
|
this.restart = function () { OctoPrint.system.executeCommand('core', 'restart') };
|
||||||
|
|
||||||
this.test = function () {
|
this.test = function () {
|
||||||
OctoPrint.simpleApiCommand("CalibrationTools", "TEST").done(function (response) {
|
OctoPrint.simpleApiCommand("CalibrationTools", "pid_save").done(function (response) {
|
||||||
console.log(response)
|
console.log(response)
|
||||||
}).fail(function (response) {
|
}).fail(function (response) {
|
||||||
new PNotify({
|
new PNotify({
|
||||||
|
|||||||
Reference in New Issue
Block a user