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 77KB

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