From e12c1dde5cc30055968bb5b927f6546da21c805c Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Thu, 1 Apr 2021 19:06:31 +0200 Subject: [PATCH] Updated RepRap Wiki and removed the @todos --- Firmware/Marlin_main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Firmware/Marlin_main.cpp b/Firmware/Marlin_main.cpp index cd04eee3b..59a19fd14 100755 --- a/Firmware/Marlin_main.cpp +++ b/Firmware/Marlin_main.cpp @@ -6382,7 +6382,6 @@ Sigma_Exit: - `C` - Time to change/pause/user interaction in normal mode - `D` - Time to change/pause/user interaction in silent mode */ - //!@todo update RepRap Gcode wiki case 73: //M73 show percent done, time remaining and time to change/pause { if(code_seen('P')) print_percent_done_normal = code_value(); @@ -6500,8 +6499,6 @@ Sigma_Exit: bit 6 = free bit 7 = free */ - //!@todo update RepRap Gcode wiki - //!@todo Should be temperature always? Octoprint doesn't switch to M105 if M155 timer is set case 155: { if (code_seen('S')){ @@ -7068,7 +7065,6 @@ Sigma_Exit: E0:3240 RPM PRN1:4560 RPM E0@:255 PRN1@:255 */ - //!@todo Update RepRap Gcode wiki case 123: gcode_M123(); break;