Skip to content

Commit

Permalink
Fix axes being shown as homed when a simulation completes
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Feb 9, 2022
1 parent c7cf6d7 commit c037fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/GCodes/GCodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ void GCodes::EndSimulation(GCodeBuffer *gb) noexcept
ToolOffsetTransform(moveState.currentUserPosition, moveState.coords);
reprap.GetMove().SetNewPosition(moveState.coords, true);
axesVirtuallyHomed = axesHomed;
reprap.MoveUpdated();
}

// Check for and execute triggers
Expand Down

0 comments on commit c037fb3

Please sign in to comment.