make M119 return a lowercase string to keep pronterface happy
authorJim Morris <morris@wolfman.com>
Sat, 30 Aug 2014 06:39:36 +0000 (23:39 -0700)
committerJim Morris <morris@wolfman.com>
Sat, 30 Aug 2014 06:39:36 +0000 (23:39 -0700)
src/modules/tools/endstops/Endstops.cpp

index 8076b2e..090ee25 100644 (file)
@@ -229,7 +229,7 @@ void Endstops::on_config_reload(void *argument)
     }
 }
 
-static const char *endstop_names[]= {"MIN_X", "MIN_Y", "MIN_Z", "MAX_X", "MAX_Y", "MAX_Z"};
+static const char *endstop_names[]= {"min_x", "min_y", "min_z", "max_x", "max_y", "max_z"};
 
 void Endstops::on_idle(void *argument)
 {