No need for Cap:PAREN_COMMENTS

2.0.x
Scott Lahteine 6 years ago
parent 7a075a5dc9
commit 0e610815e4

@ -153,13 +153,6 @@ void GcodeSuite::M115() {
#endif
);
// PAREN_COMMENTS
cap_line(PSTR("PAREN_COMMENTS")
#if ENABLED(PAREN_COMMENTS)
, true
#endif
);
// MOTION_MODES (M80-M89)
cap_line(PSTR("MOTION_MODES")
#if ENABLED(GCODE_MOTION_MODES)

Loading…
Cancel
Save