My Marlin configs for Fabrikator Mini and CTC i3 Pro B
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

SanityCheck.h 69KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675
  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. * SanityCheck.h
  24. *
  25. * Test configuration values for errors at compile-time.
  26. */
  27. #ifndef _SANITYCHECK_H_
  28. #define _SANITYCHECK_H_
  29. /**
  30. * Require gcc 4.7 or newer (first included with Arduino 1.6.8) for C++11 features.
  31. */
  32. #if __cplusplus < 201103L
  33. #error "Marlin requires C++11 support (gcc >= 4.7, Arduino IDE >= 1.6.8). Please upgrade your toolchain."
  34. #endif
  35. /**
  36. * We try our best to include sanity checks for all changed configuration
  37. * directives because users have a tendency to use outdated config files with
  38. * the bleeding-edge source code, but sometimes this is not enough. This check
  39. * forces a minimum config file revision. Otherwise Marlin will not build.
  40. */
  41. #if !defined(CONFIGURATION_H_VERSION) || CONFIGURATION_H_VERSION < REQUIRED_CONFIGURATION_H_VERSION
  42. #error "You are using an old Configuration.h file, update it before building Marlin."
  43. #endif
  44. #if !defined(CONFIGURATION_ADV_H_VERSION) || CONFIGURATION_ADV_H_VERSION < REQUIRED_CONFIGURATION_ADV_H_VERSION
  45. #error "You are using an old Configuration_adv.h file, update it before building Marlin."
  46. #endif
  47. /**
  48. * Warnings for old configurations
  49. */
  50. #if !defined(X_BED_SIZE) || !defined(Y_BED_SIZE)
  51. #error "X_BED_SIZE and Y_BED_SIZE are now required! Please update your configuration."
  52. #elif WATCH_TEMP_PERIOD > 500
  53. #error "WATCH_TEMP_PERIOD now uses seconds instead of milliseconds."
  54. #elif DISABLED(THERMAL_PROTECTION_HOTENDS) && (defined(WATCH_TEMP_PERIOD) || defined(THERMAL_PROTECTION_PERIOD))
  55. #error "Thermal Runaway Protection for hotends is now enabled with THERMAL_PROTECTION_HOTENDS."
  56. #elif DISABLED(THERMAL_PROTECTION_BED) && defined(THERMAL_PROTECTION_BED_PERIOD)
  57. #error "Thermal Runaway Protection for the bed is now enabled with THERMAL_PROTECTION_BED."
  58. #elif (CORE_IS_XZ || CORE_IS_YZ) && ENABLED(Z_LATE_ENABLE)
  59. #error "Z_LATE_ENABLE can't be used with COREXZ, COREZX, COREYZ, or COREZY."
  60. #elif defined(X_HOME_RETRACT_MM)
  61. #error "[XYZ]_HOME_RETRACT_MM settings have been renamed [XYZ]_HOME_BUMP_MM."
  62. #elif defined(SDCARDDETECTINVERTED)
  63. #error "SDCARDDETECTINVERTED is now SD_DETECT_INVERTED. Please update your configuration."
  64. #elif defined(BTENABLED)
  65. #error "BTENABLED is now BLUETOOTH. Please update your configuration."
  66. #elif defined(CUSTOM_MENDEL_NAME)
  67. #error "CUSTOM_MENDEL_NAME is now CUSTOM_MACHINE_NAME. Please update your configuration."
  68. #elif defined(HAS_AUTOMATIC_VERSIONING)
  69. #error "HAS_AUTOMATIC_VERSIONING is now USE_AUTOMATIC_VERSIONING. Please update your configuration."
  70. #elif defined(SDSLOW)
  71. #error "SDSLOW deprecated. Set SPI_SPEED to SPI_HALF_SPEED instead."
  72. #elif defined(SDEXTRASLOW)
  73. #error "SDEXTRASLOW deprecated. Set SPI_SPEED to SPI_QUARTER_SPEED instead."
  74. #elif defined(FILAMENT_SENSOR)
  75. #error "FILAMENT_SENSOR is now FILAMENT_WIDTH_SENSOR. Please update your configuration."
  76. #elif defined(ENDSTOPPULLUP_FIL_RUNOUT)
  77. #error "ENDSTOPPULLUP_FIL_RUNOUT is now FIL_RUNOUT_PULLUP. Please update your configuration."
  78. #elif defined(DISABLE_MAX_ENDSTOPS) || defined(DISABLE_MIN_ENDSTOPS)
  79. #error "DISABLE_MAX_ENDSTOPS and DISABLE_MIN_ENDSTOPS deprecated. Use individual USE_*_PLUG options instead."
  80. #elif defined(LANGUAGE_INCLUDE)
  81. #error "LANGUAGE_INCLUDE has been replaced by LCD_LANGUAGE. Please update your configuration."
  82. #elif defined(EXTRUDER_OFFSET_X) || defined(EXTRUDER_OFFSET_Y)
  83. #error "EXTRUDER_OFFSET_[XY] is deprecated. Use HOTEND_OFFSET_[XY] instead."
  84. #elif defined(PID_PARAMS_PER_EXTRUDER)
  85. #error "PID_PARAMS_PER_EXTRUDER is deprecated. Use PID_PARAMS_PER_HOTEND instead."
  86. #elif defined(EXTRUDER_WATTS) || defined(BED_WATTS)
  87. #error "EXTRUDER_WATTS and BED_WATTS are deprecated. Remove them from your configuration."
  88. #elif defined(SERVO_ENDSTOP_ANGLES)
  89. #error "SERVO_ENDSTOP_ANGLES is deprecated. Use Z_SERVO_ANGLES instead."
  90. #elif defined(X_ENDSTOP_SERVO_NR) || defined(Y_ENDSTOP_SERVO_NR)
  91. #error "X_ENDSTOP_SERVO_NR and Y_ENDSTOP_SERVO_NR are deprecated and should be removed."
  92. #elif defined(DEFAULT_XYJERK)
  93. #error "DEFAULT_XYJERK is deprecated. Use DEFAULT_XJERK and DEFAULT_YJERK instead."
  94. #elif defined(XY_TRAVEL_SPEED)
  95. #error "XY_TRAVEL_SPEED is deprecated. Use XY_PROBE_SPEED instead."
  96. #elif defined(PROBE_SERVO_DEACTIVATION_DELAY)
  97. #error "PROBE_SERVO_DEACTIVATION_DELAY is deprecated. Use DEACTIVATE_SERVOS_AFTER_MOVE instead."
  98. #elif defined(SERVO_DEACTIVATION_DELAY)
  99. #error "SERVO_DEACTIVATION_DELAY is deprecated. Use SERVO_DELAY instead."
  100. #elif ENABLED(FILAMENTCHANGEENABLE)
  101. #error "FILAMENTCHANGEENABLE is now ADVANCED_PAUSE_FEATURE. Please update your configuration."
  102. #elif ENABLED(FILAMENT_CHANGE_FEATURE)
  103. #error "FILAMENT_CHANGE_FEATURE is now ADVANCED_PAUSE_FEATURE. Please update your configuration."
  104. #elif defined(FILAMENT_CHANGE_X_POS) || defined(FILAMENT_CHANGE_Y_POS)
  105. #error "FILAMENT_CHANGE_[XY]_POS is now set with NOZZLE_PARK_POINT. Please update your configuration."
  106. #elif defined(FILAMENT_CHANGE_Z_ADD)
  107. #error "FILAMENT_CHANGE_Z_ADD is now set with NOZZLE_PARK_POINT. Please update your configuration."
  108. #elif defined(FILAMENT_CHANGE_XY_FEEDRATE)
  109. #error "FILAMENT_CHANGE_XY_FEEDRATE is now NOZZLE_PARK_XY_FEEDRATE. Please update your configuration."
  110. #elif defined(FILAMENT_CHANGE_Z_FEEDRATE)
  111. #error "FILAMENT_CHANGE_Z_FEEDRATE is now NOZZLE_PARK_Z_FEEDRATE. Please update your configuration."
  112. #elif defined(PAUSE_PARK_X_POS) || defined(PAUSE_PARK_Y_POS)
  113. #error "PAUSE_PARK_[XY]_POS is now set with NOZZLE_PARK_POINT. Please update your configuration."
  114. #elif defined(PAUSE_PARK_Z_ADD)
  115. #error "PAUSE_PARK_Z_ADD is now set with NOZZLE_PARK_POINT. Please update your configuration."
  116. #elif defined(PAUSE_PARK_XY_FEEDRATE)
  117. #error "PAUSE_PARK_XY_FEEDRATE is now NOZZLE_PARK_XY_FEEDRATE. Please update your configuration."
  118. #elif defined(PAUSE_PARK_Z_FEEDRATE)
  119. #error "PAUSE_PARK_Z_FEEDRATE is now NOZZLE_PARK_Z_FEEDRATE. Please update your configuration."
  120. #elif defined(FILAMENT_CHANGE_RETRACT_FEEDRATE)
  121. #error "FILAMENT_CHANGE_RETRACT_FEEDRATE is now PAUSE_PARK_RETRACT_FEEDRATE. Please update your configuration."
  122. #elif defined(FILAMENT_CHANGE_RETRACT_LENGTH)
  123. #error "FILAMENT_CHANGE_RETRACT_LENGTH is now PAUSE_PARK_RETRACT_LENGTH. Please update your configuration."
  124. #elif defined(FILAMENT_CHANGE_EXTRUDE_FEEDRATE)
  125. #error "FILAMENT_CHANGE_EXTRUDE_FEEDRATE is now ADVANCED_PAUSE_EXTRUDE_FEEDRATE. Please update your configuration."
  126. #elif defined(FILAMENT_CHANGE_EXTRUDE_LENGTH)
  127. #error "FILAMENT_CHANGE_EXTRUDE_LENGTH is now ADVANCED_PAUSE_EXTRUDE_LENGTH. Please update your configuration."
  128. #elif defined(FILAMENT_CHANGE_NOZZLE_TIMEOUT)
  129. #error "FILAMENT_CHANGE_NOZZLE_TIMEOUT is now PAUSE_PARK_NOZZLE_TIMEOUT. Please update your configuration."
  130. #elif defined(FILAMENT_CHANGE_NUMBER_OF_ALERT_BEEPS)
  131. #error "FILAMENT_CHANGE_NUMBER_OF_ALERT_BEEPS is now FILAMENT_CHANGE_ALERT_BEEPS. Please update your configuration."
  132. #elif ENABLED(FILAMENT_CHANGE_NO_STEPPER_TIMEOUT)
  133. #error "FILAMENT_CHANGE_NO_STEPPER_TIMEOUT is now PAUSE_PARK_NO_STEPPER_TIMEOUT. Please update your configuration."
  134. #elif defined(PLA_PREHEAT_HOTEND_TEMP)
  135. #error "PLA_PREHEAT_HOTEND_TEMP is now PREHEAT_1_TEMP_HOTEND. Please update your configuration."
  136. #elif defined(PLA_PREHEAT_HPB_TEMP)
  137. #error "PLA_PREHEAT_HPB_TEMP is now PREHEAT_1_TEMP_BED. Please update your configuration."
  138. #elif defined(PLA_PREHEAT_FAN_SPEED)
  139. #error "PLA_PREHEAT_FAN_SPEED is now PREHEAT_1_FAN_SPEED. Please update your configuration."
  140. #elif defined(ABS_PREHEAT_HOTEND_TEMP)
  141. #error "ABS_PREHEAT_HOTEND_TEMP is now PREHEAT_2_TEMP_HOTEND. Please update your configuration."
  142. #elif defined(ABS_PREHEAT_HPB_TEMP)
  143. #error "ABS_PREHEAT_HPB_TEMP is now PREHEAT_2_TEMP_BED. Please update your configuration."
  144. #elif defined(ABS_PREHEAT_FAN_SPEED)
  145. #error "ABS_PREHEAT_FAN_SPEED is now PREHEAT_2_FAN_SPEED. Please update your configuration."
  146. #elif defined(ENDSTOPS_ONLY_FOR_HOMING)
  147. #error "ENDSTOPS_ONLY_FOR_HOMING is deprecated. Use (disable) ENDSTOPS_ALWAYS_ON_DEFAULT instead."
  148. #elif defined(HOMING_FEEDRATE)
  149. #error "HOMING_FEEDRATE is deprecated. Set individual rates with HOMING_FEEDRATE_(XY|Z|E) instead."
  150. #elif defined(MANUAL_HOME_POSITIONS)
  151. #error "MANUAL_HOME_POSITIONS is deprecated. Set MANUAL_[XYZ]_HOME_POS as-needed instead."
  152. #elif defined(PID_ADD_EXTRUSION_RATE)
  153. #error "PID_ADD_EXTRUSION_RATE is now PID_EXTRUSION_SCALING and is DISABLED by default. Are you sure you want to use this option? Please update your configuration."
  154. #elif defined(Z_RAISE_BEFORE_HOMING)
  155. #error "Z_RAISE_BEFORE_HOMING is now Z_HOMING_HEIGHT. Please update your configuration."
  156. #elif defined(MIN_Z_HEIGHT_FOR_HOMING)
  157. #error "MIN_Z_HEIGHT_FOR_HOMING is now Z_HOMING_HEIGHT. Please update your configuration."
  158. #elif defined(Z_RAISE_BEFORE_PROBING) || defined(Z_RAISE_AFTER_PROBING)
  159. #error "Z_RAISE_(BEFORE|AFTER)_PROBING are deprecated. Use Z_CLEARANCE_DEPLOY_PROBE and Z_AFTER_PROBING instead."
  160. #elif defined(Z_RAISE_PROBE_DEPLOY_STOW) || defined(Z_RAISE_BETWEEN_PROBINGS)
  161. #error "Z_RAISE_PROBE_DEPLOY_STOW and Z_RAISE_BETWEEN_PROBINGS are now Z_CLEARANCE_DEPLOY_PROBE and Z_CLEARANCE_BETWEEN_PROBES. Please update your configuration."
  162. #elif defined(Z_PROBE_DEPLOY_HEIGHT) || defined(Z_PROBE_TRAVEL_HEIGHT)
  163. #error "Z_PROBE_DEPLOY_HEIGHT and Z_PROBE_TRAVEL_HEIGHT are now Z_CLEARANCE_DEPLOY_PROBE and Z_CLEARANCE_BETWEEN_PROBES. Please update your configuration."
  164. #elif defined(MANUAL_BED_LEVELING)
  165. #error "MANUAL_BED_LEVELING is now LCD_BED_LEVELING. Please update your configuration."
  166. #elif defined(MESH_HOME_SEARCH_Z)
  167. #error "MESH_HOME_SEARCH_Z is now LCD_PROBE_Z_RANGE. Please update your configuration."
  168. #elif defined(MANUAL_PROBE_Z_RANGE)
  169. #error "MANUAL_PROBE_Z_RANGE is now LCD_PROBE_Z_RANGE. Please update your configuration."
  170. #elif !defined(MIN_STEPS_PER_SEGMENT)
  171. #error Please replace "const int dropsegments" with "#define MIN_STEPS_PER_SEGMENT" (and increase by 1) in Configuration_adv.h.
  172. #elif defined(PREVENT_DANGEROUS_EXTRUDE)
  173. #error "PREVENT_DANGEROUS_EXTRUDE is now PREVENT_COLD_EXTRUSION. Please update your configuration."
  174. #elif defined(SCARA)
  175. #error "SCARA is now MORGAN_SCARA. Please update your configuration."
  176. #elif defined(ENABLE_AUTO_BED_LEVELING)
  177. #error "ENABLE_AUTO_BED_LEVELING is deprecated. Specify AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR, or AUTO_BED_LEVELING_3POINT."
  178. #elif defined(AUTO_BED_LEVELING_FEATURE)
  179. #error "AUTO_BED_LEVELING_FEATURE is deprecated. Specify AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_BILINEAR, or AUTO_BED_LEVELING_3POINT."
  180. #elif defined(ABL_GRID_POINTS)
  181. #error "ABL_GRID_POINTS is now GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y. Please update your configuration."
  182. #elif defined(ABL_GRID_POINTS_X) || defined(ABL_GRID_POINTS_Y)
  183. #error "ABL_GRID_POINTS_[XY] is now GRID_MAX_POINTS_[XY]. Please update your configuration."
  184. #elif defined(ABL_GRID_MAX_POINTS_X) || defined(ABL_GRID_MAX_POINTS_Y)
  185. #error "ABL_GRID_MAX_POINTS_[XY] is now GRID_MAX_POINTS_[XY]. Please update your configuration."
  186. #elif defined(MESH_NUM_X_POINTS) || defined(MESH_NUM_Y_POINTS)
  187. #error "MESH_NUM_[XY]_POINTS is now GRID_MAX_POINTS_[XY]. Please update your configuration."
  188. #elif defined(UBL_MESH_NUM_X_POINTS) || defined(UBL_MESH_NUM_Y_POINTS)
  189. #error "UBL_MESH_NUM_[XY]_POINTS is now GRID_MAX_POINTS_[XY]. Please update your configuration."
  190. #elif defined(UBL_G26_MESH_VALIDATION)
  191. #error "UBL_G26_MESH_VALIDATION is now G26_MESH_VALIDATION. Please update your configuration."
  192. #elif defined(UBL_MESH_EDIT_ENABLED)
  193. #error "UBL_MESH_EDIT_ENABLED is now G26_MESH_VALIDATION. Please update your configuration."
  194. #elif defined(UBL_MESH_EDITING)
  195. #error "UBL_MESH_EDITING is now G26_MESH_VALIDATION. Please update your configuration."
  196. #elif defined(BLTOUCH_HEATERS_OFF)
  197. #error "BLTOUCH_HEATERS_OFF is now PROBING_HEATERS_OFF. Please update your configuration."
  198. #elif defined(BEEPER)
  199. #error "BEEPER is now BEEPER_PIN. Please update your pins definitions."
  200. #elif defined(SDCARDDETECT)
  201. #error "SDCARDDETECT is now SD_DETECT_PIN. Please update your pins definitions."
  202. #elif defined(STAT_LED_RED) || defined(STAT_LED_BLUE)
  203. #error "STAT_LED_RED/STAT_LED_BLUE are now STAT_LED_RED_PIN/STAT_LED_BLUE_PIN. Please update your pins definitions."
  204. #elif defined(LCD_PIN_BL)
  205. #error "LCD_PIN_BL is now LCD_BACKLIGHT_PIN. Please update your pins definitions."
  206. #elif defined(LCD_PIN_RESET)
  207. #error "LCD_PIN_RESET is now LCD_RESET_PIN. Please update your pins definitions."
  208. #elif defined(EXTRUDER_0_AUTO_FAN_PIN) || defined(EXTRUDER_1_AUTO_FAN_PIN) || defined(EXTRUDER_2_AUTO_FAN_PIN) || defined(EXTRUDER_3_AUTO_FAN_PIN)
  209. #error "EXTRUDER_[0123]_AUTO_FAN_PIN is now E[0123]_AUTO_FAN_PIN. Please update your Configuration_adv.h."
  210. #elif defined(min_software_endstops) || defined(max_software_endstops)
  211. #error "(min|max)_software_endstops are now (MIN|MAX)_SOFTWARE_ENDSTOPS. Please update your configuration."
  212. #elif ENABLED(Z_PROBE_SLED) && defined(SLED_PIN)
  213. #error "Replace SLED_PIN with SOL1_PIN (applies to both Z_PROBE_SLED and SOLENOID_PROBE)."
  214. #elif defined(CONTROLLERFAN_PIN)
  215. #error "CONTROLLERFAN_PIN is now CONTROLLER_FAN_PIN, enabled with USE_CONTROLLER_FAN. Please update your Configuration_adv.h."
  216. #elif defined(MIN_RETRACT)
  217. #error "MIN_RETRACT is now MIN_AUTORETRACT and MAX_AUTORETRACT. Please update your Configuration_adv.h."
  218. #elif defined(ADVANCE)
  219. #error "ADVANCE was removed in Marlin 1.1.6. Please use LIN_ADVANCE."
  220. #elif defined(LIN_ADVANCE_E_D_RATIO)
  221. #error "LIN_ADVANCE (1.5) no longer uses LIN_ADVANCE_E_D_RATIO. Check your configuration."
  222. #elif defined(NEOPIXEL_RGBW_LED)
  223. #error "NEOPIXEL_RGBW_LED is now NEOPIXEL_LED. Please update your configuration."
  224. #elif defined(UBL_MESH_INSET)
  225. #error "UBL_MESH_INSET is now just MESH_INSET. Please update your configuration."
  226. #elif defined(UBL_MESH_MIN_X) || defined(UBL_MESH_MIN_Y) || defined(UBL_MESH_MAX_X) || defined(UBL_MESH_MAX_Y)
  227. #error "UBL_MESH_(MIN|MAX)_[XY] is now just MESH_(MIN|MAX)_[XY]. Please update your configuration."
  228. #elif defined(ENABLE_MESH_EDIT_GFX_OVERLAY)
  229. #error "ENABLE_MESH_EDIT_GFX_OVERLAY is now MESH_EDIT_GFX_OVERLAY. Please update your configuration."
  230. #elif defined(BABYSTEP_ZPROBE_GFX_REVERSE)
  231. #error "BABYSTEP_ZPROBE_GFX_REVERSE is now set by OVERLAY_GFX_REVERSE. Please update your configurations."
  232. #elif defined(UBL_GRANULAR_SEGMENTATION_FOR_CARTESIAN)
  233. #error "UBL_GRANULAR_SEGMENTATION_FOR_CARTESIAN is now SEGMENT_LEVELED_MOVES. Please update your configuration."
  234. #elif HAS_PID_HEATING && (defined(K1) || !defined(PID_K1))
  235. #error "K1 is now PID_K1. Please update your configuration."
  236. #elif defined(PROBE_DOUBLE_TOUCH)
  237. #error "PROBE_DOUBLE_TOUCH is now MULTIPLE_PROBING. Please update your configuration."
  238. #elif defined(ANET_KEYPAD_LCD)
  239. #error "ANET_KEYPAD_LCD is now ZONESTAR_LCD. Please update your configuration."
  240. #elif defined(LCD_I2C_SAINSMART_YWROBOT)
  241. #error "LCD_I2C_SAINSMART_YWROBOT is now LCD_SAINSMART_I2C_(1602|2004). Please update your configuration."
  242. #elif defined(MEASURED_LOWER_LIMIT) || defined(MEASURED_UPPER_LIMIT)
  243. #error "MEASURED_(UPPER|LOWER)_LIMIT is now FILWIDTH_ERROR_MARGIN. Please update your configuration."
  244. #elif defined(HAVE_TMCDRIVER)
  245. #error "HAVE_TMCDRIVER is now HAVE_TMC26X. Please update your Configuration_adv.h."
  246. #elif defined(X_IS_TMC) || defined(X2_IS_TMC) || defined(Y_IS_TMC) || defined(Y2_IS_TMC) || defined(Z_IS_TMC) || defined(Z2_IS_TMC) \
  247. || defined(E0_IS_TMC) || defined(E1_IS_TMC) || defined(E2_IS_TMC) || defined(E3_IS_TMC) || defined(E4_IS_TMC)
  248. #error "[AXIS]_IS_TMC is now [AXIS]_IS_TMC26X. Please update your Configuration_adv.h."
  249. #elif defined(AUTOMATIC_CURRENT_CONTROL)
  250. #error "AUTOMATIC_CURRENT_CONTROL is now MONITOR_DRIVER_STATUS. Please update your configuration."
  251. #endif
  252. /**
  253. * Marlin release, version and default string
  254. */
  255. #ifndef SHORT_BUILD_VERSION
  256. #error "SHORT_BUILD_VERSION must be specified."
  257. #elif !defined(DETAILED_BUILD_VERSION)
  258. #error "BUILD_VERSION must be specified."
  259. #elif !defined(STRING_DISTRIBUTION_DATE)
  260. #error "STRING_DISTRIBUTION_DATE must be specified."
  261. #elif !defined(PROTOCOL_VERSION)
  262. #error "PROTOCOL_VERSION must be specified."
  263. #elif !defined(MACHINE_NAME)
  264. #error "MACHINE_NAME must be specified."
  265. #elif !defined(SOURCE_CODE_URL)
  266. #error "SOURCE_CODE_URL must be specified."
  267. #elif !defined(DEFAULT_MACHINE_UUID)
  268. #error "DEFAULT_MACHINE_UUID must be specified."
  269. #elif !defined(WEBSITE_URL)
  270. #error "WEBSITE_URL must be specified."
  271. #endif
  272. /**
  273. * Serial
  274. */
  275. #if !(defined(__AVR__) && defined(USBCON))
  276. #if ENABLED(SERIAL_XON_XOFF) && RX_BUFFER_SIZE < 1024
  277. #error "SERIAL_XON_XOFF requires RX_BUFFER_SIZE >= 1024 for reliable transfers without drops."
  278. #elif RX_BUFFER_SIZE && (RX_BUFFER_SIZE < 2 || !IS_POWER_OF_2(RX_BUFFER_SIZE))
  279. #error "RX_BUFFER_SIZE must be a power of 2 greater than 1."
  280. #elif TX_BUFFER_SIZE && (TX_BUFFER_SIZE < 2 || TX_BUFFER_SIZE > 256 || !IS_POWER_OF_2(TX_BUFFER_SIZE))
  281. #error "TX_BUFFER_SIZE must be 0, a power of 2 greater than 1, and no greater than 256."
  282. #endif
  283. #elif ENABLED(SERIAL_XON_XOFF) || ENABLED(SERIAL_STATS_MAX_RX_QUEUED) || ENABLED(SERIAL_STATS_DROPPED_RX)
  284. #error "SERIAL_XON_XOFF and SERIAL_STATS_* features not supported on USB-native AVR devices."
  285. #endif
  286. #if SERIAL_PORT > 7
  287. #error "Set SERIAL_PORT to the port on your board. Usually this is 0."
  288. #endif
  289. /**
  290. * Dual Stepper Drivers
  291. */
  292. #if ENABLED(X_DUAL_STEPPER_DRIVERS) && ENABLED(DUAL_X_CARRIAGE)
  293. #error "DUAL_X_CARRIAGE is not compatible with X_DUAL_STEPPER_DRIVERS."
  294. #elif ENABLED(X_DUAL_STEPPER_DRIVERS) && (!HAS_X2_ENABLE || !HAS_X2_STEP || !HAS_X2_DIR)
  295. #error "X_DUAL_STEPPER_DRIVERS requires X2 pins (and an extra E plug)."
  296. #elif ENABLED(Y_DUAL_STEPPER_DRIVERS) && (!HAS_Y2_ENABLE || !HAS_Y2_STEP || !HAS_Y2_DIR)
  297. #error "Y_DUAL_STEPPER_DRIVERS requires Y2 pins (and an extra E plug)."
  298. #elif ENABLED(Z_DUAL_STEPPER_DRIVERS) && (!HAS_Z2_ENABLE || !HAS_Z2_STEP || !HAS_Z2_DIR)
  299. #error "Z_DUAL_STEPPER_DRIVERS requires Z2 pins (and an extra E plug)."
  300. #endif
  301. /**
  302. * Validate that the bed size fits
  303. */
  304. static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
  305. "Movement bounds ([XY]_MIN_POS, [XY]_MAX_POS) are too narrow to contain [XY]_BED_SIZE.");
  306. /**
  307. * Granular software endstops (Marlin >= 1.1.7)
  308. */
  309. #if ENABLED(MIN_SOFTWARE_ENDSTOPS) && DISABLED(MIN_SOFTWARE_ENDSTOP_Z)
  310. #if IS_KINEMATIC
  311. #error "MIN_SOFTWARE_ENDSTOPS on DELTA/SCARA also requires MIN_SOFTWARE_ENDSTOP_Z."
  312. #elif DISABLED(MIN_SOFTWARE_ENDSTOP_X) && DISABLED(MIN_SOFTWARE_ENDSTOP_Y)
  313. #error "MIN_SOFTWARE_ENDSTOPS requires at least one of the MIN_SOFTWARE_ENDSTOP_[XYZ] options."
  314. #endif
  315. #endif
  316. #if ENABLED(MAX_SOFTWARE_ENDSTOPS) && DISABLED(MAX_SOFTWARE_ENDSTOP_Z)
  317. #if IS_KINEMATIC
  318. #error "MAX_SOFTWARE_ENDSTOPS on DELTA/SCARA also requires MAX_SOFTWARE_ENDSTOP_Z."
  319. #elif DISABLED(MAX_SOFTWARE_ENDSTOP_X) && DISABLED(MAX_SOFTWARE_ENDSTOP_Y)
  320. #error "MAX_SOFTWARE_ENDSTOPS requires at least one of the MAX_SOFTWARE_ENDSTOP_[XYZ] options."
  321. #endif
  322. #endif
  323. #if !defined(TARGET_LPC1768) && ( \
  324. ENABLED(ENDSTOPPULLDOWNS) \
  325. || ENABLED(ENDSTOPPULLDOWN_XMAX) \
  326. || ENABLED(ENDSTOPPULLDOWN_YMAX) \
  327. || ENABLED(ENDSTOPPULLDOWN_ZMAX) \
  328. || ENABLED(ENDSTOPPULLDOWN_XMIN) \
  329. || ENABLED(ENDSTOPPULLDOWN_YMIN) \
  330. || ENABLED(ENDSTOPPULLDOWN_ZMIN) )
  331. #error "PULLDOWN pin mode is not available on the selected board."
  332. #endif
  333. #if ENABLED(ENDSTOPPULLUPS) && ENABLED(ENDSTOPPULLDOWNS)
  334. #error "Enable only one of ENDSTOPPULLUPS or ENDSTOPPULLDOWNS."
  335. #elif ENABLED(FIL_RUNOUT_PULLUP) && ENABLED(FIL_RUNOUT_PULLDOWN)
  336. #error "Enable only one of FIL_RUNOUT_PULLUP or FIL_RUNOUT_PULLDOWN."
  337. #elif ENABLED(ENDSTOPPULLUP_XMAX) && ENABLED(ENDSTOPPULLDOWN_XMAX)
  338. #error "Enable only one of ENDSTOPPULLUP_X_MAX or ENDSTOPPULLDOWN_X_MAX."
  339. #elif ENABLED(ENDSTOPPULLUP_YMAX) && ENABLED(ENDSTOPPULLDOWN_YMAX)
  340. #error "Enable only one of ENDSTOPPULLUP_Y_MAX or ENDSTOPPULLDOWN_Y_MAX."
  341. #elif ENABLED(ENDSTOPPULLUP_ZMAX) && ENABLED(ENDSTOPPULLDOWN_ZMAX)
  342. #error "Enable only one of ENDSTOPPULLUP_Z_MAX or ENDSTOPPULLDOWN_Z_MAX."
  343. #elif ENABLED(ENDSTOPPULLUP_XMIN) && ENABLED(ENDSTOPPULLDOWN_XMIN)
  344. #error "Enable only one of ENDSTOPPULLUP_X_MIN or ENDSTOPPULLDOWN_X_MIN."
  345. #elif ENABLED(ENDSTOPPULLUP_YMIN) && ENABLED(ENDSTOPPULLDOWN_YMIN)
  346. #error "Enable only one of ENDSTOPPULLUP_Y_MIN or ENDSTOPPULLDOWN_Y_MIN."
  347. #elif ENABLED(ENDSTOPPULLUP_ZMIN) && ENABLED(ENDSTOPPULLDOWN_ZMIN)
  348. #error "Enable only one of ENDSTOPPULLUP_Z_MIN or ENDSTOPPULLDOWN_Z_MIN."
  349. #endif
  350. /**
  351. * Progress Bar
  352. */
  353. #if ENABLED(LCD_PROGRESS_BAR)
  354. #if DISABLED(SDSUPPORT) && DISABLED(LCD_SET_PROGRESS_MANUALLY)
  355. #error "LCD_PROGRESS_BAR requires SDSUPPORT or LCD_SET_PROGRESS_MANUALLY."
  356. #elif DISABLED(ULTRA_LCD)
  357. #error "LCD_PROGRESS_BAR requires a character LCD."
  358. #elif ENABLED(DOGLCD)
  359. #error "LCD_PROGRESS_BAR does not apply to graphical displays."
  360. #elif ENABLED(FILAMENT_LCD_DISPLAY)
  361. #error "LCD_PROGRESS_BAR and FILAMENT_LCD_DISPLAY are not fully compatible. Comment out this line to use both."
  362. #endif
  363. #elif ENABLED(LCD_SET_PROGRESS_MANUALLY) && DISABLED(DOGLCD)
  364. #error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR or Graphical LCD."
  365. #endif
  366. /**
  367. * Custom Boot and Status screens
  368. */
  369. #if DISABLED(DOGLCD) && (ENABLED(SHOW_CUSTOM_BOOTSCREEN) || ENABLED(CUSTOM_STATUS_SCREEN_IMAGE))
  370. #error "Graphical LCD is required for SHOW_CUSTOM_BOOTSCREEN and CUSTOM_STATUS_SCREEN_IMAGE."
  371. #endif
  372. /**
  373. * SD File Sorting
  374. */
  375. #if ENABLED(SDCARD_SORT_ALPHA)
  376. #if SDSORT_LIMIT > 256
  377. #error "SDSORT_LIMIT must be 256 or smaller."
  378. #elif SDSORT_LIMIT < 10
  379. #error "SDSORT_LIMIT should be greater than 9 to be useful."
  380. #elif DISABLED(SDSORT_USES_RAM)
  381. #if ENABLED(SDSORT_DYNAMIC_RAM)
  382. #error "SDSORT_DYNAMIC_RAM requires SDSORT_USES_RAM (which reads the directory into RAM)."
  383. #elif ENABLED(SDSORT_CACHE_NAMES)
  384. #error "SDSORT_CACHE_NAMES requires SDSORT_USES_RAM (which reads the directory into RAM)."
  385. #endif
  386. #endif
  387. #if ENABLED(SDSORT_CACHE_NAMES) && DISABLED(SDSORT_DYNAMIC_RAM)
  388. #if SDSORT_CACHE_VFATS < 2
  389. #error "SDSORT_CACHE_VFATS must be 2 or greater!"
  390. #elif SDSORT_CACHE_VFATS > MAX_VFAT_ENTRIES
  391. #undef SDSORT_CACHE_VFATS
  392. #define SDSORT_CACHE_VFATS MAX_VFAT_ENTRIES
  393. #warning "SDSORT_CACHE_VFATS was reduced to MAX_VFAT_ENTRIES!"
  394. #endif
  395. #endif
  396. #endif
  397. /**
  398. * I2C Position Encoders
  399. */
  400. #if ENABLED(I2C_POSITION_ENCODERS)
  401. #if DISABLED(BABYSTEPPING) || DISABLED(BABYSTEP_XY)
  402. #error "I2C_POSITION_ENCODERS requires BABYSTEPPING and BABYSTEP_XY."
  403. #elif !WITHIN(I2CPE_ENCODER_CNT, 1, 5)
  404. #error "I2CPE_ENCODER_CNT must be between 1 and 5."
  405. #endif
  406. #endif
  407. /**
  408. * Babystepping
  409. */
  410. #if ENABLED(BABYSTEPPING)
  411. #if ENABLED(SCARA)
  412. #error "BABYSTEPPING is not implemented for SCARA yet."
  413. #elif ENABLED(DELTA) && ENABLED(BABYSTEP_XY)
  414. #error "BABYSTEPPING only implemented for Z axis on deltabots."
  415. #elif ENABLED(BABYSTEP_ZPROBE_OFFSET) && ENABLED(MESH_BED_LEVELING)
  416. #error "MESH_BED_LEVELING and BABYSTEP_ZPROBE_OFFSET is not a valid combination"
  417. #elif ENABLED(BABYSTEP_ZPROBE_OFFSET) && !HAS_BED_PROBE
  418. #error "BABYSTEP_ZPROBE_OFFSET requires a probe."
  419. #elif ENABLED(BABYSTEP_ZPROBE_GFX_OVERLAY) && !ENABLED(DOGLCD)
  420. #error "BABYSTEP_ZPROBE_GFX_OVERLAY requires a DOGLCD."
  421. #elif ENABLED(BABYSTEP_ZPROBE_GFX_OVERLAY) && !ENABLED(BABYSTEP_ZPROBE_OFFSET)
  422. #error "BABYSTEP_ZPROBE_GFX_OVERLAY requires a BABYSTEP_ZPROBE_OFFSET."
  423. #endif
  424. #endif
  425. /**
  426. * Filament Runout needs one or more pins and either SD Support or Auto print start detection
  427. */
  428. #if ENABLED(FILAMENT_RUNOUT_SENSOR)
  429. #if !PIN_EXISTS(FIL_RUNOUT)
  430. #error "FILAMENT_RUNOUT_SENSOR requires FIL_RUNOUT_PIN."
  431. #elif NUM_RUNOUT_SENSORS > E_STEPPERS
  432. #error "NUM_RUNOUT_SENSORS cannot exceed the number of E steppers."
  433. #elif NUM_RUNOUT_SENSORS > 1 && !PIN_EXISTS(FIL_RUNOUT2)
  434. #error "FILAMENT_RUNOUT_SENSOR with NUM_RUNOUT_SENSORS > 1 requires FIL_RUNOUT2_PIN."
  435. #elif NUM_RUNOUT_SENSORS > 2 && !PIN_EXISTS(FIL_RUNOUT3)
  436. #error "FILAMENT_RUNOUT_SENSOR with NUM_RUNOUT_SENSORS > 2 requires FIL_RUNOUT3_PIN."
  437. #elif NUM_RUNOUT_SENSORS > 3 && !PIN_EXISTS(FIL_RUNOUT4)
  438. #error "FILAMENT_RUNOUT_SENSOR with NUM_RUNOUT_SENSORS > 3 requires FIL_RUNOUT4_PIN."
  439. #elif NUM_RUNOUT_SENSORS > 4 && !PIN_EXISTS(FIL_RUNOUT5)
  440. #error "FILAMENT_RUNOUT_SENSOR with NUM_RUNOUT_SENSORS > 4 requires FIL_RUNOUT5_PIN."
  441. #elif DISABLED(SDSUPPORT) && DISABLED(PRINTJOB_TIMER_AUTOSTART)
  442. #error "FILAMENT_RUNOUT_SENSOR requires SDSUPPORT or PRINTJOB_TIMER_AUTOSTART."
  443. #elif DISABLED(ADVANCED_PAUSE_FEATURE)
  444. static_assert(NULL == strstr(FILAMENT_RUNOUT_SCRIPT, "M600"), "ADVANCED_PAUSE_FEATURE is required to use M600 with FILAMENT_RUNOUT_SENSOR.");
  445. #endif
  446. #endif
  447. /**
  448. * Advanced Pause
  449. */
  450. #if ENABLED(ADVANCED_PAUSE_FEATURE)
  451. #if !HAS_RESUME_CONTINUE
  452. #error "ADVANCED_PAUSE_FEATURE currently requires an LCD controller or EMERGENCY_PARSER."
  453. #elif ENABLED(EXTRUDER_RUNOUT_PREVENT)
  454. #error "EXTRUDER_RUNOUT_PREVENT is incompatible with ADVANCED_PAUSE_FEATURE."
  455. #elif ENABLED(PARK_HEAD_ON_PAUSE) && DISABLED(SDSUPPORT) && DISABLED(NEWPANEL) && DISABLED(EMERGENCY_PARSER)
  456. #error "PARK_HEAD_ON_PAUSE requires SDSUPPORT, EMERGENCY_PARSER, or an LCD controller."
  457. #elif ENABLED(HOME_BEFORE_FILAMENT_CHANGE) && DISABLED(PAUSE_PARK_NO_STEPPER_TIMEOUT)
  458. #error "HOME_BEFORE_FILAMENT_CHANGE requires PAUSE_PARK_NO_STEPPER_TIMEOUT."
  459. #elif DISABLED(NOZZLE_PARK_FEATURE)
  460. #error "ADVANCED_PAUSE_FEATURE requires NOZZLE_PARK_FEATURE."
  461. #elif ENABLED(PREVENT_LENGTHY_EXTRUDE) && FILAMENT_CHANGE_UNLOAD_LENGTH > EXTRUDE_MAXLENGTH
  462. #error "FILAMENT_CHANGE_UNLOAD_LENGTH must be less than or equal to EXTRUDE_MAXLENGTH."
  463. #elif ENABLED(PREVENT_LENGTHY_EXTRUDE) && FILAMENT_CHANGE_LOAD_LENGTH > EXTRUDE_MAXLENGTH
  464. #error "FILAMENT_CHANGE_LOAD_LENGTH must be less than or equal to EXTRUDE_MAXLENGTH."
  465. #endif
  466. #endif
  467. /**
  468. * Individual axis homing is useless for DELTAS
  469. */
  470. #if ENABLED(INDIVIDUAL_AXIS_HOMING_MENU) && ENABLED(DELTA)
  471. #error "INDIVIDUAL_AXIS_HOMING_MENU is incompatible with DELTA kinematics."
  472. #endif
  473. /**
  474. * Options only for EXTRUDERS > 1
  475. */
  476. #if EXTRUDERS > 1
  477. #if EXTRUDERS > 5
  478. #error "Marlin supports a maximum of 5 EXTRUDERS."
  479. #endif
  480. #if ENABLED(TEMP_SENSOR_1_AS_REDUNDANT)
  481. #error "EXTRUDERS must be 1 with TEMP_SENSOR_1_AS_REDUNDANT."
  482. #endif
  483. #if ENABLED(HEATERS_PARALLEL)
  484. #error "EXTRUDERS must be 1 with HEATERS_PARALLEL."
  485. #endif
  486. #elif ENABLED(MK2_MULTIPLEXER)
  487. #error "MK2_MULTIPLEXER requires 2 or more EXTRUDERS."
  488. #elif ENABLED(SINGLENOZZLE)
  489. #error "SINGLENOZZLE requires 2 or more EXTRUDERS."
  490. #endif
  491. /**
  492. * Sanity checking for the Průša MK2 Multiplexer
  493. */
  494. #ifdef SNMM
  495. #error "SNMM is now MK2_MULTIPLEXER. Please update your configuration."
  496. #endif
  497. /**
  498. * A Dual Nozzle carriage with switching servo
  499. */
  500. #if ENABLED(SWITCHING_NOZZLE)
  501. #if ENABLED(DUAL_X_CARRIAGE)
  502. #error "SWITCHING_NOZZLE and DUAL_X_CARRIAGE are incompatible."
  503. #elif ENABLED(SINGLENOZZLE)
  504. #error "SWITCHING_NOZZLE and SINGLENOZZLE are incompatible."
  505. #elif EXTRUDERS != 2
  506. #error "SWITCHING_NOZZLE requires exactly 2 EXTRUDERS."
  507. #elif NUM_SERVOS < 1
  508. #error "SWITCHING_NOZZLE requires NUM_SERVOS >= 1."
  509. #endif
  510. #endif
  511. /**
  512. * Single Stepper Dual Extruder with switching servo
  513. */
  514. #if ENABLED(SWITCHING_EXTRUDER) && NUM_SERVOS < 1
  515. #error "SWITCHING_EXTRUDER requires NUM_SERVOS >= 1."
  516. #endif
  517. /**
  518. * Mixing Extruder requirements
  519. */
  520. #if ENABLED(MIXING_EXTRUDER)
  521. #if EXTRUDERS > 1
  522. #error "MIXING_EXTRUDER currently only supports one extruder."
  523. #elif MIXING_STEPPERS < 2
  524. #error "You must set MIXING_STEPPERS >= 2 for a mixing extruder."
  525. #elif ENABLED(FILAMENT_SENSOR)
  526. #error "MIXING_EXTRUDER is incompatible with FILAMENT_SENSOR. Comment out this line to use it anyway."
  527. #elif ENABLED(SWITCHING_EXTRUDER)
  528. #error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
  529. #elif ENABLED(SINGLENOZZLE)
  530. #error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
  531. #elif ENABLED(LIN_ADVANCE)
  532. #error "MIXING_EXTRUDER is incompatible with LIN_ADVANCE."
  533. #endif
  534. #endif
  535. /**
  536. * Linear Advance 1.5 - Check K value range
  537. */
  538. #if ENABLED(LIN_ADVANCE)
  539. static_assert(
  540. WITHIN(LIN_ADVANCE_K, 0, 10),
  541. "LIN_ADVANCE_K must be a value from 0 to 10 (Changed in LIN_ADVANCE v1.5, Marlin 1.1.9)."
  542. );
  543. #endif
  544. /**
  545. * Parking Extruder requirements
  546. */
  547. #if ENABLED(PARKING_EXTRUDER)
  548. #if ENABLED(DUAL_X_CARRIAGE)
  549. #error "PARKING_EXTRUDER and DUAL_X_CARRIAGE are incompatible."
  550. #elif ENABLED(SINGLENOZZLE)
  551. #error "PARKING_EXTRUDER and SINGLENOZZLE are incompatible."
  552. #elif ENABLED(EXT_SOLENOID)
  553. #error "PARKING_EXTRUDER and EXT_SOLENOID are incompatible. (Pins are used twice.)"
  554. #elif EXTRUDERS != 2
  555. #error "PARKING_EXTRUDER requires exactly 2 EXTRUDERS."
  556. #elif !PIN_EXISTS(SOL0) || !PIN_EXISTS(SOL1)
  557. #error "PARKING_EXTRUDER requires SOL0_PIN and SOL1_PIN."
  558. #elif !defined(PARKING_EXTRUDER_PARKING_X)
  559. #error "PARKING_EXTRUDER requires PARKING_EXTRUDER_PARKING_X."
  560. #elif !defined(PARKING_EXTRUDER_SECURITY_RAISE)
  561. #error "PARKING_EXTRUDER requires PARKING_EXTRUDER_SECURITY_RAISE."
  562. #elif PARKING_EXTRUDER_SECURITY_RAISE < 0
  563. #error "PARKING_EXTRUDER_SECURITY_RAISE must be 0 or higher."
  564. #elif !defined(PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE) || !WITHIN(PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE, LOW, HIGH)
  565. #error "PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE must be defined as HIGH or LOW."
  566. #elif !defined(PARKING_EXTRUDER_SOLENOIDS_DELAY) || !WITHIN(PARKING_EXTRUDER_SOLENOIDS_DELAY, 0, 2000)
  567. #error "PARKING_EXTRUDER_SOLENOIDS_DELAY must be between 0 and 2000 (ms)."
  568. #endif
  569. #endif
  570. /**
  571. * Part-Cooling Fan Multiplexer requirements
  572. */
  573. #if PIN_EXISTS(FANMUX1)
  574. #if !HAS_FANMUX
  575. #error "FANMUX0_PIN must be set before FANMUX1_PIN can be set."
  576. #endif
  577. #elif PIN_EXISTS(FANMUX2)
  578. #error "FANMUX0_PIN and FANMUX1_PIN must be set before FANMUX2_PIN can be set."
  579. #endif
  580. /**
  581. * Limited number of servos
  582. */
  583. #if NUM_SERVOS > 4
  584. #error "The maximum number of SERVOS in Marlin is 4."
  585. #endif
  586. /**
  587. * Servo deactivation depends on servo endstops, switching nozzle, or switching extruder
  588. */
  589. #if ENABLED(DEACTIVATE_SERVOS_AFTER_MOVE) && !HAS_Z_SERVO_ENDSTOP && !defined(SWITCHING_NOZZLE_SERVO_NR) && !defined(SWITCHING_EXTRUDER_SERVO_NR)
  590. #error "Z_ENDSTOP_SERVO_NR, switching nozzle, or switching extruder is required for DEACTIVATE_SERVOS_AFTER_MOVE."
  591. #endif
  592. /**
  593. * Required LCD language
  594. */
  595. #if DISABLED(DOGLCD) && ENABLED(ULTRA_LCD) && !defined(DISPLAY_CHARSET_HD44780)
  596. #error "You must set DISPLAY_CHARSET_HD44780 to JAPANESE, WESTERN or CYRILLIC for your LCD controller."
  597. #endif
  598. /**
  599. * Bed Heating Options - PID vs Limit Switching
  600. */
  601. #if ENABLED(PIDTEMPBED) && ENABLED(BED_LIMIT_SWITCHING)
  602. #error "To use BED_LIMIT_SWITCHING you must disable PIDTEMPBED."
  603. #endif
  604. /**
  605. * Kinematics
  606. */
  607. /**
  608. * Allow only one kinematic type to be defined
  609. */
  610. #if 1 < 0 \
  611. + ENABLED(DELTA) \
  612. + ENABLED(MORGAN_SCARA) \
  613. + ENABLED(MAKERARM_SCARA) \
  614. + ENABLED(COREXY) \
  615. + ENABLED(COREXZ) \
  616. + ENABLED(COREYZ) \
  617. + ENABLED(COREYX) \
  618. + ENABLED(COREZX) \
  619. + ENABLED(COREZY)
  620. #error "Please enable only one of DELTA, MORGAN_SCARA, MAKERARM_SCARA, COREXY, COREYX, COREXZ, COREZX, COREYZ, or COREZY."
  621. #endif
  622. /**
  623. * Delta requirements
  624. */
  625. #if ENABLED(DELTA)
  626. #if DISABLED(USE_XMAX_PLUG) && DISABLED(USE_YMAX_PLUG) && DISABLED(USE_ZMAX_PLUG)
  627. #error "You probably want to use Max Endstops for DELTA!"
  628. #elif ENABLED(ENABLE_LEVELING_FADE_HEIGHT) && DISABLED(AUTO_BED_LEVELING_BILINEAR) && !UBL_SEGMENTED
  629. #error "ENABLE_LEVELING_FADE_HEIGHT on DELTA requires AUTO_BED_LEVELING_BILINEAR or AUTO_BED_LEVELING_UBL."
  630. #elif ENABLED(DELTA_AUTO_CALIBRATION) && !(HAS_BED_PROBE || ENABLED(ULTIPANEL))
  631. #error "DELTA_AUTO_CALIBRATION requires a probe or LCD Controller."
  632. #elif ABL_GRID
  633. #if (GRID_MAX_POINTS_X & 1) == 0 || (GRID_MAX_POINTS_Y & 1) == 0
  634. #error "DELTA requires GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y to be odd numbers."
  635. #elif GRID_MAX_POINTS_X < 3
  636. #error "DELTA requires GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y to be 3 or higher."
  637. #endif
  638. #endif
  639. #endif
  640. /**
  641. * Probes
  642. */
  643. /**
  644. * Allow only one probe option to be defined
  645. */
  646. #if 1 < 0 \
  647. + ENABLED(PROBE_MANUALLY) \
  648. + ENABLED(FIX_MOUNTED_PROBE) \
  649. + (HAS_Z_SERVO_ENDSTOP && DISABLED(BLTOUCH)) \
  650. + ENABLED(BLTOUCH) \
  651. + ENABLED(SOLENOID_PROBE) \
  652. + ENABLED(Z_PROBE_ALLEN_KEY) \
  653. + ENABLED(Z_PROBE_SLED)
  654. #error "Please enable only one probe option: PROBE_MANUALLY, FIX_MOUNTED_PROBE, BLTOUCH, SOLENOID_PROBE, Z_PROBE_ALLEN_KEY, Z_PROBE_SLED, or Z Servo."
  655. #endif
  656. #if HAS_BED_PROBE
  657. /**
  658. * Z_PROBE_SLED is incompatible with DELTA
  659. */
  660. #if ENABLED(Z_PROBE_SLED) && ENABLED(DELTA)
  661. #error "You cannot use Z_PROBE_SLED with DELTA."
  662. #endif
  663. /**
  664. * SOLENOID_PROBE requirements
  665. */
  666. #if ENABLED(SOLENOID_PROBE)
  667. #if ENABLED(EXT_SOLENOID)
  668. #error "SOLENOID_PROBE is incompatible with EXT_SOLENOID."
  669. #elif !HAS_SOLENOID_1
  670. #error "SOLENOID_PROBE requires SOL1_PIN. It can be added to your Configuration.h."
  671. #endif
  672. #endif
  673. /**
  674. * NUM_SERVOS is required for a Z servo probe
  675. */
  676. #if HAS_Z_SERVO_ENDSTOP
  677. #ifndef NUM_SERVOS
  678. #error "You must set NUM_SERVOS for a Z servo probe (Z_ENDSTOP_SERVO_NR)."
  679. #elif Z_ENDSTOP_SERVO_NR >= NUM_SERVOS
  680. #error "Z_ENDSTOP_SERVO_NR must be smaller than NUM_SERVOS."
  681. #endif
  682. #endif
  683. /**
  684. * Require pin options and pins to be defined
  685. */
  686. #if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
  687. #if ENABLED(Z_MIN_PROBE_ENDSTOP)
  688. #error "Enable only one option: Z_MIN_PROBE_ENDSTOP or Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN."
  689. #elif DISABLED(USE_ZMIN_PLUG)
  690. #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires USE_ZMIN_PLUG to be enabled."
  691. #elif !HAS_Z_MIN
  692. #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined."
  693. #elif ENABLED(Z_MIN_PROBE_ENDSTOP_INVERTING) != ENABLED(Z_MIN_ENDSTOP_INVERTING)
  694. #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires Z_MIN_ENDSTOP_INVERTING to match Z_MIN_PROBE_ENDSTOP_INVERTING."
  695. #endif
  696. #elif ENABLED(Z_MIN_PROBE_ENDSTOP)
  697. #if !HAS_Z_MIN_PROBE_PIN
  698. #error "Z_MIN_PROBE_ENDSTOP requires the Z_MIN_PROBE_PIN to be defined."
  699. #endif
  700. #else
  701. #error "You must enable either Z_MIN_PROBE_ENDSTOP or Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use a probe."
  702. #endif
  703. /**
  704. * Make sure Z raise values are set
  705. */
  706. #ifndef Z_CLEARANCE_DEPLOY_PROBE
  707. #error "You must define Z_CLEARANCE_DEPLOY_PROBE in your configuration."
  708. #elif !defined(Z_CLEARANCE_BETWEEN_PROBES)
  709. #error "You must define Z_CLEARANCE_BETWEEN_PROBES in your configuration."
  710. #elif Z_CLEARANCE_DEPLOY_PROBE < 0
  711. #error "Probes need Z_CLEARANCE_DEPLOY_PROBE >= 0."
  712. #elif Z_CLEARANCE_BETWEEN_PROBES < 0
  713. #error "Probes need Z_CLEARANCE_BETWEEN_PROBES >= 0."
  714. #elif Z_AFTER_PROBING < 0
  715. #error "Probes need Z_AFTER_PROBING >= 0."
  716. #endif
  717. #if MULTIPLE_PROBING && MULTIPLE_PROBING < 2
  718. #error "MULTIPLE_PROBING must be >= 2."
  719. #endif
  720. #else
  721. /**
  722. * Require some kind of probe for bed leveling and probe testing
  723. */
  724. #if OLDSCHOOL_ABL && !PROBE_SELECTED
  725. #error "Auto Bed Leveling requires one of these: PROBE_MANUALLY, FIX_MOUNTED_PROBE, BLTOUCH, SOLENOID_PROBE, Z_PROBE_ALLEN_KEY, Z_PROBE_SLED, or a Z Servo."
  726. #endif
  727. #if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
  728. #error "Z_MIN_PROBE_REPEATABILITY_TEST requires a probe: FIX_MOUNTED_PROBE, BLTOUCH, SOLENOID_PROBE, Z_PROBE_ALLEN_KEY, Z_PROBE_SLED, or Z Servo."
  729. #endif
  730. #endif
  731. /**
  732. * Allow only one bed leveling option to be defined
  733. */
  734. #if 1 < 0 \
  735. + ENABLED(AUTO_BED_LEVELING_LINEAR) \
  736. + ENABLED(AUTO_BED_LEVELING_3POINT) \
  737. + ENABLED(AUTO_BED_LEVELING_BILINEAR) \
  738. + ENABLED(AUTO_BED_LEVELING_UBL) \
  739. + ENABLED(MESH_BED_LEVELING)
  740. #error "Select only one of: MESH_BED_LEVELING, AUTO_BED_LEVELING_LINEAR, AUTO_BED_LEVELING_3POINT, AUTO_BED_LEVELING_BILINEAR or AUTO_BED_LEVELING_UBL."
  741. #endif
  742. /**
  743. * Bed Leveling Requirements
  744. */
  745. #if ENABLED(AUTO_BED_LEVELING_UBL)
  746. /**
  747. * Unified Bed Leveling
  748. */
  749. // Hide PROBE_MANUALLY from the rest of the code
  750. #undef PROBE_MANUALLY
  751. #if IS_SCARA
  752. #error "AUTO_BED_LEVELING_UBL does not yet support SCARA printers."
  753. #elif DISABLED(EEPROM_SETTINGS)
  754. #error "AUTO_BED_LEVELING_UBL requires EEPROM_SETTINGS. Please update your configuration."
  755. #elif !WITHIN(GRID_MAX_POINTS_X, 3, 15) || !WITHIN(GRID_MAX_POINTS_Y, 3, 15)
  756. #error "GRID_MAX_POINTS_[XY] must be a whole number between 3 and 15."
  757. #elif DISABLED(RESTORE_LEVELING_AFTER_G28)
  758. #error "AUTO_BED_LEVELING_UBL (<=1.1.8) always has RESTORE_LEVELING_AFTER_G28 enabled. To keep this behavior, #define RESTORE_LEVELING_AFTER_G28. To keep it disabled comment out this line in SanityCheck.h."
  759. #else
  760. static_assert(WITHIN(UBL_PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "UBL_PROBE_PT_1_X is outside the probe region.");
  761. static_assert(WITHIN(UBL_PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "UBL_PROBE_PT_2_X is outside the probe region.");
  762. static_assert(WITHIN(UBL_PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "UBL_PROBE_PT_3_X is outside the probe region.");
  763. static_assert(WITHIN(UBL_PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "UBL_PROBE_PT_1_Y is outside the probe region.");
  764. static_assert(WITHIN(UBL_PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "UBL_PROBE_PT_2_Y is outside the probe region.");
  765. static_assert(WITHIN(UBL_PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "UBL_PROBE_PT_3_Y is outside the probe region.");
  766. #endif
  767. #elif OLDSCHOOL_ABL
  768. /**
  769. * Auto Bed Leveling
  770. */
  771. /**
  772. * Delta and SCARA have limited bed leveling options
  773. */
  774. #if IS_SCARA && DISABLED(AUTO_BED_LEVELING_BILINEAR)
  775. #error "Only AUTO_BED_LEVELING_BILINEAR currently supports SCARA bed leveling."
  776. #endif
  777. /**
  778. * Check auto bed leveling probe points
  779. */
  780. #if ABL_GRID
  781. static_assert(LEFT_PROBE_BED_POSITION < RIGHT_PROBE_BED_POSITION, "LEFT_PROBE_BED_POSITION must be less than RIGHT_PROBE_BED_POSITION.");
  782. static_assert(FRONT_PROBE_BED_POSITION < BACK_PROBE_BED_POSITION, "FRONT_PROBE_BED_POSITION must be less than BACK_PROBE_BED_POSITION.");
  783. static_assert(LEFT_PROBE_BED_POSITION >= MIN_PROBE_X, "LEFT_PROBE_BED_POSITION is outside the probe region.");
  784. static_assert(RIGHT_PROBE_BED_POSITION <= MAX_PROBE_X, "RIGHT_PROBE_BED_POSITION is outside the probe region.");
  785. static_assert(FRONT_PROBE_BED_POSITION >= MIN_PROBE_Y, "FRONT_PROBE_BED_POSITION is outside the probe region.");
  786. static_assert(BACK_PROBE_BED_POSITION <= MAX_PROBE_Y, "BACK_PROBE_BED_POSITION is outside the probe region.");
  787. #else // AUTO_BED_LEVELING_3POINT
  788. static_assert(WITHIN(ABL_PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "ABL_PROBE_PT_1_X is outside the probe region.");
  789. static_assert(WITHIN(ABL_PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "ABL_PROBE_PT_2_X is outside the probe region.");
  790. static_assert(WITHIN(ABL_PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "ABL_PROBE_PT_3_X is outside the probe region.");
  791. static_assert(WITHIN(ABL_PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "ABL_PROBE_PT_1_Y is outside the probe region.");
  792. static_assert(WITHIN(ABL_PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "ABL_PROBE_PT_2_Y is outside the probe region.");
  793. static_assert(WITHIN(ABL_PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "ABL_PROBE_PT_3_Y is outside the probe region.");
  794. #endif // AUTO_BED_LEVELING_3POINT
  795. #elif ENABLED(MESH_BED_LEVELING)
  796. // Hide PROBE_MANUALLY from the rest of the code
  797. #undef PROBE_MANUALLY
  798. /**
  799. * Mesh Bed Leveling
  800. */
  801. #if ENABLED(DELTA)
  802. #error "MESH_BED_LEVELING is not compatible with DELTA printers."
  803. #elif GRID_MAX_POINTS_X > 9 || GRID_MAX_POINTS_Y > 9
  804. #error "GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y must be less than 10 for MBL."
  805. #endif
  806. #endif
  807. #if !HAS_MESH && ENABLED(G26_MESH_VALIDATION)
  808. #error "G26_MESH_VALIDATION requires MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, or AUTO_BED_LEVELING_UBL."
  809. #endif
  810. #if ENABLED(MESH_EDIT_GFX_OVERLAY) && (DISABLED(AUTO_BED_LEVELING_UBL) || DISABLED(DOGLCD))
  811. #error "MESH_EDIT_GFX_OVERLAY requires AUTO_BED_LEVELING_UBL and a Graphical LCD."
  812. #endif
  813. /**
  814. * LCD_BED_LEVELING requirements
  815. */
  816. #if ENABLED(LCD_BED_LEVELING)
  817. #if DISABLED(ULTIPANEL)
  818. #error "LCD_BED_LEVELING requires an LCD controller."
  819. #elif !(ENABLED(MESH_BED_LEVELING) || (OLDSCHOOL_ABL && ENABLED(PROBE_MANUALLY)))
  820. #error "LCD_BED_LEVELING requires MESH_BED_LEVELING or ABL with PROBE_MANUALLY."
  821. #endif
  822. #endif
  823. /**
  824. * Homing
  825. */
  826. #if X_HOME_BUMP_MM < 0 || Y_HOME_BUMP_MM < 0 || Z_HOME_BUMP_MM < 0
  827. #error "[XYZ]_HOME_BUMP_MM must be greater than or equal to 0."
  828. #endif
  829. #if ENABLED(CODEPENDENT_XY_HOMING)
  830. #if ENABLED(QUICK_HOME)
  831. #error "QUICK_HOME is incompatible with CODEPENDENT_XY_HOMING."
  832. #elif IS_KINEMATIC
  833. #error "CODEPENDENT_XY_HOMING requires a Cartesian setup."
  834. #endif
  835. #endif
  836. /**
  837. * Make sure Z_SAFE_HOMING point is reachable
  838. */
  839. #if ENABLED(Z_SAFE_HOMING)
  840. #if HAS_BED_PROBE
  841. #if !WITHIN(Z_SAFE_HOMING_X_POINT, MIN_PROBE_X, MAX_PROBE_X)
  842. #error "Z_SAFE_HOMING_X_POINT is outside the probe region."
  843. #elif !WITHIN(Z_SAFE_HOMING_Y_POINT, MIN_PROBE_Y, MAX_PROBE_Y)
  844. #error "Z_SAFE_HOMING_Y_POINT is outside the probe region."
  845. #endif
  846. #elif !WITHIN(Z_SAFE_HOMING_X_POINT, X_MIN_POS, X_MAX_POS)
  847. #error "Z_SAFE_HOMING_X_POINT can't be reached by the nozzle."
  848. #elif !WITHIN(Z_SAFE_HOMING_Y_POINT, Y_MIN_POS, Y_MAX_POS)
  849. #error "Z_SAFE_HOMING_Y_POINT can't be reached by the nozzle."
  850. #endif
  851. #endif // Z_SAFE_HOMING
  852. /**
  853. * Make sure DISABLE_[XYZ] compatible with selected homing options
  854. */
  855. #if ENABLED(DISABLE_X) || ENABLED(DISABLE_Y) || ENABLED(DISABLE_Z)
  856. #if ENABLED(HOME_AFTER_DEACTIVATE) || ENABLED(Z_SAFE_HOMING)
  857. #error "DISABLE_[XYZ] is not compatible with HOME_AFTER_DEACTIVATE or Z_SAFE_HOMING."
  858. #endif
  859. #endif // DISABLE_[XYZ]
  860. /**
  861. * Filament Width Sensor
  862. */
  863. #if ENABLED(FILAMENT_WIDTH_SENSOR)
  864. #if !HAS_FILAMENT_WIDTH_SENSOR
  865. #error "FILAMENT_WIDTH_SENSOR requires a FILWIDTH_PIN to be defined."
  866. #elif ENABLED(NO_VOLUMETRICS)
  867. #error "FILAMENT_WIDTH_SENSOR requires NO_VOLUMETRICS to be disabled."
  868. #endif
  869. #endif
  870. /**
  871. * ULTIPANEL encoder
  872. */
  873. #if ENABLED(ULTIPANEL) && DISABLED(NEWPANEL) && DISABLED(SR_LCD_2W_NL) && !defined(SHIFT_CLK)
  874. #error "ULTIPANEL requires some kind of encoder."
  875. #endif
  876. #if ENCODER_PULSES_PER_STEP < 0
  877. #error "ENCODER_PULSES_PER_STEP should not be negative, use REVERSE_MENU_DIRECTION instead."
  878. #endif
  879. /**
  880. * SAV_3DGLCD display options
  881. */
  882. #if ENABLED(U8GLIB_SSD1306) && ENABLED(U8GLIB_SH1106)
  883. #error "Only enable one SAV_3DGLCD display type: U8GLIB_SSD1306 or U8GLIB_SH1106."
  884. #endif
  885. /**
  886. * Allen Key
  887. * Deploying the Allen Key probe uses big moves in z direction. Too dangerous for an unhomed z-axis.
  888. */
  889. #if ENABLED(Z_PROBE_ALLEN_KEY) && (Z_HOME_DIR < 0) && ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
  890. #error "You can't home to a z min endstop with a Z_PROBE_ALLEN_KEY"
  891. #endif
  892. /**
  893. * Dual X Carriage requirements
  894. */
  895. #if ENABLED(DUAL_X_CARRIAGE)
  896. #if EXTRUDERS == 1
  897. #error "DUAL_X_CARRIAGE requires 2 (or more) extruders."
  898. #elif CORE_IS_XY || CORE_IS_XZ
  899. #error "DUAL_X_CARRIAGE cannot be used with COREXY, COREYX, COREXZ, or COREZX."
  900. #elif !HAS_X2_ENABLE || !HAS_X2_STEP || !HAS_X2_DIR
  901. #error "DUAL_X_CARRIAGE requires X2 stepper pins to be defined."
  902. #elif !HAS_X_MAX
  903. #error "DUAL_X_CARRIAGE requires USE_XMAX_PLUG and an X Max Endstop."
  904. #elif !defined(X2_HOME_POS) || !defined(X2_MIN_POS) || !defined(X2_MAX_POS)
  905. #error "DUAL_X_CARRIAGE requires X2_HOME_POS, X2_MIN_POS, and X2_MAX_POS."
  906. #elif X_HOME_DIR != -1 || X2_HOME_DIR != 1
  907. #error "DUAL_X_CARRIAGE requires X_HOME_DIR -1 and X2_HOME_DIR 1."
  908. #endif
  909. #endif // DUAL_X_CARRIAGE
  910. /**
  911. * Make sure auto fan pins don't conflict with the fan pin
  912. */
  913. #if HAS_AUTO_FAN
  914. #if HAS_FAN0
  915. #if E0_AUTO_FAN_PIN == FAN_PIN
  916. #error "You cannot set E0_AUTO_FAN_PIN equal to FAN_PIN."
  917. #elif E1_AUTO_FAN_PIN == FAN_PIN
  918. #error "You cannot set E1_AUTO_FAN_PIN equal to FAN_PIN."
  919. #elif E2_AUTO_FAN_PIN == FAN_PIN
  920. #error "You cannot set E2_AUTO_FAN_PIN equal to FAN_PIN."
  921. #elif E3_AUTO_FAN_PIN == FAN_PIN
  922. #error "You cannot set E3_AUTO_FAN_PIN equal to FAN_PIN."
  923. #endif
  924. #endif
  925. #endif
  926. #if HAS_FAN0 && CONTROLLER_FAN_PIN == FAN_PIN
  927. #error "You cannot set CONTROLLER_FAN_PIN equal to FAN_PIN."
  928. #endif
  929. #if ENABLED(USE_CONTROLLER_FAN)
  930. #if !HAS_CONTROLLER_FAN
  931. #error "USE_CONTROLLER_FAN requires a CONTROLLER_FAN_PIN. Define in Configuration_adv.h."
  932. #elif E0_AUTO_FAN_PIN == CONTROLLER_FAN_PIN
  933. #error "You cannot set E0_AUTO_FAN_PIN equal to CONTROLLER_FAN_PIN."
  934. #elif E1_AUTO_FAN_PIN == CONTROLLER_FAN_PIN
  935. #error "You cannot set E1_AUTO_FAN_PIN equal to CONTROLLER_FAN_PIN."
  936. #elif E2_AUTO_FAN_PIN == CONTROLLER_FAN_PIN
  937. #error "You cannot set E2_AUTO_FAN_PIN equal to CONTROLLER_FAN_PIN."
  938. #elif E3_AUTO_FAN_PIN == CONTROLLER_FAN_PIN
  939. #error "You cannot set E3_AUTO_FAN_PIN equal to CONTROLLER_FAN_PIN."
  940. #endif
  941. #endif
  942. /**
  943. * Test Heater, Temp Sensor, and Extruder Pins; Sensor Type must also be set.
  944. */
  945. #if !HAS_HEATER_0
  946. #error "HEATER_0_PIN not defined for this board."
  947. #elif !PIN_EXISTS(TEMP_0) && !(defined(MAX6675_SS) && MAX6675_SS >= 0)
  948. #error "TEMP_0_PIN not defined for this board."
  949. #elif ((defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284P__)) && (!PIN_EXISTS(E0_STEP) || !PIN_EXISTS(E0_DIR)))
  950. #error "E0_STEP_PIN or E0_DIR_PIN not defined for this board."
  951. #elif ( !(defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284P__)) && (!PIN_EXISTS(E0_STEP) || !PIN_EXISTS(E0_DIR) || !PIN_EXISTS(E0_ENABLE)))
  952. #error "E0_STEP_PIN, E0_DIR_PIN, or E0_ENABLE_PIN not defined for this board."
  953. #elif TEMP_SENSOR_0 == 0
  954. #error "TEMP_SENSOR_0 is required."
  955. #endif
  956. // Pins are required for heaters
  957. #if ENABLED(HEATER_0_USES_MAX6675) && !(defined(MAX6675_SS) && MAX6675_SS >= 0)
  958. #error "MAX6675_SS (required for TEMP_SENSOR_0) not defined for this board."
  959. #elif (HOTENDS > 1 || ENABLED(HEATERS_PARALLEL)) && !HAS_HEATER_1
  960. #error "HEATER_1_PIN not defined for this board."
  961. #endif
  962. #if HOTENDS > 1
  963. #if TEMP_SENSOR_1 == 0
  964. #error "TEMP_SENSOR_1 is required with 2 or more HOTENDS."
  965. #elif !PIN_EXISTS(TEMP_1)
  966. #error "TEMP_1_PIN not defined for this board."
  967. #endif
  968. #if HOTENDS > 2
  969. #if TEMP_SENSOR_2 == 0
  970. #error "TEMP_SENSOR_2 is required with 3 or more HOTENDS."
  971. #elif !HAS_HEATER_2
  972. #error "HEATER_2_PIN not defined for this board."
  973. #elif !PIN_EXISTS(TEMP_2)
  974. #error "TEMP_2_PIN not defined for this board."
  975. #endif
  976. #if HOTENDS > 3
  977. #if TEMP_SENSOR_3 == 0
  978. #error "TEMP_SENSOR_3 is required with 4 or more HOTENDS."
  979. #elif !HAS_HEATER_3
  980. #error "HEATER_3_PIN not defined for this board."
  981. #elif !PIN_EXISTS(TEMP_3)
  982. #error "TEMP_3_PIN not defined for this board."
  983. #endif
  984. #if HOTENDS > 4
  985. #if TEMP_SENSOR_4 == 0
  986. #error "TEMP_SENSOR_4 is required with 5 HOTENDS."
  987. #elif !HAS_HEATER_4
  988. #error "HEATER_4_PIN not defined for this board."
  989. #elif !PIN_EXISTS(TEMP_4)
  990. #error "TEMP_4_PIN not defined for this board."
  991. #endif
  992. #elif TEMP_SENSOR_4 != 0
  993. #error "TEMP_SENSOR_4 shouldn't be set with only 4 HOTENDS."
  994. #endif
  995. #elif TEMP_SENSOR_3 != 0
  996. #error "TEMP_SENSOR_3 shouldn't be set with only 3 HOTENDS."
  997. #elif TEMP_SENSOR_4 != 0
  998. #error "TEMP_SENSOR_4 shouldn't be set with only 3 HOTENDS."
  999. #endif
  1000. #elif TEMP_SENSOR_2 != 0
  1001. #error "TEMP_SENSOR_2 shouldn't be set with only 2 HOTENDS."
  1002. #elif TEMP_SENSOR_3 != 0
  1003. #error "TEMP_SENSOR_3 shouldn't be set with only 2 HOTENDS."
  1004. #elif TEMP_SENSOR_4 != 0
  1005. #error "TEMP_SENSOR_4 shouldn't be set with only 2 HOTENDS."
  1006. #endif
  1007. #elif TEMP_SENSOR_1 != 0 && DISABLED(TEMP_SENSOR_1_AS_REDUNDANT)
  1008. #error "TEMP_SENSOR_1 shouldn't be set with only 1 HOTEND."
  1009. #elif TEMP_SENSOR_2 != 0
  1010. #error "TEMP_SENSOR_2 shouldn't be set with only 1 HOTEND."
  1011. #elif TEMP_SENSOR_3 != 0
  1012. #error "TEMP_SENSOR_3 shouldn't be set with only 1 HOTEND."
  1013. #elif TEMP_SENSOR_4 != 0
  1014. #error "TEMP_SENSOR_4 shouldn't be set with only 1 HOTEND."
  1015. #endif
  1016. #if ENABLED(TEMP_SENSOR_1_AS_REDUNDANT) && TEMP_SENSOR_1 == 0
  1017. #error "TEMP_SENSOR_1 is required with TEMP_SENSOR_1_AS_REDUNDANT."
  1018. #endif
  1019. /**
  1020. * Temperature status LEDs
  1021. */
  1022. #if ENABLED(TEMP_STAT_LEDS) && !PIN_EXISTS(STAT_LED_RED) && !PIN_EXISTS(STAT_LED_BLUE)
  1023. #error "TEMP_STAT_LEDS requires STAT_LED_RED_PIN or STAT_LED_BLUE_PIN, preferably both."
  1024. #endif
  1025. /**
  1026. * Basic 2-nozzle duplication mode
  1027. */
  1028. #if ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
  1029. #if HOTENDS != 2
  1030. #error "DUAL_NOZZLE_DUPLICATION_MODE requires exactly 2 hotends."
  1031. #elif ENABLED(DUAL_X_CARRIAGE)
  1032. #error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with DUAL_X_CARRIAGE."
  1033. #elif ENABLED(SINGLENOZZLE)
  1034. #error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with SINGLENOZZLE."
  1035. #elif ENABLED(MIXING_EXTRUDER)
  1036. #error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with MIXING_EXTRUDER."
  1037. #elif ENABLED(SWITCHING_EXTRUDER)
  1038. #error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with SWITCHING_EXTRUDER."
  1039. #endif
  1040. #endif
  1041. /**
  1042. * Test Extruder Stepper Pins
  1043. */
  1044. #if DISABLED(MK2_MULTIPLEXER) // MK2_MULTIPLEXER uses E0 stepper only
  1045. #if E_STEPPERS > 4
  1046. #if !PIN_EXISTS(E4_STEP) || !PIN_EXISTS(E4_DIR) || !PIN_EXISTS(E4_ENABLE)
  1047. #error "E4_STEP_PIN, E4_DIR_PIN, or E4_ENABLE_PIN not defined for this board."
  1048. #endif
  1049. #elif E_STEPPERS > 3
  1050. #if !PIN_EXISTS(E3_STEP) || !PIN_EXISTS(E3_DIR) || !PIN_EXISTS(E3_ENABLE)
  1051. #error "E3_STEP_PIN, E3_DIR_PIN, or E3_ENABLE_PIN not defined for this board."
  1052. #endif
  1053. #elif E_STEPPERS > 2
  1054. #if !PIN_EXISTS(E2_STEP) || !PIN_EXISTS(E2_DIR) || !PIN_EXISTS(E2_ENABLE)
  1055. #error "E2_STEP_PIN, E2_DIR_PIN, or E2_ENABLE_PIN not defined for this board."
  1056. #endif
  1057. #elif E_STEPPERS > 1
  1058. #if !PIN_EXISTS(E1_STEP) || !PIN_EXISTS(E1_DIR) || !PIN_EXISTS(E1_ENABLE)
  1059. #error "E1_STEP_PIN, E1_DIR_PIN, or E1_ENABLE_PIN not defined for this board."
  1060. #endif
  1061. #endif
  1062. #endif
  1063. /**
  1064. * Endstop Tests
  1065. */
  1066. #define _PLUG_UNUSED_TEST(AXIS,PLUG) (DISABLED(USE_##PLUG##MIN_PLUG) && DISABLED(USE_##PLUG##MAX_PLUG) && !(ENABLED(AXIS##_DUAL_ENDSTOPS) && WITHIN(AXIS##2_USE_ENDSTOP, _##PLUG##MAX_, _##PLUG##MIN_)))
  1067. #define _AXIS_PLUG_UNUSED_TEST(AXIS) (_PLUG_UNUSED_TEST(AXIS,X) && _PLUG_UNUSED_TEST(AXIS,Y) && _PLUG_UNUSED_TEST(AXIS,Z))
  1068. // At least 3 endstop plugs must be used
  1069. #if _AXIS_PLUG_UNUSED_TEST(X)
  1070. #error "You must enable USE_XMIN_PLUG or USE_XMAX_PLUG."
  1071. #endif
  1072. #if _AXIS_PLUG_UNUSED_TEST(Y)
  1073. #error "You must enable USE_YMIN_PLUG or USE_YMAX_PLUG."
  1074. #endif
  1075. #if _AXIS_PLUG_UNUSED_TEST(Z)
  1076. #error "You must enable USE_ZMIN_PLUG or USE_ZMAX_PLUG."
  1077. #endif
  1078. // Delta and Cartesian use 3 homing endstops
  1079. #if !IS_SCARA
  1080. #if X_HOME_DIR < 0 && DISABLED(USE_XMIN_PLUG)
  1081. #error "Enable USE_XMIN_PLUG when homing X to MIN."
  1082. #elif X_HOME_DIR > 0 && DISABLED(USE_XMAX_PLUG)
  1083. #error "Enable USE_XMAX_PLUG when homing X to MAX."
  1084. #elif Y_HOME_DIR < 0 && DISABLED(USE_YMIN_PLUG)
  1085. #error "Enable USE_YMIN_PLUG when homing Y to MIN."
  1086. #elif Y_HOME_DIR > 0 && DISABLED(USE_YMAX_PLUG)
  1087. #error "Enable USE_YMAX_PLUG when homing Y to MAX."
  1088. #endif
  1089. #endif
  1090. #if Z_HOME_DIR < 0 && DISABLED(USE_ZMIN_PLUG)
  1091. #error "Enable USE_ZMIN_PLUG when homing Z to MIN."
  1092. #elif Z_HOME_DIR > 0 && DISABLED(USE_ZMAX_PLUG)
  1093. #error "Enable USE_ZMAX_PLUG when homing Z to MAX."
  1094. #endif
  1095. // Dual endstops requirements
  1096. #if ENABLED(X_DUAL_ENDSTOPS)
  1097. #if !X2_USE_ENDSTOP
  1098. #error "You must set X2_USE_ENDSTOP with X_DUAL_ENDSTOPS."
  1099. #elif X2_USE_ENDSTOP == _X_MIN_ && DISABLED(USE_XMIN_PLUG)
  1100. #error "USE_XMIN_PLUG is required when X2_USE_ENDSTOP is _X_MIN_."
  1101. #elif X2_USE_ENDSTOP == _X_MAX_ && DISABLED(USE_XMAX_PLUG)
  1102. #error "USE_XMAX_PLUG is required when X2_USE_ENDSTOP is _X_MAX_."
  1103. #elif X2_USE_ENDSTOP == _Y_MIN_ && DISABLED(USE_YMIN_PLUG)
  1104. #error "USE_YMIN_PLUG is required when X2_USE_ENDSTOP is _Y_MIN_."
  1105. #elif X2_USE_ENDSTOP == _Y_MAX_ && DISABLED(USE_YMAX_PLUG)
  1106. #error "USE_YMAX_PLUG is required when X2_USE_ENDSTOP is _Y_MAX_."
  1107. #elif X2_USE_ENDSTOP == _Z_MIN_ && DISABLED(USE_ZMIN_PLUG)
  1108. #error "USE_ZMIN_PLUG is required when X2_USE_ENDSTOP is _Z_MIN_."
  1109. #elif X2_USE_ENDSTOP == _Z_MAX_ && DISABLED(USE_ZMAX_PLUG)
  1110. #error "USE_ZMAX_PLUG is required when X2_USE_ENDSTOP is _Z_MAX_."
  1111. #elif !HAS_X2_MIN && !HAS_X2_MAX
  1112. #error "X2_USE_ENDSTOP has been assigned to a nonexistent endstop!"
  1113. #elif ENABLED(DELTA)
  1114. #error "X_DUAL_ENDSTOPS is not compatible with DELTA."
  1115. #endif
  1116. #endif
  1117. #if ENABLED(Y_DUAL_ENDSTOPS)
  1118. #if !Y2_USE_ENDSTOP
  1119. #error "You must set Y2_USE_ENDSTOP with Y_DUAL_ENDSTOPS."
  1120. #elif Y2_USE_ENDSTOP == _X_MIN_ && DISABLED(USE_XMIN_PLUG)
  1121. #error "USE_XMIN_PLUG is required when Y2_USE_ENDSTOP is _X_MIN_."
  1122. #elif Y2_USE_ENDSTOP == _X_MAX_ && DISABLED(USE_XMAX_PLUG)
  1123. #error "USE_XMAX_PLUG is required when Y2_USE_ENDSTOP is _X_MAX_."
  1124. #elif Y2_USE_ENDSTOP == _Y_MIN_ && DISABLED(USE_YMIN_PLUG)
  1125. #error "USE_YMIN_PLUG is required when Y2_USE_ENDSTOP is _Y_MIN_."
  1126. #elif Y2_USE_ENDSTOP == _Y_MAX_ && DISABLED(USE_YMAX_PLUG)
  1127. #error "USE_YMAX_PLUG is required when Y2_USE_ENDSTOP is _Y_MAX_."
  1128. #elif Y2_USE_ENDSTOP == _Z_MIN_ && DISABLED(USE_ZMIN_PLUG)
  1129. #error "USE_ZMIN_PLUG is required when Y2_USE_ENDSTOP is _Z_MIN_."
  1130. #elif Y2_USE_ENDSTOP == _Z_MAX_ && DISABLED(USE_ZMAX_PLUG)
  1131. #error "USE_ZMAX_PLUG is required when Y2_USE_ENDSTOP is _Z_MAX_."
  1132. #elif !HAS_Y2_MIN && !HAS_Y2_MAX
  1133. #error "Y2_USE_ENDSTOP has been assigned to a nonexistent endstop!"
  1134. #elif ENABLED(DELTA)
  1135. #error "Y_DUAL_ENDSTOPS is not compatible with DELTA."
  1136. #endif
  1137. #endif
  1138. #if ENABLED(Z_DUAL_ENDSTOPS)
  1139. #if !Z2_USE_ENDSTOP
  1140. #error "You must set Z2_USE_ENDSTOP with Z_DUAL_ENDSTOPS."
  1141. #elif Z2_USE_ENDSTOP == _X_MIN_ && DISABLED(USE_XMIN_PLUG)
  1142. #error "USE_XMIN_PLUG is required when Z2_USE_ENDSTOP is _X_MIN_."
  1143. #elif Z2_USE_ENDSTOP == _X_MAX_ && DISABLED(USE_XMAX_PLUG)
  1144. #error "USE_XMAX_PLUG is required when Z2_USE_ENDSTOP is _X_MAX_."
  1145. #elif Z2_USE_ENDSTOP == _Y_MIN_ && DISABLED(USE_YMIN_PLUG)
  1146. #error "USE_YMIN_PLUG is required when Z2_USE_ENDSTOP is _Y_MIN_."
  1147. #elif Z2_USE_ENDSTOP == _Y_MAX_ && DISABLED(USE_YMAX_PLUG)
  1148. #error "USE_YMAX_PLUG is required when Z2_USE_ENDSTOP is _Y_MAX_."
  1149. #elif Z2_USE_ENDSTOP == _Z_MIN_ && DISABLED(USE_ZMIN_PLUG)
  1150. #error "USE_ZMIN_PLUG is required when Z2_USE_ENDSTOP is _Z_MIN_."
  1151. #elif Z2_USE_ENDSTOP == _Z_MAX_ && DISABLED(USE_ZMAX_PLUG)
  1152. #error "USE_ZMAX_PLUG is required when Z2_USE_ENDSTOP is _Z_MAX_."
  1153. #elif !HAS_Z2_MIN && !HAS_Z2_MAX
  1154. #error "Z2_USE_ENDSTOP has been assigned to a nonexistent endstop!"
  1155. #elif ENABLED(DELTA)
  1156. #error "Z_DUAL_ENDSTOPS is not compatible with DELTA."
  1157. #endif
  1158. #endif
  1159. /**
  1160. * emergency-command parser
  1161. */
  1162. #if ENABLED(EMERGENCY_PARSER) && defined(__AVR__) && defined(USBCON)
  1163. #error "EMERGENCY_PARSER does not work on boards with AT90USB processors (USBCON)."
  1164. #endif
  1165. /**
  1166. * I2C bus
  1167. */
  1168. #if ENABLED(EXPERIMENTAL_I2CBUS) && I2C_SLAVE_ADDRESS > 0
  1169. #if I2C_SLAVE_ADDRESS < 8
  1170. #error "I2C_SLAVE_ADDRESS can't be less than 8. (Addresses 0 - 7 are reserved.)"
  1171. #elif I2C_SLAVE_ADDRESS > 127
  1172. #error "I2C_SLAVE_ADDRESS can't be over 127. (Only 7 bits allowed.)"
  1173. #endif
  1174. #endif
  1175. /**
  1176. * G38 Probe Target
  1177. */
  1178. #if ENABLED(G38_PROBE_TARGET)
  1179. #if !HAS_BED_PROBE
  1180. #error "G38_PROBE_TARGET requires a bed probe."
  1181. #elif !IS_CARTESIAN
  1182. #error "G38_PROBE_TARGET requires a Cartesian machine."
  1183. #endif
  1184. #endif
  1185. /**
  1186. * RGB_LED Requirements
  1187. */
  1188. #define _RGB_TEST (PIN_EXISTS(RGB_LED_R) && PIN_EXISTS(RGB_LED_G) && PIN_EXISTS(RGB_LED_B))
  1189. #if ENABLED(RGB_LED)
  1190. #if !_RGB_TEST
  1191. #error "RGB_LED requires RGB_LED_R_PIN, RGB_LED_G_PIN, and RGB_LED_B_PIN."
  1192. #elif ENABLED(RGBW_LED)
  1193. #error "Please enable only one of RGB_LED and RGBW_LED."
  1194. #endif
  1195. #elif ENABLED(RGBW_LED)
  1196. #if !(_RGB_TEST && PIN_EXISTS(RGB_LED_W))
  1197. #error "RGBW_LED requires RGB_LED_R_PIN, RGB_LED_G_PIN, RGB_LED_B_PIN, and RGB_LED_W_PIN."
  1198. #endif
  1199. #elif ENABLED(NEOPIXEL_LED)
  1200. #if !(PIN_EXISTS(NEOPIXEL) && NEOPIXEL_PIXELS > 0)
  1201. #error "NEOPIXEL_LED requires NEOPIXEL_PIN and NEOPIXEL_PIXELS."
  1202. #endif
  1203. #elif ENABLED(PRINTER_EVENT_LEDS) && DISABLED(BLINKM) && DISABLED(PCA9632) && DISABLED(NEOPIXEL_LED)
  1204. #error "PRINTER_EVENT_LEDS requires BLINKM, PCA9632, RGB_LED, RGBW_LED or NEOPIXEL_LED."
  1205. #endif
  1206. /**
  1207. * Auto Fan check for PWM pins
  1208. */
  1209. #if HAS_AUTO_FAN && EXTRUDER_AUTO_FAN_SPEED != 255
  1210. #define AF_ERR_SUFF "_AUTO_FAN_PIN is not a PWM pin. Set EXTRUDER_AUTO_FAN_SPEED to 255."
  1211. #if HAS_AUTO_FAN_0
  1212. static_assert(GET_TIMER(E0_AUTO_FAN_PIN), "E0" AF_ERR_SUFF);
  1213. #elif HAS_AUTO_FAN_1
  1214. static_assert(GET_TIMER(E1_AUTO_FAN_PIN), "E1" AF_ERR_SUFF);
  1215. #elif HAS_AUTO_FAN_2
  1216. static_assert(GET_TIMER(E2_AUTO_FAN_PIN), "E2" AF_ERR_SUFF);
  1217. #elif HAS_AUTO_FAN_3
  1218. static_assert(GET_TIMER(E3_AUTO_FAN_PIN), "E3" AF_ERR_SUFF);
  1219. #endif
  1220. #endif
  1221. /**
  1222. * Make sure only one display is enabled
  1223. *
  1224. * Note: BQ_LCD_SMART_CONTROLLER => REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
  1225. * REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER => REPRAP_DISCOUNT_SMART_CONTROLLER
  1226. * SAV_3DGLCD => U8GLIB_SH1106 => ULTIMAKERCONTROLLER
  1227. * MKS_12864OLED => U8GLIB_SH1106 => ULTIMAKERCONTROLLER
  1228. * MKS_12864OLED_SSD1306 => U8GLIB_SSD1306 => ULTIMAKERCONTROLLER
  1229. * miniVIKI => ULTIMAKERCONTROLLER
  1230. * VIKI2 => ULTIMAKERCONTROLLER
  1231. * ELB_FULL_GRAPHIC_CONTROLLER => ULTIMAKERCONTROLLER
  1232. * AZSMZ_12864 => ULTIMAKERCONTROLLER
  1233. * PANEL_ONE => ULTIMAKERCONTROLLER
  1234. */
  1235. #if 1 < 0 \
  1236. + ( ENABLED(ULTIMAKERCONTROLLER) \
  1237. && DISABLED(SAV_3DGLCD) \
  1238. && DISABLED(miniVIKI) \
  1239. && DISABLED(VIKI2) \
  1240. && DISABLED(ELB_FULL_GRAPHIC_CONTROLLER) \
  1241. && DISABLED(AZSMZ_12864) \
  1242. && DISABLED(PANEL_ONE) \
  1243. && DISABLED(MKS_12864OLED) \
  1244. && DISABLED(MKS_12864OLED_SSD1306) ) \
  1245. + ( ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) \
  1246. && DISABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) \
  1247. && DISABLED(LCD_FOR_MELZI) \
  1248. && DISABLED(MAKEBOARD_MINI_2_LINE_DISPLAY_1602) \
  1249. && DISABLED(MKS_12864OLED) \
  1250. && DISABLED(MKS_12864OLED_SSD1306) ) \
  1251. + (ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) && DISABLED(BQ_LCD_SMART_CONTROLLER)) \
  1252. + ENABLED(LCD_FOR_MELZI) \
  1253. + ENABLED(MKS_12864OLED) \
  1254. + ENABLED(MKS_12864OLED_SSD1306) \
  1255. + ENABLED(MAKEBOARD_MINI_2_LINE_DISPLAY_1602) \
  1256. + ENABLED(CARTESIO_UI) \
  1257. + ENABLED(PANEL_ONE) \
  1258. + ENABLED(MAKRPANEL) \
  1259. + ENABLED(REPRAPWORLD_GRAPHICAL_LCD) \
  1260. + ENABLED(VIKI2) \
  1261. + ENABLED(miniVIKI) \
  1262. + ENABLED(ELB_FULL_GRAPHIC_CONTROLLER) \
  1263. + ENABLED(AZSMZ_12864) \
  1264. + ENABLED(G3D_PANEL) \
  1265. + (ENABLED(MINIPANEL) && DISABLED(MKS_MINI_12864)) \
  1266. + ENABLED(MKS_MINI_12864) \
  1267. + (ENABLED(REPRAPWORLD_KEYPAD) && DISABLED(CARTESIO_UI) && DISABLED(ZONESTAR_LCD)) \
  1268. + ENABLED(RIGIDBOT_PANEL) \
  1269. + ENABLED(RA_CONTROL_PANEL) \
  1270. + ENABLED(LCD_SAINSMART_I2C_1602) \
  1271. + ENABLED(LCD_SAINSMART_I2C_2004) \
  1272. + ENABLED(LCM1602) \
  1273. + ENABLED(LCD_I2C_PANELOLU2) \
  1274. + ENABLED(LCD_I2C_VIKI) \
  1275. + (ENABLED(U8GLIB_SSD1306) && DISABLED(OLED_PANEL_TINYBOY2) && DISABLED(MKS_12864OLED_SSD1306)) \
  1276. + ENABLED(SAV_3DLCD) \
  1277. + ENABLED(BQ_LCD_SMART_CONTROLLER) \
  1278. + ENABLED(SAV_3DGLCD) \
  1279. + ENABLED(OLED_PANEL_TINYBOY2) \
  1280. + ENABLED(ZONESTAR_LCD) \
  1281. + ENABLED(ULTI_CONTROLLER)
  1282. #error "Please select no more than one LCD controller option."
  1283. #endif
  1284. /**
  1285. * Make sure HAVE_TMC26X is warranted
  1286. */
  1287. #if ENABLED(HAVE_TMC26X) && !( \
  1288. ENABLED( X_IS_TMC26X ) \
  1289. || ENABLED( X2_IS_TMC26X ) \
  1290. || ENABLED( Y_IS_TMC26X ) \
  1291. || ENABLED( Y2_IS_TMC26X ) \
  1292. || ENABLED( Z_IS_TMC26X ) \
  1293. || ENABLED( Z2_IS_TMC26X ) \
  1294. || ENABLED( E0_IS_TMC26X ) \
  1295. || ENABLED( E1_IS_TMC26X ) \
  1296. || ENABLED( E2_IS_TMC26X ) \
  1297. || ENABLED( E3_IS_TMC26X ) \
  1298. || ENABLED( E4_IS_TMC26X ) \
  1299. )
  1300. #error "HAVE_TMC26X requires at least one TMC26X stepper to be set."
  1301. #endif
  1302. /**
  1303. * Make sure HAVE_TMC2130 is warranted
  1304. */
  1305. #if ENABLED(HAVE_TMC2130)
  1306. #if !( ENABLED( X_IS_TMC2130 ) \
  1307. || ENABLED( X2_IS_TMC2130 ) \
  1308. || ENABLED( Y_IS_TMC2130 ) \
  1309. || ENABLED( Y2_IS_TMC2130 ) \
  1310. || ENABLED( Z_IS_TMC2130 ) \
  1311. || ENABLED( Z2_IS_TMC2130 ) \
  1312. || ENABLED( E0_IS_TMC2130 ) \
  1313. || ENABLED( E1_IS_TMC2130 ) \
  1314. || ENABLED( E2_IS_TMC2130 ) \
  1315. || ENABLED( E3_IS_TMC2130 ) \
  1316. || ENABLED( E4_IS_TMC2130 ) )
  1317. #error "HAVE_TMC2130 requires at least one TMC2130 stepper to be set."
  1318. #elif ENABLED(HYBRID_THRESHOLD) && DISABLED(STEALTHCHOP)
  1319. #error "Enable STEALTHCHOP to use HYBRID_THRESHOLD."
  1320. #endif
  1321. #if ENABLED(X_IS_TMC2130) && !PIN_EXISTS(X_CS)
  1322. #error "X_CS_PIN is required for X_IS_TMC2130. Define X_CS_PIN in Configuration_adv.h."
  1323. #elif ENABLED(X2_IS_TMC2130) && !PIN_EXISTS(X2_CS)
  1324. #error "X2_CS_PIN is required for X2_IS_TMC2130. Define X2_CS_PIN in Configuration_adv.h."
  1325. #elif ENABLED(Y_IS_TMC2130) && !PIN_EXISTS(Y_CS)
  1326. #error "Y_CS_PIN is required for Y_IS_TMC2130. Define Y_CS_PIN in Configuration_adv.h."
  1327. #elif ENABLED(Y2_IS_TMC2130) && !PIN_EXISTS(Y2_CS)
  1328. #error "Y2_CS_PIN is required for Y2_IS_TMC2130. Define Y2_CS_PIN in Configuration_adv.h."
  1329. #elif ENABLED(Z_IS_TMC2130) && !PIN_EXISTS(Z_CS)
  1330. #error "Z_CS_PIN is required for Z_IS_TMC2130. Define Z_CS_PIN in Configuration_adv.h."
  1331. #elif ENABLED(Z2_IS_TMC2130) && !PIN_EXISTS(Z2_CS)
  1332. #error "Z2_CS_PIN is required for Z2_IS_TMC2130. Define Z2_CS_PIN in Configuration_adv.h."
  1333. #elif ENABLED(E0_IS_TMC2130) && !PIN_EXISTS(E0_CS)
  1334. #error "E0_CS_PIN is required for E0_IS_TMC2130. Define E0_CS_PIN in Configuration_adv.h."
  1335. #elif ENABLED(E1_IS_TMC2130) && !PIN_EXISTS(E1_CS)
  1336. #error "E1_CS_PIN is required for E1_IS_TMC2130. Define E1_CS_PIN in Configuration_adv.h."
  1337. #elif ENABLED(E2_IS_TMC2130) && !PIN_EXISTS(E2_CS)
  1338. #error "E2_CS_PIN is required for E2_IS_TMC2130. Define E2_CS_PIN in Configuration_adv.h."
  1339. #elif ENABLED(E3_IS_TMC2130) && !PIN_EXISTS(E3_CS)
  1340. #error "E3_CS_PIN is required for E3_IS_TMC2130. Define E3_CS_PIN in Configuration_adv.h."
  1341. #elif ENABLED(E4_IS_TMC2130) && !PIN_EXISTS(E4_CS)
  1342. #error "E4_CS_PIN is required for E4_IS_TMC2130. Define E4_CS_PIN in Configuration_adv.h."
  1343. #endif
  1344. // Require STEALTHCHOP for SENSORLESS_HOMING on DELTA as the transition from spreadCycle to stealthChop
  1345. // is necessary in order to reset the stallGuard indication between the initial movement of all three
  1346. // towers to +Z and the individual homing of each tower. This restriction can be removed once a means of
  1347. // clearing the stallGuard activated status is found.
  1348. #if ENABLED(SENSORLESS_HOMING) && ENABLED(DELTA) && !ENABLED(STEALTHCHOP)
  1349. #error "SENSORLESS_HOMING on DELTA currently requires STEALTHCHOP."
  1350. #endif
  1351. // Sensorless homing is required for both combined steppers in an H-bot
  1352. #if CORE_IS_XY && X_SENSORLESS != Y_SENSORLESS
  1353. #error "CoreXY requires both X and Y to use sensorless homing if either does."
  1354. #elif CORE_IS_XZ && X_SENSORLESS != Z_SENSORLESS
  1355. #error "CoreXZ requires both X and Z to use sensorless homing if either does."
  1356. #elif CORE_IS_YZ && Y_SENSORLESS != Z_SENSORLESS
  1357. #error "CoreYZ requires both Y and Z to use sensorless homing if either does."
  1358. #endif
  1359. #elif ENABLED(SENSORLESS_HOMING)
  1360. #error "SENSORLESS_HOMING requires TMC2130 stepper drivers."
  1361. #endif
  1362. /**
  1363. * Make sure HAVE_TMC2208 is warranted
  1364. */
  1365. #if ENABLED(HAVE_TMC2208) && !( \
  1366. ENABLED( X_IS_TMC2208 ) \
  1367. || ENABLED( X2_IS_TMC2208 ) \
  1368. || ENABLED( Y_IS_TMC2208 ) \
  1369. || ENABLED( Y2_IS_TMC2208 ) \
  1370. || ENABLED( Z_IS_TMC2208 ) \
  1371. || ENABLED( Z2_IS_TMC2208 ) \
  1372. || ENABLED( E0_IS_TMC2208 ) \
  1373. || ENABLED( E1_IS_TMC2208 ) \
  1374. || ENABLED( E2_IS_TMC2208 ) \
  1375. || ENABLED( E3_IS_TMC2208 ) )
  1376. #error "HAVE_TMC2208 requires at least one TMC2208 stepper to be set."
  1377. #endif
  1378. /**
  1379. * TMC2208 software UART and ENDSTOP_INTERRUPTS both use pin change interrupts (PCI)
  1380. */
  1381. #if ENABLED(HAVE_TMC2208) && ENABLED(ENDSTOP_INTERRUPTS_FEATURE) && !( \
  1382. defined(X_HARDWARE_SERIAL ) \
  1383. || defined(X2_HARDWARE_SERIAL) \
  1384. || defined(Y_HARDWARE_SERIAL ) \
  1385. || defined(Y2_HARDWARE_SERIAL) \
  1386. || defined(Z_HARDWARE_SERIAL ) \
  1387. || defined(Z2_HARDWARE_SERIAL) \
  1388. || defined(E0_HARDWARE_SERIAL) \
  1389. || defined(E1_HARDWARE_SERIAL) \
  1390. || defined(E2_HARDWARE_SERIAL) \
  1391. || defined(E3_HARDWARE_SERIAL) \
  1392. || defined(E4_HARDWARE_SERIAL) )
  1393. #error "select hardware UART for TMC2208 to use both TMC2208 and ENDSTOP_INTERRUPTS_FEATURE."
  1394. #endif
  1395. #if ENABLED(HYBRID_THRESHOLD) && DISABLED(STEALTHCHOP)
  1396. #error "Enable STEALTHCHOP to use HYBRID_THRESHOLD."
  1397. #endif
  1398. #if ENABLED(TMC_Z_CALIBRATION) && !Z_IS_TRINAMIC && !Z2_IS_TRINAMIC
  1399. #error "TMC_Z_CALIBRATION requires at least one TMC driver on Z axis"
  1400. #endif
  1401. /**
  1402. * Make sure HAVE_L6470DRIVER is warranted
  1403. */
  1404. #if ENABLED(HAVE_L6470DRIVER) && !( \
  1405. ENABLED( X_IS_L6470 ) \
  1406. || ENABLED( X2_IS_L6470 ) \
  1407. || ENABLED( Y_IS_L6470 ) \
  1408. || ENABLED( Y2_IS_L6470 ) \
  1409. || ENABLED( Z_IS_L6470 ) \
  1410. || ENABLED( Z2_IS_L6470 ) \
  1411. || ENABLED( E0_IS_L6470 ) \
  1412. || ENABLED( E1_IS_L6470 ) \
  1413. || ENABLED( E2_IS_L6470 ) \
  1414. || ENABLED( E3_IS_L6470 ) \
  1415. || ENABLED( E4_IS_L6470 ) \
  1416. )
  1417. #error "HAVE_L6470DRIVER requires at least one L6470 stepper to be set."
  1418. #endif
  1419. /**
  1420. * Check that each axis has only one driver selected
  1421. */
  1422. #if 1 < 0 \
  1423. + ENABLED(X_IS_TMC26X) \
  1424. + ENABLED(X_IS_TMC2130) \
  1425. + ENABLED(X_IS_TMC2208) \
  1426. + ENABLED(X_IS_L6470)
  1427. #error "Please enable only one stepper driver for the X axis."
  1428. #endif
  1429. #if 1 < 0 \
  1430. + ENABLED(X2_IS_TMC26X) \
  1431. + ENABLED(X2_IS_TMC2130) \
  1432. + ENABLED(X2_IS_TMC2208) \
  1433. + ENABLED(X2_IS_L6470)
  1434. #error "Please enable only one stepper driver for the X2 axis."
  1435. #endif
  1436. #if 1 < 0 \
  1437. + ENABLED(Y_IS_TMC26X) \
  1438. + ENABLED(Y_IS_TMC2130) \
  1439. + ENABLED(Y_IS_TMC2208) \
  1440. + ENABLED(Y_IS_L6470)
  1441. #error "Please enable only one stepper driver for the Y axis."
  1442. #endif
  1443. #if 1 < 0 \
  1444. + ENABLED(Y2_IS_TMC26X) \
  1445. + ENABLED(Y2_IS_TMC2130) \
  1446. + ENABLED(Y2_IS_TMC2208) \
  1447. + ENABLED(Y2_IS_L6470)
  1448. #error "Please enable only one stepper driver for the Y2 axis."
  1449. #endif
  1450. #if 1 < 0 \
  1451. + ENABLED(Z_IS_TMC26X) \
  1452. + ENABLED(Z_IS_TMC2130) \
  1453. + ENABLED(Z_IS_TMC2208) \
  1454. + ENABLED(Z_IS_L6470)
  1455. #error "Please enable only one stepper driver for the Z axis."
  1456. #endif
  1457. #if 1 < 0 \
  1458. + ENABLED(Z2_IS_TMC26X) \
  1459. + ENABLED(Z2_IS_TMC2130) \
  1460. + ENABLED(Z2_IS_TMC2208) \
  1461. + ENABLED(Z2_IS_L6470)
  1462. #error "Please enable only one stepper driver for the Z2 axis."
  1463. #endif
  1464. #if 1 < 0 \
  1465. + ENABLED(E0_IS_TMC26X) \
  1466. + ENABLED(E0_IS_TMC2130) \
  1467. + ENABLED(E0_IS_TMC2208) \
  1468. + ENABLED(E0_IS_L6470)
  1469. #error "Please enable only one stepper driver for the E0 axis."
  1470. #endif
  1471. #if 1 < 0 \
  1472. + ENABLED(E1_IS_TMC26X) \
  1473. + ENABLED(E1_IS_TMC2130) \
  1474. + ENABLED(E1_IS_TMC2208) \
  1475. + ENABLED(E1_IS_L6470)
  1476. #error "Please enable only one stepper driver for the E1 axis."
  1477. #endif
  1478. #if 1 < 0 \
  1479. + ENABLED(E2_IS_TMC26X) \
  1480. + ENABLED(E2_IS_TMC2130) \
  1481. + ENABLED(E2_IS_TMC2208) \
  1482. + ENABLED(E2_IS_L6470)
  1483. #error "Please enable only one stepper driver for the E2 axis."
  1484. #endif
  1485. #if 1 < 0 \
  1486. + ENABLED(E3_IS_TMC26X) \
  1487. + ENABLED(E3_IS_TMC2130) \
  1488. + ENABLED(E3_IS_TMC2208) \
  1489. + ENABLED(E3_IS_L6470)
  1490. #error "Please enable only one stepper driver for the E3 axis."
  1491. #endif
  1492. #if 1 < 0 \
  1493. + ENABLED(E4_IS_TMC26X) \
  1494. + ENABLED(E4_IS_TMC2130) \
  1495. + ENABLED(E4_IS_TMC2208) \
  1496. + ENABLED(E4_IS_L6470)
  1497. #error "Please enable only one stepper driver for the E4 axis."
  1498. #endif
  1499. /**
  1500. * Digipot requirement
  1501. */
  1502. #if ENABLED(DIGIPOT_MCP4018)
  1503. #if !defined(DIGIPOTS_I2C_SDA_X) || !defined(DIGIPOTS_I2C_SDA_Y) || !defined(DIGIPOTS_I2C_SDA_Z) \
  1504. || !defined(DIGIPOTS_I2C_SDA_E0) || !defined(DIGIPOTS_I2C_SDA_E1)
  1505. #error "DIGIPOT_MCP4018 requires DIGIPOTS_I2C_SDA_* pins to be defined."
  1506. #endif
  1507. #endif
  1508. /**
  1509. * Require 4 or more elements in per-axis initializers
  1510. */
  1511. constexpr float sanity_arr_1[] = DEFAULT_AXIS_STEPS_PER_UNIT,
  1512. sanity_arr_2[] = DEFAULT_MAX_FEEDRATE,
  1513. sanity_arr_3[] = DEFAULT_MAX_ACCELERATION;
  1514. static_assert(COUNT(sanity_arr_1) >= XYZE, "DEFAULT_AXIS_STEPS_PER_UNIT requires 4 (or more) elements.");
  1515. static_assert(COUNT(sanity_arr_2) >= XYZE, "DEFAULT_MAX_FEEDRATE requires 4 (or more) elements.");
  1516. static_assert(COUNT(sanity_arr_3) >= XYZE, "DEFAULT_MAX_ACCELERATION requires 4 (or more) elements.");
  1517. static_assert(COUNT(sanity_arr_1) <= XYZE_N, "DEFAULT_AXIS_STEPS_PER_UNIT has too many elements.");
  1518. static_assert(COUNT(sanity_arr_2) <= XYZE_N, "DEFAULT_MAX_FEEDRATE has too many elements.");
  1519. static_assert(COUNT(sanity_arr_3) <= XYZE_N, "DEFAULT_MAX_ACCELERATION has too many elements.");
  1520. #if ENABLED(CNC_COORDINATE_SYSTEMS) && ENABLED(NO_WORKSPACE_OFFSETS)
  1521. #error "CNC_COORDINATE_SYSTEMS is incompatible with NO_WORKSPACE_OFFSETS."
  1522. #endif
  1523. #if !BLOCK_BUFFER_SIZE || !IS_POWER_OF_2(BLOCK_BUFFER_SIZE)
  1524. #error "BLOCK_BUFFER_SIZE must be a power of 2."
  1525. #endif
  1526. #if ENABLED(LED_CONTROL_MENU) && DISABLED(ULTIPANEL)
  1527. #error "LED_CONTROL_MENU requires an LCD controller."
  1528. #endif
  1529. #if ENABLED(CASE_LIGHT_USE_NEOPIXEL) && DISABLED(NEOPIXEL_LED)
  1530. #error "CASE_LIGHT_USE_NEOPIXEL requires NEOPIXEL_LED."
  1531. #endif
  1532. #if ENABLED(SKEW_CORRECTION)
  1533. #if !defined(XY_SKEW_FACTOR) && !(defined(XY_DIAG_AC) && defined(XY_DIAG_BD) && defined(XY_SIDE_AD))
  1534. #error "SKEW_CORRECTION requires XY_SKEW_FACTOR or XY_DIAG_AC, XY_DIAG_BD, XY_SIDE_AD."
  1535. #endif
  1536. #if ENABLED(SKEW_CORRECTION_FOR_Z)
  1537. #if !defined(XZ_SKEW_FACTOR) && !(defined(XZ_DIAG_AC) && defined(XZ_DIAG_BD) && defined(XZ_SIDE_AD))
  1538. #error "SKEW_CORRECTION requires XZ_SKEW_FACTOR or XZ_DIAG_AC, XZ_DIAG_BD, XZ_SIDE_AD."
  1539. #endif
  1540. #if !defined(YZ_SKEW_FACTOR) && !(defined(YZ_DIAG_AC) && defined(YZ_DIAG_BD) && defined(YZ_SIDE_AD))
  1541. #error "SKEW_CORRECTION requires YZ_SKEW_FACTOR or YZ_DIAG_AC, YZ_DIAG_BD, YZ_SIDE_AD."
  1542. #endif
  1543. #endif
  1544. #endif
  1545. #endif // _SANITYCHECK_H_