diff --git a/src/octoprint/static/js/app/viewmodels/printerprofiles.js b/src/octoprint/static/js/app/viewmodels/printerprofiles.js index 955f790e..516c207b 100644 --- a/src/octoprint/static/js/app/viewmodels/printerprofiles.js +++ b/src/octoprint/static/js/app/viewmodels/printerprofiles.js @@ -368,6 +368,10 @@ $(function() { z: { speed: parseInt(self.editorAxisZSpeed()), inverted: self.editorAxisZInverted() + }, + e: { + speed: parseInt(self.editorAxisESpeed()), + inverted: self.editorAxisEInverted() } } }; @@ -398,4 +402,4 @@ $(function() { [], [] ]); -}); \ No newline at end of file +});