Merge pull request #1101 from MattStultz/patch-1
Fix "add_homeing" to "add_homing" to match changes
This commit is contained in:
commit
256c25a843
@ -311,7 +311,7 @@ void lcd_set_home_offsets()
|
|||||||
{
|
{
|
||||||
for(int8_t i=0; i < NUM_AXIS; i++) {
|
for(int8_t i=0; i < NUM_AXIS; i++) {
|
||||||
if (i != E_AXIS) {
|
if (i != E_AXIS) {
|
||||||
add_homeing[i] -= current_position[i];
|
add_homing[i] -= current_position[i];
|
||||||
current_position[i] = 0.0;
|
current_position[i] = 0.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user