fix. PID_TUNe throws error

This commit is contained in:
Martin Muehlhaeuser 2018-01-29 22:48:40 +00:00
parent 9fb0903b6f
commit 1f8f2677d5
1 changed files with 2 additions and 2 deletions

View File

@ -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());
}
}