Add Cap:ARCS
This commit is contained in:
parent
106cf0d71e
commit
9944403cbf
1 changed files with 3 additions and 0 deletions
|
@ -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));
|
||||
|
||||
|
|
Reference in a new issue