Num-to-string functions for DEBUG_LEVELING_FEATURE

This commit is contained in:
Scott Lahteine 2018-02-05 19:08:27 -06:00
parent 766faa05a9
commit 8a6feab1c4
2 changed files with 1 additions and 3 deletions

View file

@ -45,7 +45,7 @@ void safe_delay(millis_t ms);
FORCE_INLINE bool is_bitmap_set(uint16_t bits[16], const uint8_t x, const uint8_t y) { return TEST(bits[y], x); }
#endif
#if ENABLED(ULTRA_LCD)
#if ENABLED(ULTRA_LCD) || ENABLED(DEBUG_LEVELING_FEATURE)
// Convert uint8_t to string with 123 format
char* i8tostr3(const uint8_t x);

View file

@ -51,8 +51,6 @@ enum MeshPointType { INVALID, REAL, SET_IN_BITMAP };
// External references
char *ftostr43sign(const float&, char);
extern uint8_t ubl_cnt;
///////////////////////////////////////////////////////////////////////////////////////////////////////