Fix typo in Parameteroutput

This commit is contained in:
midopple 2012-04-24 10:46:26 +02:00
parent ed9fe956a7
commit 0e3d2ecea4

View file

@ -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]);