Enable M503 also when eeprom is disabled
This commit is contained in:
parent
35a1dd081f
commit
f92dc91c3d
@ -78,7 +78,7 @@ inline void EEPROM_StoreSettings()
|
|||||||
|
|
||||||
inline void EEPROM_printSettings()
|
inline void EEPROM_printSettings()
|
||||||
{ // if def=true, the default values will be used
|
{ // if def=true, the default values will be used
|
||||||
#ifdef EEPROM_SETTINGS
|
// #ifdef EEPROM_SETTINGS
|
||||||
SERIAL_ECHO_START;
|
SERIAL_ECHO_START;
|
||||||
SERIAL_ECHOLNPGM("Steps per unit:");
|
SERIAL_ECHOLNPGM("Steps per unit:");
|
||||||
SERIAL_ECHO_START;
|
SERIAL_ECHO_START;
|
||||||
@ -136,7 +136,7 @@ inline void EEPROM_printSettings()
|
|||||||
SERIAL_ECHOPAIR(" D" ,Kd*PID_dT);
|
SERIAL_ECHOPAIR(" D" ,Kd*PID_dT);
|
||||||
SERIAL_ECHOLN("");
|
SERIAL_ECHOLN("");
|
||||||
#endif
|
#endif
|
||||||
#endif
|
// #endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
#include "language.h"
|
#include "language.h"
|
||||||
#include "pins_arduino.h"
|
#include "pins_arduino.h"
|
||||||
|
|
||||||
#define VERSION_STRING "1.0.0 RC2"
|
#define VERSION_STRING "1.0.0"
|
||||||
|
|
||||||
// look here for descriptions of gcodes: http://linuxcnc.org/handbook/gcode/g-code.html
|
// look here for descriptions of gcodes: http://linuxcnc.org/handbook/gcode/g-code.html
|
||||||
// http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes
|
// http://objects.reprap.org/wiki/Mendel_User_Manual:_RepRapGCodes
|
||||||
|
Loading…
Reference in New Issue
Block a user