summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormidopple <mdoppler@gmx.at>2012-04-24 10:46:26 +0200
committermidopple <mdoppler@gmx.at>2012-04-24 10:46:26 +0200
commit0e3d2ecea48db61705703f53b4e877c7e3035dd6 (patch)
treeb3d970f7127c097b184f6d7651b86e740a6e2ef9
parented9fe956a742a356bdd4b654b256830b310bacca (diff)
Fix typo in Parameteroutput
-rw-r--r--Sprinter/store_eeprom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/store_eeprom.cpp b/Sprinter/store_eeprom.cpp
index c2cd353..a474e22 100644
--- a/Sprinter/store_eeprom.cpp
+++ b/Sprinter/store_eeprom.cpp
@@ -99,7 +99,7 @@ void EEPROM_printSettings()
Serial.println(axis_steps_per_unit[3]);
showString(PSTR("Maximum feedrates (mm/s):\r\n"));
- showString(PSTR(" M203 X"));
+ showString(PSTR(" M202 X"));
Serial.print(max_feedrate[0]);
showString(PSTR(" Y"));
Serial.print(max_feedrate[1]);