Fix "add_homeing" to "add_homing" to match changes

This commit is contained in:
Matt Stultz 2014-10-07 00:16:27 -04:00
parent 0733825fb1
commit ca30aee903

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