Browse Source

No need for Cap:PAREN_COMMENTS

Scott Lahteine 6 years ago
parent
commit
0e610815e4
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      Marlin/src/gcode/host/M115.cpp

+ 0
- 7
Marlin/src/gcode/host/M115.cpp View File

@@ -153,13 +153,6 @@ void GcodeSuite::M115() {
153 153
       #endif
154 154
     );
155 155
 
156
-    // PAREN_COMMENTS
157
-    cap_line(PSTR("PAREN_COMMENTS")
158
-      #if ENABLED(PAREN_COMMENTS)
159
-        , true
160
-      #endif
161
-    );
162
-
163 156
     // MOTION_MODES (M80-M89)
164 157
     cap_line(PSTR("MOTION_MODES")
165 158
       #if ENABLED(GCODE_MOTION_MODES)

Loading…
Cancel
Save