Core updates
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#ifndef __UTILITY_H__
|
||||
#define __UTILITY_H__
|
||||
|
||||
#include "../inc/MarlinConfig.h"
|
||||
|
||||
void safe_delay(millis_t ms);
|
||||
|
||||
#if ENABLED(EEPROM_SETTINGS)
|
||||
@@ -83,4 +85,8 @@ void safe_delay(millis_t ms);
|
||||
|
||||
#endif // ULTRA_LCD
|
||||
|
||||
#if ENABLED(DEBUG_LEVELING_FEATURE)
|
||||
void log_machine_info();
|
||||
#endif
|
||||
|
||||
#endif // __UTILITY_H__
|
||||
|
Reference in New Issue
Block a user