Fix inability to set printer profile extruder feedrate from settings UI

This commit is contained in:
Bryan Mayland 2015-03-19 09:28:23 -04:00
parent 87acd4c555
commit 8a3fb2ac00

View file

@ -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() {
[],
[]
]);
});
});