Преглед изворни кода

Num-to-string functions for DEBUG_LEVELING_FEATURE

Scott Lahteine пре 7 година
родитељ
комит
8a6feab1c4
2 измењених фајлова са 1 додато и 3 уклоњено
  1. 1
    1
      Marlin/src/core/utility.h
  2. 0
    2
      Marlin/src/feature/bedlevel/ubl/ubl.h

+ 1
- 1
Marlin/src/core/utility.h Прегледај датотеку

45
   FORCE_INLINE bool is_bitmap_set(uint16_t bits[16], const uint8_t x, const uint8_t y) { return TEST(bits[y], x); }
45
   FORCE_INLINE bool is_bitmap_set(uint16_t bits[16], const uint8_t x, const uint8_t y) { return TEST(bits[y], x); }
46
 #endif
46
 #endif
47
 
47
 
48
-#if ENABLED(ULTRA_LCD)
48
+#if ENABLED(ULTRA_LCD) || ENABLED(DEBUG_LEVELING_FEATURE)
49
 
49
 
50
   // Convert uint8_t to string with 123 format
50
   // Convert uint8_t to string with 123 format
51
   char* i8tostr3(const uint8_t x);
51
   char* i8tostr3(const uint8_t x);

+ 0
- 2
Marlin/src/feature/bedlevel/ubl/ubl.h Прегледај датотеку

51
 
51
 
52
 // External references
52
 // External references
53
 
53
 
54
-char *ftostr43sign(const float&, char);
55
-
56
 extern uint8_t ubl_cnt;
54
 extern uint8_t ubl_cnt;
57
 
55
 
58
 ///////////////////////////////////////////////////////////////////////////////////////////////////////
56
 ///////////////////////////////////////////////////////////////////////////////////////////////////////

Loading…
Откажи
Сачувај