M119 => report_states

This commit is contained in:
Scott Lahteine
2019-10-30 15:07:24 -05:00
parent 7d24f152d8
commit c80eda073f
3 changed files with 5 additions and 5 deletions

View File

@ -28,6 +28,6 @@
*/
void GcodeSuite::M119() {
endstops.M119();
endstops.report_states();
}