Browse Source

Remove obsolete comments

Scott Lahteine 6 years ago
parent
commit
525ea554a1
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      Marlin/src/module/motion.cpp

+ 0
- 2
Marlin/src/module/motion.cpp View File

432
 //
432
 //
433
 //  - Save current feedrates
433
 //  - Save current feedrates
434
 //  - Reset the rate multiplier
434
 //  - Reset the rate multiplier
435
-//  - Reset the command timeout
436
-//  - Enable the endstops (for endstop moves)
437
 //
435
 //
438
 void bracket_probe_move(const bool before) {
436
 void bracket_probe_move(const bool before) {
439
   static float saved_feedrate_mm_s;
437
   static float saved_feedrate_mm_s;

Loading…
Cancel
Save