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,8 +432,6 @@ void do_blocking_move_to_xy(const float &rx, const float &ry, const float &fr_mm
432 432
 //
433 433
 //  - Save current feedrates
434 434
 //  - Reset the rate multiplier
435
-//  - Reset the command timeout
436
-//  - Enable the endstops (for endstop moves)
437 435
 //
438 436
 void bracket_probe_move(const bool before) {
439 437
   static float saved_feedrate_mm_s;

Loading…
Cancel
Save