- Settings split on heater index
-General impl of hookRegistered functions -registerRegexMsg recevies a compiled regex -single regex for all pid types of respond
This commit is contained in:
@@ -48,7 +48,7 @@ $(function () {
|
||||
self.steps["E"](response.data.E);
|
||||
}
|
||||
|
||||
self.loadEStepsActive = ko.observable(true)
|
||||
self.loadEStepsActive = ko.observable(true);
|
||||
self.loadESteps = function () {
|
||||
self.loadEStepsActive(false);
|
||||
OctoPrint.simpleApiCommand("CalibrationTools", "eSteps_load").done(function (response) {
|
||||
|
||||
Reference in New Issue
Block a user