Skip to content

Commit

Permalink
Add M115 Cap:BABYSTEPPING (#17691)
Browse files Browse the repository at this point in the history
  • Loading branch information
xboxpro1 authored Apr 27, 2020
1 parent 5d1498f commit 0777e39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Marlin/src/gcode/host/M115.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ void GcodeSuite::M115() {
// MOTION_MODES (M80-M89)
cap_line(PSTR("MOTION_MODES"), ENABLED(GCODE_MOTION_MODES));

// BABYSTEPPING (M290)
cap_line(PSTR("BABYSTEPPING"), ENABLED(BABYSTEPPING));

// CHAMBER_TEMPERATURE (M141, M191)
cap_line(PSTR("CHAMBER_TEMPERATURE"), ENABLED(HAS_HEATED_CHAMBER));

Expand Down

0 comments on commit 0777e39

Please sign in to comment.