My Marlin configs for Fabrikator Mini and CTC i3 Pro B
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

Conditionals_LCD.h 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. /**
  2. * Marlin 3D Printer Firmware
  3. * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
  4. *
  5. * Based on Sprinter and grbl.
  6. * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
  7. *
  8. * This program is free software: you can redistribute it and/or modify
  9. * it under the terms of the GNU General Public License as published by
  10. * the Free Software Foundation, either version 3 of the License, or
  11. * (at your option) any later version.
  12. *
  13. * This program is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. *
  21. */
  22. /**
  23. * Conditionals_LCD.h
  24. * Conditionals that need to be set before Configuration_adv.h or pins.h
  25. */
  26. #ifndef CONDITIONALS_LCD_H // Get the LCD defines which are needed first
  27. #define CONDITIONALS_LCD_H
  28. #define LCD_HAS_DIRECTIONAL_BUTTONS (BUTTON_EXISTS(UP) || BUTTON_EXISTS(DWN) || BUTTON_EXISTS(LFT) || BUTTON_EXISTS(RT))
  29. #if ENABLED(CARTESIO_UI)
  30. #define DOGLCD
  31. #define ULTIPANEL
  32. #define DEFAULT_LCD_CONTRAST 90
  33. #define LCD_CONTRAST_MIN 60
  34. #define LCD_CONTRAST_MAX 140
  35. #elif ENABLED(MAKRPANEL) || ENABLED(MINIPANEL)
  36. #define DOGLCD
  37. #define ULTIPANEL
  38. #define DEFAULT_LCD_CONTRAST 17
  39. #elif ENABLED(ANET_KEYPAD_LCD)
  40. #define REPRAPWORLD_KEYPAD
  41. #define REPRAPWORLD_KEYPAD_MOVE_STEP 10.0
  42. #define ADC_KEYPAD
  43. #define ADC_KEY_NUM 8
  44. #define ULTIPANEL
  45. // this helps to implement ADC_KEYPAD menus
  46. #define ENCODER_PULSES_PER_STEP 1
  47. #define ENCODER_STEPS_PER_MENU_ITEM 1
  48. #define REVERSE_MENU_DIRECTION
  49. #elif ENABLED(ANET_FULL_GRAPHICS_LCD)
  50. #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
  51. #elif ENABLED(BQ_LCD_SMART_CONTROLLER)
  52. #define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
  53. #define LONG_FILENAME_HOST_SUPPORT
  54. #elif ENABLED(miniVIKI) || ENABLED(VIKI2) || ENABLED(ELB_FULL_GRAPHIC_CONTROLLER)
  55. #define ULTRA_LCD //general LCD support, also 16x2
  56. #define DOGLCD // Support for SPI LCD 128x64 (Controller ST7565R graphic Display Family)
  57. #define ULTIMAKERCONTROLLER //as available from the Ultimaker online store.
  58. #if ENABLED(miniVIKI)
  59. #define LCD_CONTRAST_MIN 75
  60. #define LCD_CONTRAST_MAX 115
  61. #define DEFAULT_LCD_CONTRAST 95
  62. #elif ENABLED(VIKI2)
  63. #define DEFAULT_LCD_CONTRAST 40
  64. #elif ENABLED(ELB_FULL_GRAPHIC_CONTROLLER)
  65. #define LCD_CONTRAST_MIN 90
  66. #define LCD_CONTRAST_MAX 130
  67. #define DEFAULT_LCD_CONTRAST 110
  68. #define U8GLIB_LM6059_AF
  69. #define SD_DETECT_INVERTED
  70. #endif
  71. #elif ENABLED(OLED_PANEL_TINYBOY2)
  72. #define U8GLIB_SSD1306
  73. #define ULTIPANEL
  74. #define REVERSE_ENCODER_DIRECTION
  75. #define REVERSE_MENU_DIRECTION
  76. #elif ENABLED(RA_CONTROL_PANEL)
  77. #define LCD_I2C_TYPE_PCA8574
  78. #define LCD_I2C_ADDRESS 0x27 // I2C Address of the port expander
  79. #define ULTIPANEL
  80. #elif ENABLED(REPRAPWORLD_GRAPHICAL_LCD)
  81. #define DOGLCD
  82. #define U8GLIB_ST7920
  83. #define ULTIPANEL
  84. #endif
  85. // Generic support for SSD1306 / SH1106 OLED based LCDs.
  86. #if ENABLED(U8GLIB_SSD1306) || ENABLED(U8GLIB_SH1106)
  87. #define ULTRA_LCD //general LCD support, also 16x2
  88. #define DOGLCD // Support for I2C LCD 128x64 (Controller SSD1306 / SH1106 graphic Display Family)
  89. #endif
  90. #if ENABLED(PANEL_ONE) || ENABLED(U8GLIB_SH1106)
  91. #define ULTIMAKERCONTROLLER
  92. #endif
  93. #if ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) || ENABLED(LCD_FOR_MELZI)
  94. #define DOGLCD
  95. #define U8GLIB_ST7920
  96. #define REPRAP_DISCOUNT_SMART_CONTROLLER
  97. #endif
  98. #if ENABLED(ULTIMAKERCONTROLLER) \
  99. || ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) \
  100. || ENABLED(G3D_PANEL) \
  101. || ENABLED(RIGIDBOT_PANEL)
  102. #define ULTIPANEL
  103. #endif
  104. #if ENABLED(REPRAPWORLD_KEYPAD)
  105. #define NEWPANEL
  106. #if ENABLED(ULTIPANEL) && !defined(REPRAPWORLD_KEYPAD_MOVE_STEP)
  107. #define REPRAPWORLD_KEYPAD_MOVE_STEP 1.0
  108. #endif
  109. #endif
  110. /**
  111. * I2C PANELS
  112. */
  113. #if ENABLED(LCD_I2C_SAINSMART_YWROBOT)
  114. // Note: This controller requires F.Malpartida's LiquidCrystal_I2C library
  115. // https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/Home
  116. #define LCD_I2C_TYPE_PCF8575
  117. #define LCD_I2C_ADDRESS 0x27 // I2C Address of the port expander
  118. #define ULTIPANEL
  119. #elif ENABLED(LCD_I2C_PANELOLU2)
  120. // PANELOLU2 LCD with status LEDs, separate encoder and click inputs
  121. #define LCD_I2C_TYPE_MCP23017
  122. #define LCD_I2C_ADDRESS 0x20 // I2C Address of the port expander
  123. #define LCD_USE_I2C_BUZZER //comment out to disable buzzer on LCD
  124. #define ULTIPANEL
  125. #elif ENABLED(LCD_I2C_VIKI)
  126. /**
  127. * Panucatt VIKI LCD with status LEDs, integrated click & L/R/U/P buttons, separate encoder inputs
  128. *
  129. * This uses the LiquidTWI2 library v1.2.3 or later ( https://github.com/lincomatic/LiquidTWI2 )
  130. * Make sure the LiquidTWI2 directory is placed in the Arduino or Sketchbook libraries subdirectory.
  131. * Note: The pause/stop/resume LCD button pin should be connected to the Arduino
  132. * BTN_ENC pin (or set BTN_ENC to -1 if not used)
  133. */
  134. #define LCD_I2C_TYPE_MCP23017
  135. #define LCD_I2C_ADDRESS 0x20 // I2C Address of the port expander
  136. #define LCD_USE_I2C_BUZZER //comment out to disable buzzer on LCD (requires LiquidTWI2 v1.2.3 or later)
  137. #define ULTIPANEL
  138. #define ENCODER_FEEDRATE_DEADZONE 4
  139. #define STD_ENCODER_PULSES_PER_STEP 1
  140. #define STD_ENCODER_STEPS_PER_MENU_ITEM 2
  141. #elif ENABLED(G3D_PANEL)
  142. #define STD_ENCODER_PULSES_PER_STEP 2
  143. #define STD_ENCODER_STEPS_PER_MENU_ITEM 1
  144. #elif ENABLED(miniVIKI) || ENABLED(VIKI2) \
  145. || ENABLED(ELB_FULL_GRAPHIC_CONTROLLER) \
  146. || ENABLED(OLED_PANEL_TINYBOY2) \
  147. || ENABLED(BQ_LCD_SMART_CONTROLLER) \
  148. || ENABLED(LCD_I2C_PANELOLU2) \
  149. || ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER)
  150. #define STD_ENCODER_PULSES_PER_STEP 4
  151. #define STD_ENCODER_STEPS_PER_MENU_ITEM 1
  152. #endif
  153. #ifndef STD_ENCODER_PULSES_PER_STEP
  154. #define STD_ENCODER_PULSES_PER_STEP 5
  155. #endif
  156. #ifndef STD_ENCODER_STEPS_PER_MENU_ITEM
  157. #define STD_ENCODER_STEPS_PER_MENU_ITEM 1
  158. #endif
  159. #ifndef ENCODER_PULSES_PER_STEP
  160. #define ENCODER_PULSES_PER_STEP STD_ENCODER_PULSES_PER_STEP
  161. #endif
  162. #ifndef ENCODER_STEPS_PER_MENU_ITEM
  163. #define ENCODER_STEPS_PER_MENU_ITEM STD_ENCODER_STEPS_PER_MENU_ITEM
  164. #endif
  165. // Shift register panels
  166. // ---------------------
  167. // 2 wire Non-latching LCD SR from:
  168. // https://bitbucket.org/fmalpartida/new-liquidcrystal/wiki/schematics#!shiftregister-connection
  169. #if ENABLED(SAV_3DLCD)
  170. #define SR_LCD_2W_NL // Non latching 2 wire shift register
  171. #define ULTIPANEL
  172. #endif
  173. #if ENABLED(DOGLCD) // Change number of lines to match the DOG graphic display
  174. #ifndef LCD_WIDTH
  175. #define LCD_WIDTH 22
  176. #endif
  177. #ifndef LCD_HEIGHT
  178. #define LCD_HEIGHT 5
  179. #endif
  180. #endif
  181. #if ENABLED(ULTIPANEL)
  182. #define NEWPANEL // Disable this if you actually have no click-encoder panel
  183. #define ULTRA_LCD
  184. #ifndef LCD_WIDTH
  185. #define LCD_WIDTH 20
  186. #endif
  187. #ifndef LCD_HEIGHT
  188. #define LCD_HEIGHT 4
  189. #endif
  190. #elif ENABLED(ULTRA_LCD) // no panel but just LCD
  191. #ifndef LCD_WIDTH
  192. #define LCD_WIDTH 16
  193. #endif
  194. #ifndef LCD_HEIGHT
  195. #define LCD_HEIGHT 2
  196. #endif
  197. #endif
  198. #if ENABLED(DOGLCD)
  199. /* Custom characters defined in font dogm_font_data_Marlin_symbols.h / Marlin_symbols.fon */
  200. // \x00 intentionally skipped to avoid problems in strings
  201. #define LCD_STR_REFRESH "\x01"
  202. #define LCD_STR_FOLDER "\x02"
  203. #define LCD_STR_ARROW_RIGHT "\x03"
  204. #define LCD_STR_UPLEVEL "\x04"
  205. #define LCD_STR_CLOCK "\x05"
  206. #define LCD_STR_FEEDRATE "\x06"
  207. #define LCD_STR_BEDTEMP "\x07"
  208. #define LCD_STR_THERMOMETER "\x08"
  209. #define LCD_STR_DEGREE "\x09"
  210. #define LCD_STR_SPECIAL_MAX '\x09'
  211. // Maximum here is 0x1F because 0x20 is ' ' (space) and the normal charsets begin.
  212. // Better stay below 0x10 because DISPLAY_CHARSET_HD44780_WESTERN begins here.
  213. // Symbol characters
  214. #define LCD_STR_FILAM_DIA "\xf8"
  215. #define LCD_STR_FILAM_MUL "\xa4"
  216. #else
  217. /* Custom characters defined in the first 8 characters of the LCD */
  218. #define LCD_BEDTEMP_CHAR 0x00 // Print only as a char. This will have 'unexpected' results when used in a string!
  219. #define LCD_DEGREE_CHAR 0x01
  220. #define LCD_STR_THERMOMETER "\x02" // Still used with string concatenation
  221. #define LCD_UPLEVEL_CHAR 0x03
  222. #define LCD_STR_REFRESH "\x04"
  223. #define LCD_STR_FOLDER "\x05"
  224. #define LCD_FEEDRATE_CHAR 0x06
  225. #define LCD_CLOCK_CHAR 0x07
  226. #define LCD_STR_ARROW_RIGHT ">" /* from the default character set */
  227. #endif
  228. /**
  229. * Default LCD contrast for dogm-like LCD displays
  230. */
  231. #if ENABLED(DOGLCD)
  232. #define HAS_LCD_CONTRAST ( \
  233. ENABLED(MAKRPANEL) \
  234. || ENABLED(CARTESIO_UI) \
  235. || ENABLED(VIKI2) \
  236. || ENABLED(miniVIKI) \
  237. || ENABLED(ELB_FULL_GRAPHIC_CONTROLLER) \
  238. )
  239. #if HAS_LCD_CONTRAST
  240. #ifndef LCD_CONTRAST_MIN
  241. #define LCD_CONTRAST_MIN 0
  242. #endif
  243. #ifndef LCD_CONTRAST_MAX
  244. #define LCD_CONTRAST_MAX 63
  245. #endif
  246. #ifndef DEFAULT_LCD_CONTRAST
  247. #define DEFAULT_LCD_CONTRAST 32
  248. #endif
  249. #endif
  250. #endif
  251. // Boot screens
  252. #if DISABLED(ULTRA_LCD)
  253. #undef SHOW_BOOTSCREEN
  254. #elif !defined(BOOTSCREEN_TIMEOUT)
  255. #define BOOTSCREEN_TIMEOUT 2500
  256. #endif
  257. #define HAS_DEBUG_MENU ENABLED(LCD_PROGRESS_BAR_TEST)
  258. // MK2 Multiplexer forces SINGLENOZZLE to be enabled
  259. #if ENABLED(MK2_MULTIPLEXER)
  260. #define SINGLENOZZLE
  261. #endif
  262. /**
  263. * Extruders have some combination of stepper motors and hotends
  264. * so we separate these concepts into the defines:
  265. *
  266. * EXTRUDERS - Number of Selectable Tools
  267. * HOTENDS - Number of hotends, whether connected or separate
  268. * E_STEPPERS - Number of actual E stepper motors
  269. * E_MANUAL - Number of E steppers for LCD move options
  270. * TOOL_E_INDEX - Index to use when getting/setting the tool state
  271. *
  272. */
  273. #if ENABLED(SINGLENOZZLE) || ENABLED(MIXING_EXTRUDER) // One hotend, one thermistor, no XY offset
  274. #define HOTENDS 1
  275. #undef TEMP_SENSOR_1_AS_REDUNDANT
  276. #undef HOTEND_OFFSET_X
  277. #undef HOTEND_OFFSET_Y
  278. #else // Two hotends
  279. #define HOTENDS EXTRUDERS
  280. #if ENABLED(SWITCHING_NOZZLE) && !defined(HOTEND_OFFSET_Z)
  281. #define HOTEND_OFFSET_Z { 0 }
  282. #endif
  283. #endif
  284. #if ENABLED(SWITCHING_EXTRUDER) || ENABLED(MIXING_EXTRUDER) // Unified E axis
  285. #if ENABLED(MIXING_EXTRUDER)
  286. #define E_STEPPERS MIXING_STEPPERS
  287. #else
  288. #define E_STEPPERS 1 // One E stepper
  289. #endif
  290. #define E_MANUAL 1
  291. #define TOOL_E_INDEX 0
  292. #else
  293. #define E_STEPPERS EXTRUDERS
  294. #define E_MANUAL EXTRUDERS
  295. #define TOOL_E_INDEX current_block->active_extruder
  296. #endif
  297. /**
  298. * DISTINCT_E_FACTORS affects how some E factors are accessed
  299. */
  300. #if ENABLED(DISTINCT_E_FACTORS) && E_STEPPERS > 1
  301. #define XYZE_N (XYZ + E_STEPPERS)
  302. #define E_AXIS_N (E_AXIS + extruder)
  303. #else
  304. #undef DISTINCT_E_FACTORS
  305. #define XYZE_N XYZE
  306. #define E_AXIS_N E_AXIS
  307. #endif
  308. /**
  309. * The BLTouch Probe emulates a servo probe
  310. * and uses "special" angles for its state.
  311. */
  312. #if ENABLED(BLTOUCH)
  313. #ifndef Z_ENDSTOP_SERVO_NR
  314. #define Z_ENDSTOP_SERVO_NR 0
  315. #endif
  316. #ifndef NUM_SERVOS
  317. #define NUM_SERVOS (Z_ENDSTOP_SERVO_NR + 1)
  318. #endif
  319. #undef DEACTIVATE_SERVOS_AFTER_MOVE
  320. #if NUM_SERVOS == 1
  321. #undef SERVO_DELAY
  322. #define SERVO_DELAY { 50 }
  323. #endif
  324. #ifndef BLTOUCH_DELAY
  325. #define BLTOUCH_DELAY 375
  326. #endif
  327. #undef Z_SERVO_ANGLES
  328. #define Z_SERVO_ANGLES { BLTOUCH_DEPLOY, BLTOUCH_STOW }
  329. #define BLTOUCH_DEPLOY 10
  330. #define BLTOUCH_STOW 90
  331. #define BLTOUCH_SELFTEST 120
  332. #define BLTOUCH_RESET 160
  333. #define _TEST_BLTOUCH(P) (READ(P##_PIN) != P##_ENDSTOP_INVERTING)
  334. // Always disable probe pin inverting for BLTouch
  335. #undef Z_MIN_PROBE_ENDSTOP_INVERTING
  336. #define Z_MIN_PROBE_ENDSTOP_INVERTING false
  337. #if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
  338. #undef Z_MIN_ENDSTOP_INVERTING
  339. #define Z_MIN_ENDSTOP_INVERTING false
  340. #define TEST_BLTOUCH() _TEST_BLTOUCH(Z_MIN)
  341. #else
  342. #define TEST_BLTOUCH() _TEST_BLTOUCH(Z_MIN_PROBE)
  343. #endif
  344. #endif
  345. /**
  346. * Set a flag for a servo probe
  347. */
  348. #define HAS_Z_SERVO_ENDSTOP (defined(Z_ENDSTOP_SERVO_NR) && Z_ENDSTOP_SERVO_NR >= 0)
  349. /**
  350. * UBL has its own manual probing, so this just causes trouble.
  351. */
  352. #if ENABLED(AUTO_BED_LEVELING_UBL)
  353. #undef PROBE_MANUALLY
  354. #endif
  355. /**
  356. * Set a flag for any enabled probe
  357. */
  358. #define PROBE_SELECTED (ENABLED(PROBE_MANUALLY) || ENABLED(FIX_MOUNTED_PROBE) || ENABLED(Z_PROBE_ALLEN_KEY) || HAS_Z_SERVO_ENDSTOP || ENABLED(Z_PROBE_SLED) || ENABLED(SOLENOID_PROBE))
  359. /**
  360. * Clear probe pin settings when no probe is selected
  361. */
  362. #if !PROBE_SELECTED || ENABLED(PROBE_MANUALLY)
  363. #undef Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN
  364. #undef Z_MIN_PROBE_ENDSTOP
  365. #endif
  366. #define HAS_SOFTWARE_ENDSTOPS (ENABLED(MIN_SOFTWARE_ENDSTOPS) || ENABLED(MAX_SOFTWARE_ENDSTOPS))
  367. #define HAS_RESUME_CONTINUE (ENABLED(NEWPANEL) || ENABLED(EMERGENCY_PARSER))
  368. #define HAS_COLOR_LEDS (ENABLED(BLINKM) || ENABLED(RGB_LED) || ENABLED(RGBW_LED) || ENABLED(PCA9632) || ENABLED(NEOPIXEL_RGBW_LED))
  369. #endif // CONDITIONALS_LCD_H