ultralcd.h 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. #ifndef ULTRALCD_H
  2. #define ULTRALCD_H
  3. #include "Marlin.h"
  4. #include "mesh_bed_calibration.h"
  5. #ifdef ULTRA_LCD
  6. void lcd_update(uint8_t lcdDrawUpdateOverride = 0);
  7. // Call with a false parameter to suppress the LCD update from various places like the planner or the temp control.
  8. void lcd_update_enable(bool enable);
  9. void lcd_init();
  10. void lcd_setstatus(const char* message);
  11. void lcd_setstatuspgm(const char* message);
  12. void lcd_setalertstatuspgm(const char* message);
  13. void lcd_reset_alert_level();
  14. uint8_t get_message_level();
  15. void lcd_adjust_z();
  16. void lcd_pick_babystep();
  17. void lcd_alright();
  18. void EEPROM_save_B(int pos, int* value);
  19. void EEPROM_read_B(int pos, int* value);
  20. void lcd_wait_interact();
  21. void lcd_change_filament();
  22. void lcd_loading_filament();
  23. void lcd_change_success();
  24. void lcd_loading_color();
  25. void lcd_force_language_selection();
  26. void lcd_sdcard_stop();
  27. void lcd_sdcard_pause();
  28. void lcd_print_stop();
  29. void prusa_statistics(int _message, uint8_t _col_nr = 0);
  30. void lcd_confirm_print();
  31. unsigned char lcd_choose_color();
  32. void lcd_mylang();
  33. bool lcd_detected(void);
  34. static void lcd_selftest_v();
  35. extern bool lcd_selftest();
  36. static bool lcd_selfcheck_endstops();
  37. #ifdef TMC2130
  38. static void reset_crash_det(char axis);
  39. static bool lcd_selfcheck_axis_sg(char axis);
  40. #endif //TMC2130
  41. static bool lcd_selfcheck_axis(int _axis, int _travel);
  42. static bool lcd_selfcheck_check_heater(bool _isbed);
  43. static int lcd_selftest_screen(int _step, int _progress, int _progress_scale, bool _clear, int _delay);
  44. static void lcd_selftest_screen_step(int _row, int _col, int _state, const char *_name, const char *_indicator);
  45. static bool lcd_selftest_fan_dialog(int _fan);
  46. static bool lcd_selftest_fsensor();
  47. static void lcd_selftest_error(int _error_no, const char *_error_1, const char *_error_2);
  48. void lcd_menu_statistics();
  49. static bool lcd_selfcheck_pulleys(int axis);
  50. extern const char* lcd_display_message_fullscreen_P(const char *msg, uint8_t &nlines);
  51. inline const char* lcd_display_message_fullscreen_P(const char *msg)
  52. { uint8_t nlines; return lcd_display_message_fullscreen_P(msg, nlines); }
  53. extern void lcd_wait_for_click();
  54. extern void lcd_show_fullscreen_message_and_wait_P(const char *msg);
  55. // 0: no, 1: yes, -1: timeouted
  56. extern int8_t lcd_show_fullscreen_message_yes_no_and_wait_P(const char *msg, bool allow_timeouting = true, bool default_yes = false);
  57. extern int8_t lcd_show_multiscreen_message_yes_no_and_wait_P(const char *msg, bool allow_timeouting = true, bool default_yes = false);
  58. // Ask the user to move the Z axis up to the end stoppers and let
  59. // the user confirm that it has been done.
  60. #ifndef TMC2130
  61. extern bool lcd_calibrate_z_end_stop_manual(bool only_z);
  62. #endif
  63. // Show the result of the calibration process on the LCD screen.
  64. extern void lcd_bed_calibration_show_result(BedSkewOffsetDetectionResultType result, uint8_t point_too_far_mask);
  65. extern void lcd_diag_show_end_stops();
  66. #ifdef DOGLCD
  67. extern int lcd_contrast;
  68. void lcd_setcontrast(uint8_t value);
  69. #endif
  70. static unsigned char blink = 0; // Variable for visualization of fan rotation in GLCD
  71. #define LCD_MESSAGEPGM(x) lcd_setstatuspgm(PSTR(x))
  72. #define LCD_ALERTMESSAGEPGM(x) lcd_setalertstatuspgm(PSTR(x))
  73. #define LCD_MESSAGERPGM(x) lcd_setstatuspgm((x))
  74. #define LCD_ALERTMESSAGERPGM(x) lcd_setalertstatuspgm((x))
  75. #define LCD_UPDATE_INTERVAL 100
  76. #define LCD_TIMEOUT_TO_STATUS 30000
  77. #ifdef ULTIPANEL
  78. void lcd_buttons_update();
  79. extern volatile uint8_t buttons; //the last checked buttons in a bit array.
  80. #ifdef REPRAPWORLD_KEYPAD
  81. extern volatile uint8_t buttons_reprapworld_keypad; // to store the keypad shift register values
  82. #endif
  83. #else
  84. FORCE_INLINE void lcd_buttons_update() {}
  85. #endif
  86. // To be used in lcd_commands_type.
  87. #define LCD_COMMAND_IDLE 0
  88. #define LCD_COMMAND_LOAD_FILAMENT 1
  89. #define LCD_COMMAND_STOP_PRINT 2
  90. #define LCD_COMMAND_FARM_MODE_CONFIRM 4
  91. #define LCD_COMMAND_LONG_PAUSE 5
  92. #define LCD_COMMAND_LONG_PAUSE_RESUME 6
  93. #define LCD_COMMAND_PID_EXTRUDER 7
  94. #define LCD_COMMAND_V2_CAL 8
  95. extern unsigned long lcd_timeoutToStatus;
  96. extern int lcd_commands_type;
  97. extern uint8_t farm_mode;
  98. extern int farm_no;
  99. extern int farm_timer;
  100. extern int farm_status;
  101. #ifdef SNMM
  102. extern uint8_t snmm_extruder;
  103. #endif // SNMM
  104. extern bool cancel_heatup;
  105. extern bool isPrintPaused;
  106. #ifdef FILAMENT_LCD_DISPLAY
  107. extern unsigned long message_millis;
  108. #endif
  109. void lcd_buzz(long duration,uint16_t freq);
  110. bool lcd_clicked();
  111. void lcd_ignore_click(bool b=true);
  112. void lcd_commands();
  113. #ifdef NEWPANEL
  114. #define EN_C (1<<BLEN_C)
  115. #define EN_B (1<<BLEN_B)
  116. #define EN_A (1<<BLEN_A)
  117. #define LCD_CLICKED (buttons&EN_C)
  118. #ifdef REPRAPWORLD_KEYPAD
  119. #define EN_REPRAPWORLD_KEYPAD_F3 (1<<BLEN_REPRAPWORLD_KEYPAD_F3)
  120. #define EN_REPRAPWORLD_KEYPAD_F2 (1<<BLEN_REPRAPWORLD_KEYPAD_F2)
  121. #define EN_REPRAPWORLD_KEYPAD_F1 (1<<BLEN_REPRAPWORLD_KEYPAD_F1)
  122. #define EN_REPRAPWORLD_KEYPAD_UP (1<<BLEN_REPRAPWORLD_KEYPAD_UP)
  123. #define EN_REPRAPWORLD_KEYPAD_RIGHT (1<<BLEN_REPRAPWORLD_KEYPAD_RIGHT)
  124. #define EN_REPRAPWORLD_KEYPAD_MIDDLE (1<<BLEN_REPRAPWORLD_KEYPAD_MIDDLE)
  125. #define EN_REPRAPWORLD_KEYPAD_DOWN (1<<BLEN_REPRAPWORLD_KEYPAD_DOWN)
  126. #define EN_REPRAPWORLD_KEYPAD_LEFT (1<<BLEN_REPRAPWORLD_KEYPAD_LEFT)
  127. #define LCD_CLICKED ((buttons&EN_C) || (buttons_reprapworld_keypad&EN_REPRAPWORLD_KEYPAD_F1))
  128. #define REPRAPWORLD_KEYPAD_MOVE_Z_UP (buttons_reprapworld_keypad&EN_REPRAPWORLD_KEYPAD_F2)
  129. #define REPRAPWORLD_KEYPAD_MOVE_Z_DOWN (buttons_reprapworld_keypad&EN_REPRAPWORLD_KEYPAD_F3)
  130. #define REPRAPWORLD_KEYPAD_MOVE_X_LEFT (buttons_reprapworld_keypad&EN_REPRAPWORLD_KEYPAD_LEFT)
  131. #define REPRAPWORLD_KEYPAD_MOVE_X_RIGHT (buttons_reprapworld_keypad&EN_REPRAPWORLD_KEYPAD_RIGHT)
  132. #define REPRAPWORLD_KEYPAD_MOVE_Y_DOWN (buttons_reprapworld_keypad&EN_REPRAPWORLD_KEYPAD_DOWN)
  133. #define REPRAPWORLD_KEYPAD_MOVE_Y_UP (buttons_reprapworld_keypad&EN_REPRAPWORLD_KEYPAD_UP)
  134. #define REPRAPWORLD_KEYPAD_MOVE_HOME (buttons_reprapworld_keypad&EN_REPRAPWORLD_KEYPAD_MIDDLE)
  135. #endif //REPRAPWORLD_KEYPAD
  136. #else
  137. //atomic, do not change
  138. #define B_LE (1<<BL_LE)
  139. #define B_UP (1<<BL_UP)
  140. #define B_MI (1<<BL_MI)
  141. #define B_DW (1<<BL_DW)
  142. #define B_RI (1<<BL_RI)
  143. #define B_ST (1<<BL_ST)
  144. #define EN_B (1<<BLEN_B)
  145. #define EN_A (1<<BLEN_A)
  146. #define LCD_CLICKED ((buttons&B_MI)||(buttons&B_ST))
  147. #endif//NEWPANEL
  148. #else //no LCD
  149. FORCE_INLINE void
  150. {}
  151. FORCE_INLINE void lcd_init() {}
  152. FORCE_INLINE void lcd_setstatus(const char* message) {}
  153. FORCE_INLINE void lcd_buttons_update() {}
  154. FORCE_INLINE void lcd_reset_alert_level() {}
  155. FORCE_INLINE void lcd_buzz(long duration,uint16_t freq) {}
  156. FORCE_INLINE bool lcd_detected(void) { return true; }
  157. #define LCD_MESSAGEPGM(x)
  158. #define LCD_ALERTMESSAGEPGM(x)
  159. #endif //ULTRA_LCD
  160. char *itostr2(const uint8_t &x);
  161. char *itostr31(const int &xx);
  162. char *itostr3(const int &xx);
  163. char *itostr3left(const int &xx);
  164. char *itostr4(const int &xx);
  165. char *ftostr3(const float &x);
  166. char *ftostr31ns(const float &x); // float to string without sign character
  167. char *ftostr31(const float &x);
  168. char *ftostr32(const float &x);
  169. char *ftostr32ns(const float &x);
  170. char *ftostr43(const float &x);
  171. char *ftostr12ns(const float &x);
  172. char *ftostr13ns(const float &x);
  173. char *ftostr32sp(const float &x); // remove zero-padding from ftostr32
  174. char *ftostr5(const float &x);
  175. char *ftostr51(const float &x);
  176. char *ftostr52(const float &x);
  177. extern void lcd_implementation_clear();
  178. extern void lcd_printPGM(const char* str);
  179. extern void lcd_print_at_PGM(uint8_t x, uint8_t y, const char* str);
  180. extern void lcd_implementation_write(char c);
  181. extern void lcd_implementation_print(const char *str);
  182. extern void lcd_implementation_print(int8_t i);
  183. extern void lcd_implementation_print_at(uint8_t x, uint8_t y, int8_t i);
  184. extern void lcd_implementation_print(int i);
  185. extern void lcd_implementation_print_at(uint8_t x, uint8_t y, int i);
  186. extern void lcd_implementation_print(float f);
  187. extern void lcd_implementation_print_at(uint8_t x, uint8_t y, const char *str);
  188. void change_extr(int extr);
  189. static void lcd_colorprint_change();
  190. static int get_ext_nr();
  191. static void extr_adj(int extruder);
  192. static void extr_adj_0();
  193. static void extr_adj_1();
  194. static void extr_adj_2();
  195. static void extr_adj_3();
  196. static void fil_load_menu();
  197. static void fil_unload_menu();
  198. static void extr_unload_0();
  199. static void extr_unload_1();
  200. static void extr_unload_2();
  201. static void extr_unload_3();
  202. static void lcd_disable_farm_mode();
  203. static void lcd_set_fan_check();
  204. void extr_unload_all();
  205. void extr_unload_used();
  206. void extr_unload();
  207. static char snmm_stop_print_menu();
  208. #ifdef SDCARD_SORT_ALPHA
  209. static void lcd_sort_type_set();
  210. #endif
  211. static float count_e(float layer_heigth, float extrusion_width, float extrusion_length);
  212. static void lcd_babystep_z();
  213. void stack_error();
  214. static void lcd_ping_allert();
  215. void lcd_printer_connected();
  216. void lcd_ping();
  217. void lcd_calibrate_extruder();
  218. void lcd_farm_sdcard_menu();
  219. //void getFileDescription(char *name, char *description);
  220. void lcd_farm_sdcard_menu_w();
  221. //void get_description();
  222. void lcd_wait_for_heater();
  223. void lcd_wait_for_cool_down();
  224. void adjust_bed_reset();
  225. void lcd_extr_cal_reset();
  226. union MenuData;
  227. void bowden_menu();
  228. char reset_menu();
  229. char choose_extruder_menu();
  230. void lcd_pinda_calibration_menu();
  231. void lcd_calibrate_pinda();
  232. void lcd_temp_calibration_set();
  233. void display_loading();
  234. void lcd_service_mode_show_result();
  235. #if !SDSORT_USES_RAM
  236. void lcd_set_degree();
  237. void lcd_set_progress();
  238. #endif
  239. void lcd_wizard();
  240. void lcd_wizard(int state);
  241. static void lcd_send_status();
  242. static void lcd_connect_printer();
  243. #endif //ULTRALCD_H