mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-03-23 01:46:57 +01:00
Add Cap:ARCS
This commit is contained in:
@@ -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 New Issue
Block a user