Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#1101 from MattStultz/patch-1
Browse files Browse the repository at this point in the history
Fix "add_homeing" to "add_homing" to match changes
  • Loading branch information
galexander1 committed Oct 7, 2014
2 parents 0733825 + ca30aee commit 256c25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/ultralcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ void lcd_set_home_offsets()
{
for(int8_t i=0; i < NUM_AXIS; i++) {
if (i != E_AXIS) {
add_homeing[i] -= current_position[i];
add_homing[i] -= current_position[i];
current_position[i] = 0.0;
}
}
Expand Down

0 comments on commit 256c25a

Please sign in to comment.