Get upstream commits

This commit is contained in:
Scott Lahteine
2015-03-22 23:07:22 -07:00
15 changed files with 102 additions and 190 deletions

View File

@ -436,7 +436,7 @@ static void lcd_main_menu() {
void lcd_set_home_offsets() {
for(int8_t i=0; i < NUM_AXIS; i++) {
if (i != E_AXIS) {
add_homing[i] -= current_position[i];
home_offset[i] -= current_position[i];
current_position[i] = 0.0;
}
}