BS_TOTAL_AXIS => BS_TOTAL_IND

This commit is contained in:
Scott Lahteine
2020-02-24 06:11:31 -06:00
parent 5e197df89a
commit a254354e68
3 changed files with 7 additions and 7 deletions

View File

@ -81,7 +81,7 @@
#endif
lcd_put_u8str_P(GET_TEXT(MSG_BABYSTEP_TOTAL));
lcd_put_wchar(':');
lcd_put_u8str(LCD_Z_OFFSET_FUNC(spm * babystep.axis_total[BS_TOTAL_AXIS(axis)]));
lcd_put_u8str(LCD_Z_OFFSET_FUNC(spm * babystep.axis_total[BS_TOTAL_IND(axis)]));
}
#endif
}