Skip to content
Snippets Groups Projects
Commit 9944403c authored by Scott Lahteine's avatar Scott Lahteine
Browse files

Add Cap:ARCS

parent 106cf0d7
Branches
No related tags found
No related merge requests found
......@@ -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));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment