Merge pull request #817 from CapnBry/devel
Fix inability to set printer profile extruder feedrate from settings UI
This commit is contained in:
commit
3299dbdc28
1 changed files with 5 additions and 1 deletions
|
|
@ -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() {
|
|||
[],
|
||||
[]
|
||||
]);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue