|
|
@ -268,7 +268,7 @@ namespace ExtUI {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
float getAxisPosition_mm(const extruder_t extruder) {
|
|
|
|
float getAxisPosition_mm(const extruder_t extruder) {
|
|
|
|
const uint8_t old_tool = active_extruder;
|
|
|
|
const extruder_t old_tool = getActiveTool();
|
|
|
|
setActiveTool(extruder, true);
|
|
|
|
setActiveTool(extruder, true);
|
|
|
|
const float pos = flags.manual_motion ? destination[E_AXIS] : current_position[E_AXIS];
|
|
|
|
const float pos = flags.manual_motion ? destination[E_AXIS] : current_position[E_AXIS];
|
|
|
|
setActiveTool(old_tool, true);
|
|
|
|
setActiveTool(old_tool, true);
|
|
|
|