From 525ea554a1e53cef7d60dfa8d33664a99bcd4a3f Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 8 Nov 2018 10:55:18 -0600 Subject: [PATCH] Remove obsolete comments --- Marlin/src/module/motion.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Marlin/src/module/motion.cpp b/Marlin/src/module/motion.cpp index cd16ea6a9..d549dc3cc 100644 --- a/Marlin/src/module/motion.cpp +++ b/Marlin/src/module/motion.cpp @@ -432,8 +432,6 @@ void do_blocking_move_to_xy(const float &rx, const float &ry, const float &fr_mm // // - Save current feedrates // - Reset the rate multiplier -// - Reset the command timeout -// - Enable the endstops (for endstop moves) // void bracket_probe_move(const bool before) { static float saved_feedrate_mm_s;