Browse Source

Fix "add_homeing" to "add_homing" to match changes

Matt Stultz 10 years ago
parent
commit
ca30aee903
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ultralcd.cpp

+ 1
- 1
Marlin/ultralcd.cpp View File

@@ -311,7 +311,7 @@ void lcd_set_home_offsets()
311 311
 {
312 312
     for(int8_t i=0; i < NUM_AXIS; i++) {
313 313
       if (i != E_AXIS) {
314
-        add_homeing[i] -= current_position[i];
314
+        add_homing[i] -= current_position[i];
315 315
         current_position[i] = 0.0;
316 316
       }
317 317
     }

Loading…
Cancel
Save