Merge pull request #1101 from MattStultz/patch-1

Fix "add_homeing" to "add_homing" to match changes
This commit is contained in:
galexander1 2014-10-07 08:20:53 -04:00
commit 256c25a843

View file

@ -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;
}
}