Browse Source

Merge pull request #3958 from thinkyhead/rc_fix_3955

Fix a typo in #3955
Scott Lahteine 9 years ago
parent
commit
05868de195
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -6057,7 +6057,7 @@ inline void gcode_M428() {
6057 6057
   }
6058 6058
 
6059 6059
   if (!err) {
6060
-    #if ENABLED(DELTA) && ENABLED(SCARA)
6060
+    #if ENABLED(DELTA) || ENABLED(SCARA)
6061 6061
       sync_plan_position_delta();
6062 6062
     #else
6063 6063
       sync_plan_position();

Loading…
Cancel
Save