Add Cap:ARCS

This commit is contained in:
Scott Lahteine 2020-06-14 15:26:28 -05:00
parent 106cf0d71e
commit 9944403cbf

View file

@ -115,6 +115,9 @@ void GcodeSuite::M115() {
// MOTION_MODES (M80-M89)
cap_line(PSTR("MOTION_MODES"), ENABLED(GCODE_MOTION_MODES));
// ARC_SUPPORT (G2-G3)
cap_line(PSTR("ARCS"), ENABLED(ARC_SUPPORT));
// BABYSTEPPING (M290)
cap_line(PSTR("BABYSTEPPING"), ENABLED(BABYSTEPPING));