fix. PID_TUNe throws error
This commit is contained in:
parent
9fb0903b6f
commit
1f8f2677d5
|
@ -11,7 +11,7 @@ $(function() {
|
|||
}
|
||||
|
||||
self.startTuning = function() {
|
||||
OctoPrint.control.sendGcode("PID_TUNE E" + self.heaterIndex() + " S" + self.targetTemperature());
|
||||
OctoPrint.control.sendGcode("M303 E" + self.heaterIndex() + " S" + self.targetTemperature());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,4 +20,4 @@ $(function() {
|
|||
dependencies: [],
|
||||
elements: ["#klipper_pid_tuning_dialog"]
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue