Browse Source

Fix typo in FWRETRACT handler

Should be `retracting` and not `retract`
Scott Lahteine 10 years ago
parent
commit
6d084c017f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

1603
     }
1603
     }
1604
 
1604
 
1605
     feedrate = oldFeedrate;
1605
     feedrate = oldFeedrate;
1606
-    retracted[active_extruder] = retract;
1606
+    retracted[active_extruder] = retracting;
1607
 
1607
 
1608
   } // retract()
1608
   } // retract()
1609
 
1609
 

Loading…
Cancel
Save