Skip to content

Commit

Permalink
Update Homing.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bdring committed Aug 11, 2023
1 parent 7079eb4 commit 528f58a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FluidNC/src/Machine/Homing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ namespace Machine {
auto n_axis = config->_axes->_numberAxis;
for (int axis = X_AXIS; axis < n_axis; axis++) {
if (config->_axes->_axis[axis]->_homing->_cycle == set_mpos_only) {
log_info("set_mpos_only");
if (axisMask == 0 || axisMask & 1 << axis) {
float* mpos = get_mpos();
mpos[axis] = config->_axes->_axis[axis]->_homing->_mpos;
Expand Down

0 comments on commit 528f58a

Please sign in to comment.