Enable M503 also when eeprom is disabled
This commit is contained in:
@@ -78,7 +78,7 @@ inline void EEPROM_StoreSettings()
|
||||
|
||||
inline void EEPROM_printSettings()
|
||||
{ // if def=true, the default values will be used
|
||||
#ifdef EEPROM_SETTINGS
|
||||
// #ifdef EEPROM_SETTINGS
|
||||
SERIAL_ECHO_START;
|
||||
SERIAL_ECHOLNPGM("Steps per unit:");
|
||||
SERIAL_ECHO_START;
|
||||
@@ -136,7 +136,7 @@ inline void EEPROM_printSettings()
|
||||
SERIAL_ECHOPAIR(" D" ,Kd*PID_dT);
|
||||
SERIAL_ECHOLN("");
|
||||
#endif
|
||||
#endif
|
||||
// #endif
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user