Browse Source

Correct typo in retract.

AnHardt 8 years ago
parent
commit
39c4603598
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/Marlin_main.cpp

+ 1
- 1
Marlin/Marlin_main.cpp View File

@@ -2520,7 +2520,7 @@ static void homeaxis(AxisEnum axis) {
2520 2520
         SYNC_PLAN_POSITION_KINEMATIC();
2521 2521
       }
2522 2522
 
2523
-      feedrate_mm_m = MMM_TO_MMS(retract_recover_feedrate_mm_s);
2523
+      feedrate_mm_m = MMS_TO_MMM(retract_recover_feedrate_mm_s);
2524 2524
       float move_e = swapping ? retract_length_swap + retract_recover_length_swap : retract_length + retract_recover_length;
2525 2525
       current_position[E_AXIS] -= move_e / volumetric_multiplier[active_extruder];
2526 2526
       sync_plan_position_e();

Loading…
Cancel
Save