🔪 Options to slim M111, remove M115 (#26603)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
ellensp
2024-01-03 13:52:12 +13:00
committed by GitHub
parent 7c159a20e5
commit 1ac6428c82
9 changed files with 62 additions and 30 deletions

View File

@@ -111,7 +111,6 @@ default_src_filter = +<src/*> -<src/config> -<src/tests>
+<src/gcode/geometry/G92.cpp>
+<src/gcode/host/M110.cpp>
+<src/gcode/host/M114.cpp>
+<src/gcode/host/M115.cpp>
+<src/gcode/host/M118.cpp>
+<src/gcode/host/M119.cpp>
+<src/gcode/motion/G0_G1.cpp>