SanityCheck.h 76 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705
  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. #if MB(MKS_13)
  308. #error "BOARD_MKS_13 has been renamed BOARD_MKS_GEN_13. Please update your configuration."
  309. #elif MB(BOARD_TRIGORILLA)
  310. #error "BOARD_TRIGORILLA has been renamed BOARD_TRIGORILLA_13. Please update your configuration."
  311. #endif
  312. /**
  313. * Marlin release, version and default string
  314. */
  315. #ifndef SHORT_BUILD_VERSION
  316. #error "SHORT_BUILD_VERSION must be specified."
  317. #elif !defined(DETAILED_BUILD_VERSION)
  318. #error "BUILD_VERSION must be specified."
  319. #elif !defined(STRING_DISTRIBUTION_DATE)
  320. #error "STRING_DISTRIBUTION_DATE must be specified."
  321. #elif !defined(PROTOCOL_VERSION)
  322. #error "PROTOCOL_VERSION must be specified."
  323. #elif !defined(MACHINE_NAME)
  324. #error "MACHINE_NAME must be specified."
  325. #elif !defined(SOURCE_CODE_URL)
  326. #error "SOURCE_CODE_URL must be specified."
  327. #elif !defined(DEFAULT_MACHINE_UUID)
  328. #error "DEFAULT_MACHINE_UUID must be specified."
  329. #elif !defined(WEBSITE_URL)
  330. #error "WEBSITE_URL must be specified."
  331. #endif
  332. /**
  333. * Serial
  334. */
  335. #if USE_MARLINSERIAL
  336. #if ENABLED(SERIAL_XON_XOFF) && RX_BUFFER_SIZE < 1024
  337. #error "SERIAL_XON_XOFF requires RX_BUFFER_SIZE >= 1024 for reliable transfers without drops."
  338. #elif RX_BUFFER_SIZE && (RX_BUFFER_SIZE < 2 || !IS_POWER_OF_2(RX_BUFFER_SIZE))
  339. #error "RX_BUFFER_SIZE must be a power of 2 greater than 1."
  340. #elif TX_BUFFER_SIZE && (TX_BUFFER_SIZE < 2 || TX_BUFFER_SIZE > 256 || !IS_POWER_OF_2(TX_BUFFER_SIZE))
  341. #error "TX_BUFFER_SIZE must be 0, a power of 2 greater than 1, and no greater than 256."
  342. #elif ENABLED(BLUETOOTH)
  343. #error "BLUETOOTH is only supported with AT90USB."
  344. #endif
  345. #elif ENABLED(SERIAL_XON_XOFF) || ENABLED(SERIAL_STATS_MAX_RX_QUEUED) || ENABLED(SERIAL_STATS_DROPPED_RX)
  346. #error "SERIAL_XON_XOFF and SERIAL_STATS_* features not supported on USB-native AVR devices."
  347. #endif
  348. #if SERIAL_PORT > 7
  349. #error "Set SERIAL_PORT to the port on your board. Usually this is 0."
  350. #endif
  351. /**
  352. * Dual Stepper Drivers
  353. */
  354. #if ENABLED(X_DUAL_STEPPER_DRIVERS) && ENABLED(DUAL_X_CARRIAGE)
  355. #error "DUAL_X_CARRIAGE is not compatible with X_DUAL_STEPPER_DRIVERS."
  356. #elif ENABLED(X_DUAL_STEPPER_DRIVERS) && (!HAS_X2_ENABLE || !HAS_X2_STEP || !HAS_X2_DIR)
  357. #error "X_DUAL_STEPPER_DRIVERS requires X2 pins (and an extra E plug)."
  358. #elif ENABLED(Y_DUAL_STEPPER_DRIVERS) && (!HAS_Y2_ENABLE || !HAS_Y2_STEP || !HAS_Y2_DIR)
  359. #error "Y_DUAL_STEPPER_DRIVERS requires Y2 pins (and an extra E plug)."
  360. #elif ENABLED(Z_DUAL_STEPPER_DRIVERS) && (!HAS_Z2_ENABLE || !HAS_Z2_STEP || !HAS_Z2_DIR)
  361. #error "Z_DUAL_STEPPER_DRIVERS requires Z2 pins (and an extra E plug)."
  362. #endif
  363. /**
  364. * Validate that the bed size fits
  365. */
  366. static_assert(X_MAX_LENGTH >= X_BED_SIZE && Y_MAX_LENGTH >= Y_BED_SIZE,
  367. "Movement bounds ([XY]_MIN_POS, [XY]_MAX_POS) are too narrow to contain [XY]_BED_SIZE.");
  368. /**
  369. * Granular software endstops (Marlin >= 1.1.7)
  370. */
  371. #if ENABLED(MIN_SOFTWARE_ENDSTOPS) && DISABLED(MIN_SOFTWARE_ENDSTOP_Z)
  372. #if IS_KINEMATIC
  373. #error "MIN_SOFTWARE_ENDSTOPS on DELTA/SCARA also requires MIN_SOFTWARE_ENDSTOP_Z."
  374. #elif DISABLED(MIN_SOFTWARE_ENDSTOP_X) && DISABLED(MIN_SOFTWARE_ENDSTOP_Y)
  375. #error "MIN_SOFTWARE_ENDSTOPS requires at least one of the MIN_SOFTWARE_ENDSTOP_[XYZ] options."
  376. #endif
  377. #endif
  378. #if ENABLED(MAX_SOFTWARE_ENDSTOPS) && DISABLED(MAX_SOFTWARE_ENDSTOP_Z)
  379. #if IS_KINEMATIC
  380. #error "MAX_SOFTWARE_ENDSTOPS on DELTA/SCARA also requires MAX_SOFTWARE_ENDSTOP_Z."
  381. #elif DISABLED(MAX_SOFTWARE_ENDSTOP_X) && DISABLED(MAX_SOFTWARE_ENDSTOP_Y)
  382. #error "MAX_SOFTWARE_ENDSTOPS requires at least one of the MAX_SOFTWARE_ENDSTOP_[XYZ] options."
  383. #endif
  384. #endif
  385. /**
  386. * Progress Bar
  387. */
  388. #if ENABLED(LCD_PROGRESS_BAR)
  389. #if DISABLED(SDSUPPORT) && DISABLED(LCD_SET_PROGRESS_MANUALLY)
  390. #error "LCD_PROGRESS_BAR requires SDSUPPORT or LCD_SET_PROGRESS_MANUALLY."
  391. #elif ENABLED(DOGLCD)
  392. #error "LCD_PROGRESS_BAR does not apply to graphical displays."
  393. #elif DISABLED(ULTIPANEL)
  394. #error "LCD_PROGRESS_BAR requires a character LCD."
  395. #elif ENABLED(FILAMENT_LCD_DISPLAY)
  396. #error "LCD_PROGRESS_BAR and FILAMENT_LCD_DISPLAY are not fully compatible. Comment out this line to use both."
  397. #endif
  398. #elif ENABLED(LCD_SET_PROGRESS_MANUALLY) && DISABLED(DOGLCD)
  399. #error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR or Graphical LCD."
  400. #endif
  401. /**
  402. * Custom Boot and Status screens
  403. */
  404. #if DISABLED(DOGLCD) && (ENABLED(SHOW_CUSTOM_BOOTSCREEN) || ENABLED(CUSTOM_STATUS_SCREEN_IMAGE))
  405. #error "Graphical LCD is required for SHOW_CUSTOM_BOOTSCREEN and CUSTOM_STATUS_SCREEN_IMAGE."
  406. #endif
  407. /**
  408. * SD File Sorting
  409. */
  410. #if ENABLED(SDCARD_SORT_ALPHA)
  411. #if SDSORT_LIMIT > 256
  412. #error "SDSORT_LIMIT must be 256 or smaller."
  413. #elif SDSORT_LIMIT < 10
  414. #error "SDSORT_LIMIT should be greater than 9 to be useful."
  415. #elif DISABLED(SDSORT_USES_RAM)
  416. #if ENABLED(SDSORT_DYNAMIC_RAM)
  417. #error "SDSORT_DYNAMIC_RAM requires SDSORT_USES_RAM (which reads the directory into RAM)."
  418. #elif ENABLED(SDSORT_CACHE_NAMES)
  419. #error "SDSORT_CACHE_NAMES requires SDSORT_USES_RAM (which reads the directory into RAM)."
  420. #endif
  421. #endif
  422. #if ENABLED(SDSORT_CACHE_NAMES) && DISABLED(SDSORT_DYNAMIC_RAM)
  423. #if SDSORT_CACHE_VFATS < 2
  424. #error "SDSORT_CACHE_VFATS must be 2 or greater!"
  425. #elif SDSORT_CACHE_VFATS > MAX_VFAT_ENTRIES
  426. #undef SDSORT_CACHE_VFATS
  427. #define SDSORT_CACHE_VFATS MAX_VFAT_ENTRIES
  428. #warning "SDSORT_CACHE_VFATS was reduced to MAX_VFAT_ENTRIES!"
  429. #endif
  430. #endif
  431. #endif
  432. /**
  433. * I2C Position Encoders
  434. */
  435. #if ENABLED(I2C_POSITION_ENCODERS)
  436. #if DISABLED(BABYSTEPPING) || DISABLED(BABYSTEP_XY)
  437. #error "I2C_POSITION_ENCODERS requires BABYSTEPPING and BABYSTEP_XY."
  438. #elif !WITHIN(I2CPE_ENCODER_CNT, 1, 5)
  439. #error "I2CPE_ENCODER_CNT must be between 1 and 5."
  440. #endif
  441. #endif
  442. /**
  443. * Babystepping
  444. */
  445. #if ENABLED(BABYSTEPPING)
  446. #if ENABLED(SCARA)
  447. #error "BABYSTEPPING is not implemented for SCARA yet."
  448. #elif ENABLED(HANGPRINTER)
  449. #error "BABYSTEPPING is not implemented for HANGPRINTER."
  450. #elif ENABLED(DELTA) && ENABLED(BABYSTEP_XY)
  451. #error "BABYSTEPPING only implemented for Z axis on deltabots."
  452. #elif ENABLED(BABYSTEP_ZPROBE_OFFSET) && ENABLED(MESH_BED_LEVELING)
  453. #error "MESH_BED_LEVELING and BABYSTEP_ZPROBE_OFFSET is not a valid combination"
  454. #elif ENABLED(BABYSTEP_ZPROBE_OFFSET) && !HAS_BED_PROBE
  455. #error "BABYSTEP_ZPROBE_OFFSET requires a probe."
  456. #elif ENABLED(BABYSTEP_ZPROBE_GFX_OVERLAY) && !ENABLED(DOGLCD)
  457. #error "BABYSTEP_ZPROBE_GFX_OVERLAY requires a Graphical LCD."
  458. #elif ENABLED(BABYSTEP_ZPROBE_GFX_OVERLAY) && !ENABLED(BABYSTEP_ZPROBE_OFFSET)
  459. #error "BABYSTEP_ZPROBE_GFX_OVERLAY requires a BABYSTEP_ZPROBE_OFFSET."
  460. #endif
  461. #endif
  462. /**
  463. * Filament Runout needs one or more pins and either SD Support or Auto print start detection
  464. */
  465. #if ENABLED(FILAMENT_RUNOUT_SENSOR)
  466. #if !PIN_EXISTS(FIL_RUNOUT)
  467. #error "FILAMENT_RUNOUT_SENSOR requires FIL_RUNOUT_PIN."
  468. #elif NUM_RUNOUT_SENSORS > E_STEPPERS
  469. #error "NUM_RUNOUT_SENSORS cannot exceed the number of E steppers."
  470. #elif NUM_RUNOUT_SENSORS > 1 && !PIN_EXISTS(FIL_RUNOUT2)
  471. #error "FILAMENT_RUNOUT_SENSOR with NUM_RUNOUT_SENSORS > 1 requires FIL_RUNOUT2_PIN."
  472. #elif NUM_RUNOUT_SENSORS > 2 && !PIN_EXISTS(FIL_RUNOUT3)
  473. #error "FILAMENT_RUNOUT_SENSOR with NUM_RUNOUT_SENSORS > 2 requires FIL_RUNOUT3_PIN."
  474. #elif NUM_RUNOUT_SENSORS > 3 && !PIN_EXISTS(FIL_RUNOUT4)
  475. #error "FILAMENT_RUNOUT_SENSOR with NUM_RUNOUT_SENSORS > 3 requires FIL_RUNOUT4_PIN."
  476. #elif NUM_RUNOUT_SENSORS > 4 && !PIN_EXISTS(FIL_RUNOUT5)
  477. #error "FILAMENT_RUNOUT_SENSOR with NUM_RUNOUT_SENSORS > 4 requires FIL_RUNOUT5_PIN."
  478. #elif DISABLED(SDSUPPORT) && DISABLED(PRINTJOB_TIMER_AUTOSTART)
  479. #error "FILAMENT_RUNOUT_SENSOR requires SDSUPPORT or PRINTJOB_TIMER_AUTOSTART."
  480. #elif DISABLED(ADVANCED_PAUSE_FEATURE)
  481. static_assert(NULL == strstr(FILAMENT_RUNOUT_SCRIPT, "M600"), "ADVANCED_PAUSE_FEATURE is required to use M600 with FILAMENT_RUNOUT_SENSOR.");
  482. #endif
  483. #endif
  484. /**
  485. * Advanced Pause
  486. */
  487. #if ENABLED(ADVANCED_PAUSE_FEATURE)
  488. #if !HAS_RESUME_CONTINUE
  489. #error "ADVANCED_PAUSE_FEATURE currently requires an LCD controller or EMERGENCY_PARSER."
  490. #elif ENABLED(EXTRUDER_RUNOUT_PREVENT)
  491. #error "EXTRUDER_RUNOUT_PREVENT is incompatible with ADVANCED_PAUSE_FEATURE."
  492. #elif ENABLED(PARK_HEAD_ON_PAUSE) && DISABLED(SDSUPPORT) && DISABLED(NEWPANEL) && DISABLED(EMERGENCY_PARSER)
  493. #error "PARK_HEAD_ON_PAUSE requires SDSUPPORT, EMERGENCY_PARSER, or an LCD controller."
  494. #elif ENABLED(HOME_BEFORE_FILAMENT_CHANGE) && DISABLED(PAUSE_PARK_NO_STEPPER_TIMEOUT)
  495. #error "HOME_BEFORE_FILAMENT_CHANGE requires PAUSE_PARK_NO_STEPPER_TIMEOUT."
  496. #elif DISABLED(NOZZLE_PARK_FEATURE)
  497. #error "ADVANCED_PAUSE_FEATURE requires NOZZLE_PARK_FEATURE."
  498. #elif ENABLED(PREVENT_LENGTHY_EXTRUDE) && FILAMENT_CHANGE_UNLOAD_LENGTH > EXTRUDE_MAXLENGTH
  499. #error "FILAMENT_CHANGE_UNLOAD_LENGTH must be less than or equal to EXTRUDE_MAXLENGTH."
  500. #elif ENABLED(PREVENT_LENGTHY_EXTRUDE) && FILAMENT_CHANGE_SLOW_LOAD_LENGTH > EXTRUDE_MAXLENGTH
  501. #error "FILAMENT_CHANGE_SLOW_LOAD_LENGTH must be less than or equal to EXTRUDE_MAXLENGTH."
  502. #elif ENABLED(PREVENT_LENGTHY_EXTRUDE) && FILAMENT_CHANGE_FAST_LOAD_LENGTH > EXTRUDE_MAXLENGTH
  503. #error "FILAMENT_CHANGE_FAST_LOAD_LENGTH must be less than or equal to EXTRUDE_MAXLENGTH."
  504. #endif
  505. #endif
  506. /**
  507. * Individual axis homing is useless for DELTAS
  508. */
  509. #if ENABLED(INDIVIDUAL_AXIS_HOMING_MENU)
  510. #if ENABLED(DELTA)
  511. #error "INDIVIDUAL_AXIS_HOMING_MENU is incompatible with DELTA kinematics."
  512. #elif ENABLED(HANGPRINTER)
  513. #error "INDIVIDUAL_AXIS_HOMING_MENU is incompatible with HANGPRINTER kinematics."
  514. #endif
  515. #endif
  516. /**
  517. * Options only for EXTRUDERS > 1
  518. */
  519. #if EXTRUDERS > 1
  520. #if EXTRUDERS > 5
  521. #error "Marlin supports a maximum of 5 EXTRUDERS."
  522. #endif
  523. #if ENABLED(TEMP_SENSOR_1_AS_REDUNDANT)
  524. #error "EXTRUDERS must be 1 with TEMP_SENSOR_1_AS_REDUNDANT."
  525. #endif
  526. #if ENABLED(HEATERS_PARALLEL)
  527. #error "EXTRUDERS must be 1 with HEATERS_PARALLEL."
  528. #endif
  529. #elif ENABLED(MK2_MULTIPLEXER)
  530. #error "MK2_MULTIPLEXER requires 2 or more EXTRUDERS."
  531. #elif ENABLED(SINGLENOZZLE)
  532. #error "SINGLENOZZLE requires 2 or more EXTRUDERS."
  533. #endif
  534. /**
  535. * Sanity checking for the Průša MK2 Multiplexer
  536. */
  537. #ifdef SNMM
  538. #error "SNMM is now MK2_MULTIPLEXER. Please update your configuration."
  539. #endif
  540. /**
  541. * A Dual Nozzle carriage with switching servo
  542. */
  543. #if ENABLED(SWITCHING_NOZZLE)
  544. #if ENABLED(DUAL_X_CARRIAGE)
  545. #error "SWITCHING_NOZZLE and DUAL_X_CARRIAGE are incompatible."
  546. #elif ENABLED(SINGLENOZZLE)
  547. #error "SWITCHING_NOZZLE and SINGLENOZZLE are incompatible."
  548. #elif EXTRUDERS != 2
  549. #error "SWITCHING_NOZZLE requires exactly 2 EXTRUDERS."
  550. #elif NUM_SERVOS < 1
  551. #error "SWITCHING_NOZZLE requires NUM_SERVOS >= 1."
  552. #endif
  553. #endif
  554. /**
  555. * Single Stepper Dual Extruder with switching servo
  556. */
  557. #if ENABLED(SWITCHING_EXTRUDER) && NUM_SERVOS < 1
  558. #error "SWITCHING_EXTRUDER requires NUM_SERVOS >= 1."
  559. #endif
  560. /**
  561. * Mixing Extruder requirements
  562. */
  563. #if ENABLED(MIXING_EXTRUDER)
  564. #if EXTRUDERS > 1
  565. #error "MIXING_EXTRUDER currently only supports one extruder."
  566. #elif MIXING_STEPPERS < 2
  567. #error "You must set MIXING_STEPPERS >= 2 for a mixing extruder."
  568. #elif ENABLED(FILAMENT_SENSOR)
  569. #error "MIXING_EXTRUDER is incompatible with FILAMENT_SENSOR. Comment out this line to use it anyway."
  570. #elif ENABLED(SWITCHING_EXTRUDER)
  571. #error "Please select either MIXING_EXTRUDER or SWITCHING_EXTRUDER, not both."
  572. #elif ENABLED(SINGLENOZZLE)
  573. #error "MIXING_EXTRUDER is incompatible with SINGLENOZZLE."
  574. #elif ENABLED(LIN_ADVANCE)
  575. #error "MIXING_EXTRUDER is incompatible with LIN_ADVANCE."
  576. #endif
  577. #endif
  578. /**
  579. * Linear Advance 1.5 - Check K value range
  580. */
  581. #if ENABLED(LIN_ADVANCE)
  582. static_assert(
  583. WITHIN(LIN_ADVANCE_K, 0, 10),
  584. "LIN_ADVANCE_K must be a value from 0 to 10 (Changed in LIN_ADVANCE v1.5, Marlin 1.1.9)."
  585. );
  586. #endif
  587. /**
  588. * Parking Extruder requirements
  589. */
  590. #if ENABLED(PARKING_EXTRUDER)
  591. #if ENABLED(DUAL_X_CARRIAGE)
  592. #error "PARKING_EXTRUDER and DUAL_X_CARRIAGE are incompatible."
  593. #elif ENABLED(SINGLENOZZLE)
  594. #error "PARKING_EXTRUDER and SINGLENOZZLE are incompatible."
  595. #elif ENABLED(EXT_SOLENOID)
  596. #error "PARKING_EXTRUDER and EXT_SOLENOID are incompatible. (Pins are used twice.)"
  597. #elif EXTRUDERS != 2
  598. #error "PARKING_EXTRUDER requires exactly 2 EXTRUDERS."
  599. #elif !PIN_EXISTS(SOL0) || !PIN_EXISTS(SOL1)
  600. #error "PARKING_EXTRUDER requires SOL0_PIN and SOL1_PIN."
  601. #elif !defined(PARKING_EXTRUDER_PARKING_X)
  602. #error "PARKING_EXTRUDER requires PARKING_EXTRUDER_PARKING_X."
  603. #elif !defined(PARKING_EXTRUDER_SECURITY_RAISE)
  604. #error "PARKING_EXTRUDER requires PARKING_EXTRUDER_SECURITY_RAISE."
  605. #elif PARKING_EXTRUDER_SECURITY_RAISE < 0
  606. #error "PARKING_EXTRUDER_SECURITY_RAISE must be 0 or higher."
  607. #elif !defined(PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE) || !WITHIN(PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE, LOW, HIGH)
  608. #error "PARKING_EXTRUDER_SOLENOIDS_PINS_ACTIVE must be defined as HIGH or LOW."
  609. #elif !defined(PARKING_EXTRUDER_SOLENOIDS_DELAY) || !WITHIN(PARKING_EXTRUDER_SOLENOIDS_DELAY, 0, 2000)
  610. #error "PARKING_EXTRUDER_SOLENOIDS_DELAY must be between 0 and 2000 (ms)."
  611. #endif
  612. #endif
  613. /**
  614. * Part-Cooling Fan Multiplexer requirements
  615. */
  616. #if PIN_EXISTS(FANMUX1)
  617. #if !HAS_FANMUX
  618. #error "FANMUX0_PIN must be set before FANMUX1_PIN can be set."
  619. #endif
  620. #elif PIN_EXISTS(FANMUX2)
  621. #error "FANMUX0_PIN and FANMUX1_PIN must be set before FANMUX2_PIN can be set."
  622. #endif
  623. /**
  624. * Limited number of servos
  625. */
  626. #if NUM_SERVOS > 4
  627. #error "The maximum number of SERVOS in Marlin is 4."
  628. #endif
  629. /**
  630. * Servo deactivation depends on servo endstops, switching nozzle, or switching extruder
  631. */
  632. #if ENABLED(DEACTIVATE_SERVOS_AFTER_MOVE) && !HAS_Z_SERVO_PROBE && !defined(SWITCHING_NOZZLE_SERVO_NR) && !defined(SWITCHING_EXTRUDER_SERVO_NR)
  633. #error "Z_PROBE_SERVO_NR, switching nozzle, or switching extruder is required for DEACTIVATE_SERVOS_AFTER_MOVE."
  634. #endif
  635. /**
  636. * Required LCD language
  637. */
  638. #if DISABLED(DOGLCD) && ENABLED(ULTRA_LCD) && !defined(DISPLAY_CHARSET_HD44780)
  639. #error "You must set DISPLAY_CHARSET_HD44780 to JAPANESE, WESTERN or CYRILLIC for your LCD controller."
  640. #endif
  641. /**
  642. * Bed Heating Options - PID vs Limit Switching
  643. */
  644. #if ENABLED(PIDTEMPBED) && ENABLED(BED_LIMIT_SWITCHING)
  645. #error "To use BED_LIMIT_SWITCHING you must disable PIDTEMPBED."
  646. #endif
  647. /**
  648. * Kinematics
  649. */
  650. /**
  651. * Allow only one kinematic type to be defined
  652. */
  653. #if 1 < 0 \
  654. + ENABLED(HANGPRINTER) \
  655. + ENABLED(DELTA) \
  656. + ENABLED(MORGAN_SCARA) \
  657. + ENABLED(MAKERARM_SCARA) \
  658. + ENABLED(COREXY) \
  659. + ENABLED(COREXZ) \
  660. + ENABLED(COREYZ) \
  661. + ENABLED(COREYX) \
  662. + ENABLED(COREZX) \
  663. + ENABLED(COREZY)
  664. #error "Please enable only one of HANGPRINTER, DELTA, MORGAN_SCARA, MAKERARM_SCARA, COREXY, COREYX, COREXZ, COREZX, COREYZ, or COREZY."
  665. #endif
  666. /**
  667. * Delta requirements
  668. */
  669. #if ENABLED(DELTA)
  670. #if DISABLED(USE_XMAX_PLUG) && DISABLED(USE_YMAX_PLUG) && DISABLED(USE_ZMAX_PLUG)
  671. #error "You probably want to use Max Endstops for DELTA!"
  672. #elif ENABLED(ENABLE_LEVELING_FADE_HEIGHT) && DISABLED(AUTO_BED_LEVELING_BILINEAR) && !UBL_SEGMENTED
  673. #error "ENABLE_LEVELING_FADE_HEIGHT on DELTA requires AUTO_BED_LEVELING_BILINEAR or AUTO_BED_LEVELING_UBL."
  674. #elif ENABLED(DELTA_AUTO_CALIBRATION) && !(HAS_BED_PROBE || ENABLED(ULTIPANEL))
  675. #error "DELTA_AUTO_CALIBRATION requires a probe or LCD Controller."
  676. #elif ABL_GRID
  677. #if (GRID_MAX_POINTS_X & 1) == 0 || (GRID_MAX_POINTS_Y & 1) == 0
  678. #error "DELTA requires GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y to be odd numbers."
  679. #elif GRID_MAX_POINTS_X < 3
  680. #error "DELTA requires GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y to be 3 or higher."
  681. #endif
  682. #endif
  683. #endif
  684. /**
  685. * Hangprinter requirements
  686. */
  687. #if ENABLED(HANGPRINTER)
  688. #if EXTRUDERS > 4
  689. #error "Marlin supports a maximum of 4 EXTRUDERS when driving a Hangprinter."
  690. #elif ENABLED(CONVENTIONAL_GEOMETRY)
  691. #if ANCHOR_A_Y > 0
  692. #error "ANCHOR_A_Y should be negative by convention."
  693. #elif (ANCHOR_B_X) * (ANCHOR_C_X) > 0
  694. #error "ANCHOR_B_X and ANCHOR_C_X should have opposite signs by convention."
  695. #elif ANCHOR_B_Y < 0
  696. #error "ANCHOR_B_Y should be positive by convention."
  697. #elif ANCHOR_C_Y < 0
  698. #error "ANCHOR_C_Y should be positive by convention."
  699. #elif ANCHOR_A_Z > 0
  700. #error "ANCHOR_A_Z should be negative by convention."
  701. #elif ANCHOR_B_Z > 0
  702. #error "ANCHOR_B_Z should be negative by convention."
  703. #elif ANCHOR_C_Z > 0
  704. #error "ANCHOR_C_Z should be negative by convention."
  705. #elif ANCHOR_D_Z < 0
  706. #error "ANCHOR_D_Z should be positive by convention."
  707. #endif
  708. #endif
  709. #elif ENABLED(LINE_BUILDUP_COMPENSATION_FEATURE)
  710. #error "LINE_BUILDUP_COMPENSATION_FEATURE is only compatible with HANGPRINTER."
  711. #endif
  712. /**
  713. * Mechaduino requirements
  714. */
  715. #if ENABLED(MECHADUINO_I2C_COMMANDS) && DISABLED(EXPERIMENTAL_I2CBUS)
  716. #error "MECHADUINO_I2C_COMMANDS requires EXPERIMENTAL_I2CBUS to be enabled."
  717. #endif
  718. /**
  719. * Probes
  720. */
  721. /**
  722. * Allow only one probe option to be defined
  723. */
  724. #if 1 < 0 \
  725. + ENABLED(PROBE_MANUALLY) \
  726. + ENABLED(FIX_MOUNTED_PROBE) \
  727. + (HAS_Z_SERVO_PROBE && DISABLED(BLTOUCH)) \
  728. + ENABLED(BLTOUCH) \
  729. + ENABLED(SOLENOID_PROBE) \
  730. + ENABLED(Z_PROBE_ALLEN_KEY) \
  731. + ENABLED(Z_PROBE_SLED)
  732. #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."
  733. #endif
  734. #if HAS_BED_PROBE
  735. /**
  736. * Z_PROBE_SLED is incompatible with DELTA
  737. */
  738. #if ENABLED(Z_PROBE_SLED) && ENABLED(DELTA)
  739. #error "You cannot use Z_PROBE_SLED with DELTA."
  740. #endif
  741. /**
  742. * SOLENOID_PROBE requirements
  743. */
  744. #if ENABLED(SOLENOID_PROBE)
  745. #if ENABLED(EXT_SOLENOID)
  746. #error "SOLENOID_PROBE is incompatible with EXT_SOLENOID."
  747. #elif !HAS_SOLENOID_1
  748. #error "SOLENOID_PROBE requires SOL1_PIN. It can be added to your Configuration.h."
  749. #endif
  750. #endif
  751. /**
  752. * NUM_SERVOS is required for a Z servo probe
  753. */
  754. #if HAS_Z_SERVO_PROBE
  755. #ifndef NUM_SERVOS
  756. #error "You must set NUM_SERVOS for a Z servo probe (Z_PROBE_SERVO_NR)."
  757. #elif Z_PROBE_SERVO_NR == 0 && !PIN_EXISTS(SERVO0)
  758. #error "SERVO0_PIN must be defined for your servo or BLTOUCH probe."
  759. #elif Z_PROBE_SERVO_NR == 1 && !PIN_EXISTS(SERVO1)
  760. #error "SERVO1_PIN must be defined for your servo or BLTOUCH probe."
  761. #elif Z_PROBE_SERVO_NR == 2 && !PIN_EXISTS(SERVO2)
  762. #error "SERVO2_PIN must be defined for your servo or BLTOUCH probe."
  763. #elif Z_PROBE_SERVO_NR == 3 && !PIN_EXISTS(SERVO3)
  764. #error "SERVO3_PIN must be defined for your servo or BLTOUCH probe."
  765. #elif Z_PROBE_SERVO_NR >= NUM_SERVOS
  766. #error "Z_PROBE_SERVO_NR must be smaller than NUM_SERVOS."
  767. #endif
  768. #endif
  769. /**
  770. * Require pin options and pins to be defined
  771. */
  772. #if ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
  773. #if ENABLED(Z_MIN_PROBE_ENDSTOP)
  774. #error "Enable only one option: Z_MIN_PROBE_ENDSTOP or Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN."
  775. #elif DISABLED(USE_ZMIN_PLUG)
  776. #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires USE_ZMIN_PLUG to be enabled."
  777. #elif !HAS_Z_MIN
  778. #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires the Z_MIN_PIN to be defined."
  779. #elif ENABLED(Z_MIN_PROBE_ENDSTOP_INVERTING) != ENABLED(Z_MIN_ENDSTOP_INVERTING)
  780. #error "Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN requires Z_MIN_ENDSTOP_INVERTING to match Z_MIN_PROBE_ENDSTOP_INVERTING."
  781. #endif
  782. #elif ENABLED(Z_MIN_PROBE_ENDSTOP)
  783. #if !HAS_Z_MIN_PROBE_PIN
  784. #error "Z_MIN_PROBE_ENDSTOP requires the Z_MIN_PROBE_PIN to be defined."
  785. #endif
  786. #else
  787. #error "You must enable either Z_MIN_PROBE_ENDSTOP or Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN to use a probe."
  788. #endif
  789. /**
  790. * Make sure Z raise values are set
  791. */
  792. #ifndef Z_CLEARANCE_DEPLOY_PROBE
  793. #error "You must define Z_CLEARANCE_DEPLOY_PROBE in your configuration."
  794. #elif !defined(Z_CLEARANCE_BETWEEN_PROBES)
  795. #error "You must define Z_CLEARANCE_BETWEEN_PROBES in your configuration."
  796. #elif Z_CLEARANCE_DEPLOY_PROBE < 0
  797. #error "Probes need Z_CLEARANCE_DEPLOY_PROBE >= 0."
  798. #elif Z_CLEARANCE_BETWEEN_PROBES < 0
  799. #error "Probes need Z_CLEARANCE_BETWEEN_PROBES >= 0."
  800. #elif Z_AFTER_PROBING < 0
  801. #error "Probes need Z_AFTER_PROBING >= 0."
  802. #endif
  803. #if MULTIPLE_PROBING && MULTIPLE_PROBING < 2
  804. #error "MULTIPLE_PROBING must be >= 2."
  805. #endif
  806. #if Z_PROBE_LOW_POINT > 0
  807. #error "Z_PROBE_LOW_POINT must be less than or equal to 0."
  808. #endif
  809. static_assert(int(X_PROBE_OFFSET_FROM_EXTRUDER) == (X_PROBE_OFFSET_FROM_EXTRUDER), "X_PROBE_OFFSET_FROM_EXTRUDER must be an integer value.");
  810. static_assert(int(Y_PROBE_OFFSET_FROM_EXTRUDER) == (Y_PROBE_OFFSET_FROM_EXTRUDER), "Y_PROBE_OFFSET_FROM_EXTRUDER must be an integer value.");
  811. #else
  812. /**
  813. * Require some kind of probe for bed leveling and probe testing
  814. */
  815. #if OLDSCHOOL_ABL && !PROBE_SELECTED
  816. #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."
  817. #endif
  818. #if ENABLED(Z_MIN_PROBE_REPEATABILITY_TEST)
  819. #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."
  820. #endif
  821. #endif
  822. /**
  823. * Allow only one bed leveling option to be defined
  824. */
  825. #if 1 < 0 \
  826. + ENABLED(AUTO_BED_LEVELING_LINEAR) \
  827. + ENABLED(AUTO_BED_LEVELING_3POINT) \
  828. + ENABLED(AUTO_BED_LEVELING_BILINEAR) \
  829. + ENABLED(AUTO_BED_LEVELING_UBL) \
  830. + ENABLED(MESH_BED_LEVELING)
  831. #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."
  832. #endif
  833. /**
  834. * Bed Leveling Requirements
  835. */
  836. #if ENABLED(AUTO_BED_LEVELING_UBL) || ENABLED(AUTO_BED_LEVELING_3POINT)
  837. static_assert(WITHIN(PROBE_PT_1_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_1_X is outside the probe region.");
  838. static_assert(WITHIN(PROBE_PT_2_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_2_X is outside the probe region.");
  839. static_assert(WITHIN(PROBE_PT_3_X, MIN_PROBE_X, MAX_PROBE_X), "PROBE_PT_3_X is outside the probe region.");
  840. static_assert(WITHIN(PROBE_PT_1_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_1_Y is outside the probe region.");
  841. static_assert(WITHIN(PROBE_PT_2_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_2_Y is outside the probe region.");
  842. static_assert(WITHIN(PROBE_PT_3_Y, MIN_PROBE_Y, MAX_PROBE_Y), "PROBE_PT_3_Y is outside the probe region.");
  843. #endif
  844. #if ENABLED(AUTO_BED_LEVELING_UBL)
  845. /**
  846. * Unified Bed Leveling
  847. */
  848. // Hide PROBE_MANUALLY from the rest of the code
  849. #undef PROBE_MANUALLY
  850. #if IS_SCARA
  851. #error "AUTO_BED_LEVELING_UBL does not yet support SCARA printers."
  852. #elif DISABLED(EEPROM_SETTINGS)
  853. #error "AUTO_BED_LEVELING_UBL requires EEPROM_SETTINGS. Please update your configuration."
  854. #elif !WITHIN(GRID_MAX_POINTS_X, 3, 15) || !WITHIN(GRID_MAX_POINTS_Y, 3, 15)
  855. #error "GRID_MAX_POINTS_[XY] must be a whole number between 3 and 15."
  856. #elif !defined(RESTORE_LEVELING_AFTER_G28)
  857. #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'."
  858. #endif
  859. #elif OLDSCHOOL_ABL
  860. /**
  861. * Auto Bed Leveling
  862. */
  863. /**
  864. * Delta and SCARA have limited bed leveling options
  865. */
  866. #if IS_SCARA && DISABLED(AUTO_BED_LEVELING_BILINEAR)
  867. #error "SCARA machines can only use the AUTO_BED_LEVELING_BILINEAR leveling option."
  868. #endif
  869. /**
  870. * Check auto bed leveling probe points
  871. */
  872. #if ABL_GRID
  873. static_assert(LEFT_PROBE_BED_POSITION < RIGHT_PROBE_BED_POSITION, "LEFT_PROBE_BED_POSITION must be less than RIGHT_PROBE_BED_POSITION.");
  874. static_assert(FRONT_PROBE_BED_POSITION < BACK_PROBE_BED_POSITION, "FRONT_PROBE_BED_POSITION must be less than BACK_PROBE_BED_POSITION.");
  875. static_assert(LEFT_PROBE_BED_POSITION >= MIN_PROBE_X, "LEFT_PROBE_BED_POSITION is outside the probe region.");
  876. static_assert(RIGHT_PROBE_BED_POSITION <= MAX_PROBE_X, "RIGHT_PROBE_BED_POSITION is outside the probe region.");
  877. static_assert(FRONT_PROBE_BED_POSITION >= MIN_PROBE_Y, "FRONT_PROBE_BED_POSITION is outside the probe region.");
  878. static_assert(BACK_PROBE_BED_POSITION <= MAX_PROBE_Y, "BACK_PROBE_BED_POSITION is outside the probe region.");
  879. #endif // AUTO_BED_LEVELING_3POINT
  880. #elif ENABLED(MESH_BED_LEVELING)
  881. // Hide PROBE_MANUALLY from the rest of the code
  882. #undef PROBE_MANUALLY
  883. /**
  884. * Mesh Bed Leveling
  885. */
  886. #if ENABLED(DELTA)
  887. #error "MESH_BED_LEVELING is not compatible with DELTA printers."
  888. #elif GRID_MAX_POINTS_X > 9 || GRID_MAX_POINTS_Y > 9
  889. #error "GRID_MAX_POINTS_X and GRID_MAX_POINTS_Y must be less than 10 for MBL."
  890. #endif
  891. #endif
  892. #if HAS_MESH
  893. static_assert(DEFAULT_ZJERK > 0.1, "Low DEFAULT_ZJERK values are incompatible with mesh-based leveling.");
  894. #elif ENABLED(G26_MESH_VALIDATION)
  895. #error "G26_MESH_VALIDATION requires MESH_BED_LEVELING, AUTO_BED_LEVELING_BILINEAR, or AUTO_BED_LEVELING_UBL."
  896. #endif
  897. #if ENABLED(MESH_EDIT_GFX_OVERLAY) && (DISABLED(AUTO_BED_LEVELING_UBL) || DISABLED(DOGLCD))
  898. #error "MESH_EDIT_GFX_OVERLAY requires AUTO_BED_LEVELING_UBL and a Graphical LCD."
  899. #endif
  900. /**
  901. * LCD_BED_LEVELING requirements
  902. */
  903. #if ENABLED(LCD_BED_LEVELING)
  904. #if DISABLED(ULTIPANEL)
  905. #error "LCD_BED_LEVELING requires an LCD controller."
  906. #elif !(ENABLED(MESH_BED_LEVELING) || OLDSCHOOL_ABL)
  907. #error "LCD_BED_LEVELING requires MESH_BED_LEVELING or AUTO_BED_LEVELING."
  908. #endif
  909. #endif
  910. /**
  911. * Homing
  912. */
  913. #if X_HOME_BUMP_MM < 0 || Y_HOME_BUMP_MM < 0 || Z_HOME_BUMP_MM < 0
  914. #error "[XYZ]_HOME_BUMP_MM must be greater than or equal to 0."
  915. #endif
  916. #if ENABLED(CODEPENDENT_XY_HOMING)
  917. #if ENABLED(QUICK_HOME)
  918. #error "QUICK_HOME is incompatible with CODEPENDENT_XY_HOMING."
  919. #elif IS_KINEMATIC
  920. #error "CODEPENDENT_XY_HOMING requires a Cartesian setup."
  921. #endif
  922. #endif
  923. /**
  924. * Make sure Z_SAFE_HOMING point is reachable
  925. */
  926. #if ENABLED(Z_SAFE_HOMING)
  927. #if HAS_BED_PROBE
  928. static_assert(WITHIN(Z_SAFE_HOMING_X_POINT, MIN_PROBE_X, MAX_PROBE_X), "Z_SAFE_HOMING_X_POINT is outside the probe region.");
  929. static_assert(WITHIN(Z_SAFE_HOMING_Y_POINT, MIN_PROBE_Y, MAX_PROBE_Y), "Z_SAFE_HOMING_Y_POINT is outside the probe region.");
  930. #else
  931. 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.");
  932. 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.");
  933. #endif
  934. #endif // Z_SAFE_HOMING
  935. /**
  936. * Make sure DISABLE_[XYZ] compatible with selected homing options
  937. */
  938. #if ENABLED(DISABLE_X) || ENABLED(DISABLE_Y) || ENABLED(DISABLE_Z)
  939. #if ENABLED(HOME_AFTER_DEACTIVATE) || ENABLED(Z_SAFE_HOMING)
  940. #error "DISABLE_[XYZ] is not compatible with HOME_AFTER_DEACTIVATE or Z_SAFE_HOMING."
  941. #endif
  942. #endif // DISABLE_[XYZ]
  943. /**
  944. * Filament Width Sensor
  945. */
  946. #if ENABLED(FILAMENT_WIDTH_SENSOR)
  947. #if !HAS_FILAMENT_WIDTH_SENSOR
  948. #error "FILAMENT_WIDTH_SENSOR requires a FILWIDTH_PIN to be defined."
  949. #elif ENABLED(NO_VOLUMETRICS)
  950. #error "FILAMENT_WIDTH_SENSOR requires NO_VOLUMETRICS to be disabled."
  951. #endif
  952. #endif
  953. /**
  954. * ULTIPANEL encoder
  955. */
  956. #if ENABLED(ULTIPANEL) && DISABLED(NEWPANEL) && DISABLED(SR_LCD_2W_NL) && !defined(SHIFT_CLK)
  957. #error "ULTIPANEL requires some kind of encoder."
  958. #endif
  959. #if ENCODER_PULSES_PER_STEP < 0
  960. #error "ENCODER_PULSES_PER_STEP should not be negative, use REVERSE_MENU_DIRECTION instead."
  961. #endif
  962. /**
  963. * SAV_3DGLCD display options
  964. */
  965. #if ENABLED(SAV_3DGLCD)
  966. #if DISABLED(U8GLIB_SSD1306) && DISABLED(U8GLIB_SH1106)
  967. #error "Enable a SAV_3DGLCD display type: U8GLIB_SSD1306 or U8GLIB_SH1106."
  968. #elif ENABLED(U8GLIB_SSD1306) && ENABLED(U8GLIB_SH1106)
  969. #error "Only enable one SAV_3DGLCD display type: U8GLIB_SSD1306 or U8GLIB_SH1106."
  970. #endif
  971. #endif
  972. /**
  973. * Allen Key
  974. * Deploying the Allen Key probe uses big moves in z direction. Too dangerous for an unhomed z-axis.
  975. */
  976. #if ENABLED(Z_PROBE_ALLEN_KEY) && (Z_HOME_DIR < 0) && ENABLED(Z_MIN_PROBE_USES_Z_MIN_ENDSTOP_PIN)
  977. #error "You can't home to a z min endstop with a Z_PROBE_ALLEN_KEY"
  978. #endif
  979. /**
  980. * Dual X Carriage requirements
  981. */
  982. #if ENABLED(DUAL_X_CARRIAGE)
  983. #if EXTRUDERS == 1
  984. #error "DUAL_X_CARRIAGE requires 2 (or more) extruders."
  985. #elif CORE_IS_XY || CORE_IS_XZ
  986. #error "DUAL_X_CARRIAGE cannot be used with COREXY, COREYX, COREXZ, or COREZX."
  987. #elif !HAS_X2_ENABLE || !HAS_X2_STEP || !HAS_X2_DIR
  988. #error "DUAL_X_CARRIAGE requires X2 stepper pins to be defined."
  989. #elif !HAS_X_MAX
  990. #error "DUAL_X_CARRIAGE requires USE_XMAX_PLUG and an X Max Endstop."
  991. #elif !defined(X2_HOME_POS) || !defined(X2_MIN_POS) || !defined(X2_MAX_POS)
  992. #error "DUAL_X_CARRIAGE requires X2_HOME_POS, X2_MIN_POS, and X2_MAX_POS."
  993. #elif X_HOME_DIR != -1 || X2_HOME_DIR != 1
  994. #error "DUAL_X_CARRIAGE requires X_HOME_DIR -1 and X2_HOME_DIR 1."
  995. #endif
  996. #endif // DUAL_X_CARRIAGE
  997. /**
  998. * Make sure auto fan pins don't conflict with the fan pin
  999. */
  1000. #if HAS_AUTO_FAN
  1001. #if HAS_FAN0
  1002. #if E0_AUTO_FAN_PIN == FAN_PIN
  1003. #error "You cannot set E0_AUTO_FAN_PIN equal to FAN_PIN."
  1004. #elif E1_AUTO_FAN_PIN == FAN_PIN
  1005. #error "You cannot set E1_AUTO_FAN_PIN equal to FAN_PIN."
  1006. #elif E2_AUTO_FAN_PIN == FAN_PIN
  1007. #error "You cannot set E2_AUTO_FAN_PIN equal to FAN_PIN."
  1008. #elif E3_AUTO_FAN_PIN == FAN_PIN
  1009. #error "You cannot set E3_AUTO_FAN_PIN equal to FAN_PIN."
  1010. #endif
  1011. #endif
  1012. #endif
  1013. #if HAS_FAN0 && CONTROLLER_FAN_PIN == FAN_PIN
  1014. #error "You cannot set CONTROLLER_FAN_PIN equal to FAN_PIN."
  1015. #endif
  1016. #if ENABLED(USE_CONTROLLER_FAN)
  1017. #if !HAS_CONTROLLER_FAN
  1018. #error "USE_CONTROLLER_FAN requires a CONTROLLER_FAN_PIN. Define in Configuration_adv.h."
  1019. #elif E0_AUTO_FAN_PIN == CONTROLLER_FAN_PIN
  1020. #error "You cannot set E0_AUTO_FAN_PIN equal to CONTROLLER_FAN_PIN."
  1021. #elif E1_AUTO_FAN_PIN == CONTROLLER_FAN_PIN
  1022. #error "You cannot set E1_AUTO_FAN_PIN equal to CONTROLLER_FAN_PIN."
  1023. #elif E2_AUTO_FAN_PIN == CONTROLLER_FAN_PIN
  1024. #error "You cannot set E2_AUTO_FAN_PIN equal to CONTROLLER_FAN_PIN."
  1025. #elif E3_AUTO_FAN_PIN == CONTROLLER_FAN_PIN
  1026. #error "You cannot set E3_AUTO_FAN_PIN equal to CONTROLLER_FAN_PIN."
  1027. #endif
  1028. #endif
  1029. /**
  1030. * Test Heater, Temp Sensor, and Extruder Pins; Sensor Type must also be set.
  1031. */
  1032. #if !HAS_HEATER_0
  1033. #error "HEATER_0_PIN not defined for this board."
  1034. #elif !PIN_EXISTS(TEMP_0) && !(defined(MAX6675_SS) && MAX6675_SS >= 0)
  1035. #error "TEMP_0_PIN not defined for this board."
  1036. #elif ((defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284P__)) && (!PIN_EXISTS(E0_STEP) || !PIN_EXISTS(E0_DIR)))
  1037. #error "E0_STEP_PIN or E0_DIR_PIN not defined for this board."
  1038. #elif ( !(defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284P__)) && (!PIN_EXISTS(E0_STEP) || !PIN_EXISTS(E0_DIR) || !PIN_EXISTS(E0_ENABLE)))
  1039. #error "E0_STEP_PIN, E0_DIR_PIN, or E0_ENABLE_PIN not defined for this board."
  1040. #elif TEMP_SENSOR_0 == 0
  1041. #error "TEMP_SENSOR_0 is required."
  1042. #endif
  1043. // Pins are required for heaters
  1044. #if ENABLED(HEATER_0_USES_MAX6675) && !(defined(MAX6675_SS) && MAX6675_SS >= 0)
  1045. #error "MAX6675_SS (required for TEMP_SENSOR_0) not defined for this board."
  1046. #elif (HOTENDS > 1 || ENABLED(HEATERS_PARALLEL)) && !HAS_HEATER_1
  1047. #error "HEATER_1_PIN not defined for this board."
  1048. #endif
  1049. #if HOTENDS > 1
  1050. #if TEMP_SENSOR_1 == 0
  1051. #error "TEMP_SENSOR_1 is required with 2 or more HOTENDS."
  1052. #elif !PIN_EXISTS(TEMP_1)
  1053. #error "TEMP_1_PIN not defined for this board."
  1054. #endif
  1055. #if HOTENDS > 2
  1056. #if TEMP_SENSOR_2 == 0
  1057. #error "TEMP_SENSOR_2 is required with 3 or more HOTENDS."
  1058. #elif !HAS_HEATER_2
  1059. #error "HEATER_2_PIN not defined for this board."
  1060. #elif !PIN_EXISTS(TEMP_2)
  1061. #error "TEMP_2_PIN not defined for this board."
  1062. #endif
  1063. #if HOTENDS > 3
  1064. #if TEMP_SENSOR_3 == 0
  1065. #error "TEMP_SENSOR_3 is required with 4 or more HOTENDS."
  1066. #elif !HAS_HEATER_3
  1067. #error "HEATER_3_PIN not defined for this board."
  1068. #elif !PIN_EXISTS(TEMP_3)
  1069. #error "TEMP_3_PIN not defined for this board."
  1070. #endif
  1071. #if HOTENDS > 4
  1072. #if TEMP_SENSOR_4 == 0
  1073. #error "TEMP_SENSOR_4 is required with 5 HOTENDS."
  1074. #elif !HAS_HEATER_4
  1075. #error "HEATER_4_PIN not defined for this board."
  1076. #elif !PIN_EXISTS(TEMP_4)
  1077. #error "TEMP_4_PIN not defined for this board."
  1078. #endif
  1079. #elif TEMP_SENSOR_4 != 0
  1080. #error "TEMP_SENSOR_4 shouldn't be set with only 4 HOTENDS."
  1081. #endif
  1082. #elif TEMP_SENSOR_3 != 0
  1083. #error "TEMP_SENSOR_3 shouldn't be set with only 3 HOTENDS."
  1084. #elif TEMP_SENSOR_4 != 0
  1085. #error "TEMP_SENSOR_4 shouldn't be set with only 3 HOTENDS."
  1086. #endif
  1087. #elif TEMP_SENSOR_2 != 0
  1088. #error "TEMP_SENSOR_2 shouldn't be set with only 2 HOTENDS."
  1089. #elif TEMP_SENSOR_3 != 0
  1090. #error "TEMP_SENSOR_3 shouldn't be set with only 2 HOTENDS."
  1091. #elif TEMP_SENSOR_4 != 0
  1092. #error "TEMP_SENSOR_4 shouldn't be set with only 2 HOTENDS."
  1093. #endif
  1094. #elif TEMP_SENSOR_1 != 0 && DISABLED(TEMP_SENSOR_1_AS_REDUNDANT)
  1095. #error "TEMP_SENSOR_1 shouldn't be set with only 1 HOTEND."
  1096. #elif TEMP_SENSOR_2 != 0
  1097. #error "TEMP_SENSOR_2 shouldn't be set with only 1 HOTEND."
  1098. #elif TEMP_SENSOR_3 != 0
  1099. #error "TEMP_SENSOR_3 shouldn't be set with only 1 HOTEND."
  1100. #elif TEMP_SENSOR_4 != 0
  1101. #error "TEMP_SENSOR_4 shouldn't be set with only 1 HOTEND."
  1102. #endif
  1103. #if ENABLED(TEMP_SENSOR_1_AS_REDUNDANT) && TEMP_SENSOR_1 == 0
  1104. #error "TEMP_SENSOR_1 is required with TEMP_SENSOR_1_AS_REDUNDANT."
  1105. #endif
  1106. /**
  1107. * Temperature status LEDs
  1108. */
  1109. #if ENABLED(TEMP_STAT_LEDS) && !PIN_EXISTS(STAT_LED_RED) && !PIN_EXISTS(STAT_LED_BLUE)
  1110. #error "TEMP_STAT_LEDS requires STAT_LED_RED_PIN or STAT_LED_BLUE_PIN, preferably both."
  1111. #endif
  1112. /**
  1113. * LED Control Menu
  1114. */
  1115. #if ENABLED(LED_CONTROL_MENU) && !HAS_COLOR_LEDS
  1116. #error "LED_CONTROL_MENU requires BLINKM, RGB_LED, RGBW_LED, PCA9632, or NEOPIXEL_LED."
  1117. #endif
  1118. /**
  1119. * Basic 2-nozzle duplication mode
  1120. */
  1121. #if ENABLED(DUAL_NOZZLE_DUPLICATION_MODE)
  1122. #if HOTENDS != 2
  1123. #error "DUAL_NOZZLE_DUPLICATION_MODE requires exactly 2 hotends."
  1124. #elif ENABLED(DUAL_X_CARRIAGE)
  1125. #error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with DUAL_X_CARRIAGE."
  1126. #elif ENABLED(SINGLENOZZLE)
  1127. #error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with SINGLENOZZLE."
  1128. #elif ENABLED(MIXING_EXTRUDER)
  1129. #error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with MIXING_EXTRUDER."
  1130. #elif ENABLED(SWITCHING_EXTRUDER)
  1131. #error "DUAL_NOZZLE_DUPLICATION_MODE is incompatible with SWITCHING_EXTRUDER."
  1132. #endif
  1133. #endif
  1134. /**
  1135. * Test Extruder Stepper Pins
  1136. */
  1137. #if DISABLED(MK2_MULTIPLEXER) // MK2_MULTIPLEXER uses E0 stepper only
  1138. #if E_STEPPERS > 4
  1139. #if !PIN_EXISTS(E4_STEP) || !PIN_EXISTS(E4_DIR) || !PIN_EXISTS(E4_ENABLE)
  1140. #error "E4_STEP_PIN, E4_DIR_PIN, or E4_ENABLE_PIN not defined for this board."
  1141. #endif
  1142. #elif E_STEPPERS > 3
  1143. #if !PIN_EXISTS(E3_STEP) || !PIN_EXISTS(E3_DIR) || !PIN_EXISTS(E3_ENABLE)
  1144. #error "E3_STEP_PIN, E3_DIR_PIN, or E3_ENABLE_PIN not defined for this board."
  1145. #endif
  1146. #elif E_STEPPERS > 2
  1147. #if !PIN_EXISTS(E2_STEP) || !PIN_EXISTS(E2_DIR) || !PIN_EXISTS(E2_ENABLE)
  1148. #error "E2_STEP_PIN, E2_DIR_PIN, or E2_ENABLE_PIN not defined for this board."
  1149. #endif
  1150. #elif E_STEPPERS > 1
  1151. #if !PIN_EXISTS(E1_STEP) || !PIN_EXISTS(E1_DIR) || !PIN_EXISTS(E1_ENABLE)
  1152. #error "E1_STEP_PIN, E1_DIR_PIN, or E1_ENABLE_PIN not defined for this board."
  1153. #endif
  1154. #endif
  1155. #endif
  1156. /**
  1157. * Endstop Tests
  1158. */
  1159. #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_)))
  1160. #define _AXIS_PLUG_UNUSED_TEST(AXIS) (_PLUG_UNUSED_TEST(AXIS,X) && _PLUG_UNUSED_TEST(AXIS,Y) && _PLUG_UNUSED_TEST(AXIS,Z))
  1161. #if DISABLED(HANGPRINTER)
  1162. // At least 3 endstop plugs must be used
  1163. #if _AXIS_PLUG_UNUSED_TEST(X)
  1164. #error "You must enable USE_XMIN_PLUG or USE_XMAX_PLUG."
  1165. #elif _AXIS_PLUG_UNUSED_TEST(Y)
  1166. #error "You must enable USE_YMIN_PLUG or USE_YMAX_PLUG."
  1167. #elif _AXIS_PLUG_UNUSED_TEST(Z)
  1168. #error "You must enable USE_ZMIN_PLUG or USE_ZMAX_PLUG."
  1169. #endif
  1170. // Delta and Cartesian use 3 homing endstops
  1171. #if !IS_SCARA
  1172. #if X_HOME_DIR < 0 && DISABLED(USE_XMIN_PLUG)
  1173. #error "Enable USE_XMIN_PLUG when homing X to MIN."
  1174. #elif X_HOME_DIR > 0 && DISABLED(USE_XMAX_PLUG)
  1175. #error "Enable USE_XMAX_PLUG when homing X to MAX."
  1176. #elif Y_HOME_DIR < 0 && DISABLED(USE_YMIN_PLUG)
  1177. #error "Enable USE_YMIN_PLUG when homing Y to MIN."
  1178. #elif Y_HOME_DIR > 0 && DISABLED(USE_YMAX_PLUG)
  1179. #error "Enable USE_YMAX_PLUG when homing Y to MAX."
  1180. #endif
  1181. #endif
  1182. #if Z_HOME_DIR < 0 && DISABLED(USE_ZMIN_PLUG)
  1183. #error "Enable USE_ZMIN_PLUG when homing Z to MIN."
  1184. #elif Z_HOME_DIR > 0 && DISABLED(USE_ZMAX_PLUG)
  1185. #error "Enable USE_ZMAX_PLUG when homing Z to MAX."
  1186. #endif
  1187. #endif
  1188. // Dual endstops requirements
  1189. #if ENABLED(X_DUAL_ENDSTOPS)
  1190. #if !X2_USE_ENDSTOP
  1191. #error "You must set X2_USE_ENDSTOP with X_DUAL_ENDSTOPS."
  1192. #elif X2_USE_ENDSTOP == _XMIN_ && DISABLED(USE_XMIN_PLUG)
  1193. #error "USE_XMIN_PLUG is required when X2_USE_ENDSTOP is _XMIN_."
  1194. #elif X2_USE_ENDSTOP == _XMAX_ && DISABLED(USE_XMAX_PLUG)
  1195. #error "USE_XMAX_PLUG is required when X2_USE_ENDSTOP is _XMAX_."
  1196. #elif X2_USE_ENDSTOP == _YMIN_ && DISABLED(USE_YMIN_PLUG)
  1197. #error "USE_YMIN_PLUG is required when X2_USE_ENDSTOP is _YMIN_."
  1198. #elif X2_USE_ENDSTOP == _YMAX_ && DISABLED(USE_YMAX_PLUG)
  1199. #error "USE_YMAX_PLUG is required when X2_USE_ENDSTOP is _YMAX_."
  1200. #elif X2_USE_ENDSTOP == _ZMIN_ && DISABLED(USE_ZMIN_PLUG)
  1201. #error "USE_ZMIN_PLUG is required when X2_USE_ENDSTOP is _ZMIN_."
  1202. #elif X2_USE_ENDSTOP == _ZMAX_ && DISABLED(USE_ZMAX_PLUG)
  1203. #error "USE_ZMAX_PLUG is required when X2_USE_ENDSTOP is _ZMAX_."
  1204. #elif !HAS_X2_MIN && !HAS_X2_MAX
  1205. #error "X2_USE_ENDSTOP has been assigned to a nonexistent endstop!"
  1206. #elif ENABLED(DELTA)
  1207. #error "X_DUAL_ENDSTOPS is not compatible with DELTA."
  1208. #endif
  1209. #endif
  1210. #if ENABLED(Y_DUAL_ENDSTOPS)
  1211. #if !Y2_USE_ENDSTOP
  1212. #error "You must set Y2_USE_ENDSTOP with Y_DUAL_ENDSTOPS."
  1213. #elif Y2_USE_ENDSTOP == _XMIN_ && DISABLED(USE_XMIN_PLUG)
  1214. #error "USE_XMIN_PLUG is required when Y2_USE_ENDSTOP is _XMIN_."
  1215. #elif Y2_USE_ENDSTOP == _XMAX_ && DISABLED(USE_XMAX_PLUG)
  1216. #error "USE_XMAX_PLUG is required when Y2_USE_ENDSTOP is _XMAX_."
  1217. #elif Y2_USE_ENDSTOP == _YMIN_ && DISABLED(USE_YMIN_PLUG)
  1218. #error "USE_YMIN_PLUG is required when Y2_USE_ENDSTOP is _YMIN_."
  1219. #elif Y2_USE_ENDSTOP == _YMAX_ && DISABLED(USE_YMAX_PLUG)
  1220. #error "USE_YMAX_PLUG is required when Y2_USE_ENDSTOP is _YMAX_."
  1221. #elif Y2_USE_ENDSTOP == _ZMIN_ && DISABLED(USE_ZMIN_PLUG)
  1222. #error "USE_ZMIN_PLUG is required when Y2_USE_ENDSTOP is _ZMIN_."
  1223. #elif Y2_USE_ENDSTOP == _ZMAX_ && DISABLED(USE_ZMAX_PLUG)
  1224. #error "USE_ZMAX_PLUG is required when Y2_USE_ENDSTOP is _ZMAX_."
  1225. #elif !HAS_Y2_MIN && !HAS_Y2_MAX
  1226. #error "Y2_USE_ENDSTOP has been assigned to a nonexistent endstop!"
  1227. #elif ENABLED(DELTA)
  1228. #error "Y_DUAL_ENDSTOPS is not compatible with DELTA."
  1229. #endif
  1230. #endif
  1231. #if ENABLED(Z_DUAL_ENDSTOPS)
  1232. #if !Z2_USE_ENDSTOP
  1233. #error "You must set Z2_USE_ENDSTOP with Z_DUAL_ENDSTOPS."
  1234. #elif Z2_USE_ENDSTOP == _XMIN_ && DISABLED(USE_XMIN_PLUG)
  1235. #error "USE_XMIN_PLUG is required when Z2_USE_ENDSTOP is _XMIN_."
  1236. #elif Z2_USE_ENDSTOP == _XMAX_ && DISABLED(USE_XMAX_PLUG)
  1237. #error "USE_XMAX_PLUG is required when Z2_USE_ENDSTOP is _XMAX_."
  1238. #elif Z2_USE_ENDSTOP == _YMIN_ && DISABLED(USE_YMIN_PLUG)
  1239. #error "USE_YMIN_PLUG is required when Z2_USE_ENDSTOP is _YMIN_."
  1240. #elif Z2_USE_ENDSTOP == _YMAX_ && DISABLED(USE_YMAX_PLUG)
  1241. #error "USE_YMAX_PLUG is required when Z2_USE_ENDSTOP is _YMAX_."
  1242. #elif Z2_USE_ENDSTOP == _ZMIN_ && DISABLED(USE_ZMIN_PLUG)
  1243. #error "USE_ZMIN_PLUG is required when Z2_USE_ENDSTOP is _ZMIN_."
  1244. #elif Z2_USE_ENDSTOP == _ZMAX_ && DISABLED(USE_ZMAX_PLUG)
  1245. #error "USE_ZMAX_PLUG is required when Z2_USE_ENDSTOP is _ZMAX_."
  1246. #elif !HAS_Z2_MIN && !HAS_Z2_MAX
  1247. #error "Z2_USE_ENDSTOP has been assigned to a nonexistent endstop!"
  1248. #elif ENABLED(DELTA)
  1249. #error "Z_DUAL_ENDSTOPS is not compatible with DELTA."
  1250. #endif
  1251. #endif
  1252. /**
  1253. * emergency-command parser
  1254. */
  1255. #if ENABLED(EMERGENCY_PARSER) && !USE_MARLINSERIAL
  1256. #error "EMERGENCY_PARSER does not work on boards with AT90USB processors (USBCON)."
  1257. #endif
  1258. /**
  1259. * I2C bus
  1260. */
  1261. #if ENABLED(EXPERIMENTAL_I2CBUS) && I2C_SLAVE_ADDRESS > 0
  1262. #if I2C_SLAVE_ADDRESS < 8
  1263. #error "I2C_SLAVE_ADDRESS can't be less than 8. (Addresses 0 - 7 are reserved.)"
  1264. #elif I2C_SLAVE_ADDRESS > 127
  1265. #error "I2C_SLAVE_ADDRESS can't be over 127. (Only 7 bits allowed.)"
  1266. #endif
  1267. #endif
  1268. /**
  1269. * G38 Probe Target
  1270. */
  1271. #if ENABLED(G38_PROBE_TARGET)
  1272. #if !HAS_BED_PROBE
  1273. #error "G38_PROBE_TARGET requires a bed probe."
  1274. #elif !IS_CARTESIAN
  1275. #error "G38_PROBE_TARGET requires a Cartesian machine."
  1276. #endif
  1277. #endif
  1278. /**
  1279. * RGB_LED Requirements
  1280. */
  1281. #define _RGB_TEST (PIN_EXISTS(RGB_LED_R) && PIN_EXISTS(RGB_LED_G) && PIN_EXISTS(RGB_LED_B))
  1282. #if ENABLED(RGB_LED)
  1283. #if !_RGB_TEST
  1284. #error "RGB_LED requires RGB_LED_R_PIN, RGB_LED_G_PIN, and RGB_LED_B_PIN."
  1285. #elif ENABLED(RGBW_LED)
  1286. #error "Please enable only one of RGB_LED and RGBW_LED."
  1287. #endif
  1288. #elif ENABLED(RGBW_LED)
  1289. #if !(_RGB_TEST && PIN_EXISTS(RGB_LED_W))
  1290. #error "RGBW_LED requires RGB_LED_R_PIN, RGB_LED_G_PIN, RGB_LED_B_PIN, and RGB_LED_W_PIN."
  1291. #endif
  1292. #elif ENABLED(NEOPIXEL_LED)
  1293. #if !(PIN_EXISTS(NEOPIXEL) && NEOPIXEL_PIXELS > 0)
  1294. #error "NEOPIXEL_LED requires NEOPIXEL_PIN and NEOPIXEL_PIXELS."
  1295. #endif
  1296. #elif ENABLED(PRINTER_EVENT_LEDS) && DISABLED(BLINKM) && DISABLED(PCA9632) && DISABLED(NEOPIXEL_LED)
  1297. #error "PRINTER_EVENT_LEDS requires BLINKM, PCA9632, RGB_LED, RGBW_LED or NEOPIXEL_LED."
  1298. #endif
  1299. /**
  1300. * Auto Fan check for PWM pins
  1301. */
  1302. #if HAS_AUTO_FAN && EXTRUDER_AUTO_FAN_SPEED != 255
  1303. #define AF_ERR_SUFF "_AUTO_FAN_PIN is not a PWM pin. Set EXTRUDER_AUTO_FAN_SPEED to 255."
  1304. #if HAS_AUTO_FAN_0
  1305. static_assert(GET_TIMER(E0_AUTO_FAN_PIN), "E0" AF_ERR_SUFF);
  1306. #elif HAS_AUTO_FAN_1
  1307. static_assert(GET_TIMER(E1_AUTO_FAN_PIN), "E1" AF_ERR_SUFF);
  1308. #elif HAS_AUTO_FAN_2
  1309. static_assert(GET_TIMER(E2_AUTO_FAN_PIN), "E2" AF_ERR_SUFF);
  1310. #elif HAS_AUTO_FAN_3
  1311. static_assert(GET_TIMER(E3_AUTO_FAN_PIN), "E3" AF_ERR_SUFF);
  1312. #endif
  1313. #endif
  1314. /**
  1315. * Make sure only one display is enabled
  1316. *
  1317. * Note: BQ_LCD_SMART_CONTROLLER => REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER
  1318. * REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER => REPRAP_DISCOUNT_SMART_CONTROLLER
  1319. * SAV_3DGLCD => U8GLIB_SH1106 => ULTIMAKERCONTROLLER
  1320. * MKS_12864OLED => U8GLIB_SH1106 => ULTIMAKERCONTROLLER
  1321. * MKS_12864OLED_SSD1306 => U8GLIB_SSD1306 => ULTIMAKERCONTROLLER
  1322. * MKS_MINI_12864 => MINIPANEL
  1323. * miniVIKI => ULTIMAKERCONTROLLER
  1324. * VIKI2 => ULTIMAKERCONTROLLER
  1325. * ELB_FULL_GRAPHIC_CONTROLLER => ULTIMAKERCONTROLLER
  1326. * PANEL_ONE => ULTIMAKERCONTROLLER
  1327. */
  1328. #if 1 < 0 \
  1329. + ( ENABLED(ULTIMAKERCONTROLLER) \
  1330. && DISABLED(SAV_3DGLCD) \
  1331. && DISABLED(miniVIKI) \
  1332. && DISABLED(VIKI2) \
  1333. && DISABLED(ELB_FULL_GRAPHIC_CONTROLLER) \
  1334. && DISABLED(PANEL_ONE) \
  1335. && DISABLED(MKS_12864OLED) \
  1336. && DISABLED(MKS_12864OLED_SSD1306) ) \
  1337. + ( ENABLED(REPRAP_DISCOUNT_SMART_CONTROLLER) \
  1338. && DISABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) \
  1339. && DISABLED(LCD_FOR_MELZI) \
  1340. && DISABLED(MAKEBOARD_MINI_2_LINE_DISPLAY_1602) \
  1341. && DISABLED(MKS_12864OLED) \
  1342. && DISABLED(MKS_12864OLED_SSD1306) ) \
  1343. + (ENABLED(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER) && DISABLED(BQ_LCD_SMART_CONTROLLER)) \
  1344. + ENABLED(LCD_FOR_MELZI) \
  1345. + ENABLED(MKS_12864OLED) \
  1346. + ENABLED(MKS_12864OLED_SSD1306) \
  1347. + ENABLED(MAKEBOARD_MINI_2_LINE_DISPLAY_1602) \
  1348. + ENABLED(CARTESIO_UI) \
  1349. + ENABLED(PANEL_ONE) \
  1350. + ENABLED(MAKRPANEL) \
  1351. + ENABLED(REPRAPWORLD_GRAPHICAL_LCD) \
  1352. + ENABLED(VIKI2) \
  1353. + ENABLED(miniVIKI) \
  1354. + ENABLED(ELB_FULL_GRAPHIC_CONTROLLER) \
  1355. + ENABLED(G3D_PANEL) \
  1356. + (ENABLED(MINIPANEL) && DISABLED(MKS_MINI_12864)) \
  1357. + ENABLED(MKS_MINI_12864) \
  1358. + (ENABLED(REPRAPWORLD_KEYPAD) && DISABLED(CARTESIO_UI) && DISABLED(ZONESTAR_LCD)) \
  1359. + ENABLED(RIGIDBOT_PANEL) \
  1360. + ENABLED(RA_CONTROL_PANEL) \
  1361. + ENABLED(LCD_SAINSMART_I2C_1602) \
  1362. + ENABLED(LCD_SAINSMART_I2C_2004) \
  1363. + ENABLED(LCM1602) \
  1364. + ENABLED(LCD_I2C_PANELOLU2) \
  1365. + ENABLED(LCD_I2C_VIKI) \
  1366. + (ENABLED(U8GLIB_SSD1306) && DISABLED(OLED_PANEL_TINYBOY2) && DISABLED(MKS_12864OLED_SSD1306)) \
  1367. + ENABLED(SAV_3DLCD) \
  1368. + ENABLED(BQ_LCD_SMART_CONTROLLER) \
  1369. + ENABLED(SAV_3DGLCD) \
  1370. + ENABLED(OLED_PANEL_TINYBOY2) \
  1371. + ENABLED(ZONESTAR_LCD) \
  1372. + ENABLED(ULTI_CONTROLLER)
  1373. #error "Please select no more than one LCD controller option."
  1374. #endif
  1375. /**
  1376. * Check existing CS pins against enabled TMC SPI drivers.
  1377. */
  1378. #if AXIS_DRIVER_TYPE(X, TMC2130) && !PIN_EXISTS(X_CS)
  1379. #error "X_CS_PIN is required for TMC2130. Define X_CS_PIN in Configuration_adv.h."
  1380. #elif AXIS_DRIVER_TYPE(X2, TMC2130) && !PIN_EXISTS(X2_CS)
  1381. #error "X2_CS_PIN is required for X2. Define X2_CS_PIN in Configuration_adv.h."
  1382. #elif AXIS_DRIVER_TYPE(Y, TMC2130) && !PIN_EXISTS(Y_CS)
  1383. #error "Y_CS_PIN is required for TMC2130. Define Y_CS_PIN in Configuration_adv.h."
  1384. #elif AXIS_DRIVER_TYPE(Y2, TMC2130) && !PIN_EXISTS(Y2_CS)
  1385. #error "Y2_CS_PIN is required for TMC2130. Define Y2_CS_PIN in Configuration_adv.h."
  1386. #elif AXIS_DRIVER_TYPE(Z, TMC2130) && !PIN_EXISTS(Z_CS)
  1387. #error "Z_CS_PIN is required for TMC2130. Define Z_CS_PIN in Configuration_adv.h."
  1388. #elif AXIS_DRIVER_TYPE(Z2, TMC2130) && !PIN_EXISTS(Z2_CS)
  1389. #error "Z2_CS_PIN is required for TMC2130. Define Z2_CS_PIN in Configuration_adv.h."
  1390. #elif AXIS_DRIVER_TYPE(E0, TMC2130) && !PIN_EXISTS(E0_CS)
  1391. #error "E0_CS_PIN is required for TMC2130. Define E0_CS_PIN in Configuration_adv.h."
  1392. #elif AXIS_DRIVER_TYPE(E1, TMC2130) && !PIN_EXISTS(E1_CS)
  1393. #error "E1_CS_PIN is required for TMC2130. Define E1_CS_PIN in Configuration_adv.h."
  1394. #elif AXIS_DRIVER_TYPE(E2, TMC2130) && !PIN_EXISTS(E2_CS)
  1395. #error "E2_CS_PIN is required for TMC2130. Define E2_CS_PIN in Configuration_adv.h."
  1396. #elif AXIS_DRIVER_TYPE(E3, TMC2130) && !PIN_EXISTS(E3_CS)
  1397. #error "E3_CS_PIN is required for TMC2130. Define E3_CS_PIN in Configuration_adv.h."
  1398. #elif AXIS_DRIVER_TYPE(E4, TMC2130) && !PIN_EXISTS(E4_CS)
  1399. #error "E4_CS_PIN is required for TMC2130. Define E4_CS_PIN in Configuration_adv.h."
  1400. #endif
  1401. /**
  1402. * TMC2208 software UART and ENDSTOP_INTERRUPTS both use pin change interrupts (PCI)
  1403. */
  1404. #if HAS_DRIVER(TMC2208) && ENABLED(ENDSTOP_INTERRUPTS_FEATURE) && !( \
  1405. defined(X_HARDWARE_SERIAL ) \
  1406. || defined(X2_HARDWARE_SERIAL) \
  1407. || defined(Y_HARDWARE_SERIAL ) \
  1408. || defined(Y2_HARDWARE_SERIAL) \
  1409. || defined(Z_HARDWARE_SERIAL ) \
  1410. || defined(Z2_HARDWARE_SERIAL) \
  1411. || defined(E0_HARDWARE_SERIAL) \
  1412. || defined(E1_HARDWARE_SERIAL) \
  1413. || defined(E2_HARDWARE_SERIAL) \
  1414. || defined(E3_HARDWARE_SERIAL) \
  1415. || defined(E4_HARDWARE_SERIAL) )
  1416. #error "select hardware UART for TMC2208 to use both TMC2208 and ENDSTOP_INTERRUPTS_FEATURE."
  1417. #endif
  1418. #if ENABLED(SENSORLESS_HOMING)
  1419. // Require STEALTHCHOP for SENSORLESS_HOMING on DELTA as the transition from spreadCycle to stealthChop
  1420. // is necessary in order to reset the stallGuard indication between the initial movement of all three
  1421. // towers to +Z and the individual homing of each tower. This restriction can be removed once a means of
  1422. // clearing the stallGuard activated status is found.
  1423. #if ENABLED(DELTA) && !ENABLED(STEALTHCHOP)
  1424. #error "SENSORLESS_HOMING on DELTA currently requires STEALTHCHOP."
  1425. #elif X_SENSORLESS && X_HOME_DIR == -1 && (DISABLED(X_MIN_ENDSTOP_INVERTING) || DISABLED(ENDSTOPPULLUP_XMIN))
  1426. #error "SENSORLESS_HOMING requires X_MIN_ENDSTOP_INVERTING and ENDSTOPPULLUP_XMIN when homing to X_MIN."
  1427. #elif X_SENSORLESS && X_HOME_DIR == 1 && (DISABLED(X_MAX_ENDSTOP_INVERTING) || DISABLED(ENDSTOPPULLUP_XMAX))
  1428. #error "SENSORLESS_HOMING requires X_MAX_ENDSTOP_INVERTING and ENDSTOPPULLUP_XMAX when homing to X_MAX."
  1429. #elif Y_SENSORLESS && Y_HOME_DIR == -1 && (DISABLED(Y_MIN_ENDSTOP_INVERTING) || DISABLED(ENDSTOPPULLUP_YMIN))
  1430. #error "SENSORLESS_HOMING requires Y_MIN_ENDSTOP_INVERTING and ENDSTOPPULLUP_YMIN when homing to Y_MIN."
  1431. #elif Y_SENSORLESS && Y_HOME_DIR == 1 && (DISABLED(Y_MAX_ENDSTOP_INVERTING) || DISABLED(ENDSTOPPULLUP_YMAX))
  1432. #error "SENSORLESS_HOMING requires Y_MAX_ENDSTOP_INVERTING and ENDSTOPPULLUP_YMAX when homing to Y_MAX."
  1433. #elif Z_SENSORLESS && Z_HOME_DIR == -1 && (DISABLED(Z_MIN_ENDSTOP_INVERTING) || DISABLED(ENDSTOPPULLUP_ZMIN))
  1434. #error "SENSORLESS_HOMING requires Z_MIN_ENDSTOP_INVERTING and ENDSTOPPULLUP_ZMIN when homing to Z_MIN."
  1435. #elif Z_SENSORLESS && Z_HOME_DIR == 1 && (DISABLED(Z_MAX_ENDSTOP_INVERTING) || DISABLED(ENDSTOPPULLUP_ZMAX))
  1436. #error "SENSORLESS_HOMING requires Z_MAX_ENDSTOP_INVERTING and ENDSTOPPULLUP_ZMAX when homing to Z_MAX."
  1437. #elif ENABLED(ENDSTOP_NOISE_FILTER)
  1438. #error "SENSORLESS_HOMING is incompatible with ENDSTOP_NOISE_FILTER."
  1439. #endif
  1440. #endif
  1441. // Sensorless homing is required for both combined steppers in an H-bot
  1442. #if CORE_IS_XY && X_SENSORLESS != Y_SENSORLESS
  1443. #error "CoreXY requires both X and Y to use sensorless homing if either does."
  1444. #elif CORE_IS_XZ && X_SENSORLESS != Z_SENSORLESS
  1445. #error "CoreXZ requires both X and Z to use sensorless homing if either does."
  1446. #elif CORE_IS_YZ && Y_SENSORLESS != Z_SENSORLESS
  1447. #error "CoreYZ requires both Y and Z to use sensorless homing if either does."
  1448. #endif
  1449. #if ENABLED(HYBRID_THRESHOLD) && DISABLED(STEALTHCHOP)
  1450. #error "Enable STEALTHCHOP to use HYBRID_THRESHOLD."
  1451. #endif
  1452. #if ENABLED(TMC_Z_CALIBRATION) && !AXIS_IS_TMC(Z) && !AXIS_IS_TMC(Z2)
  1453. #error "TMC_Z_CALIBRATION requires at least one TMC driver on Z axis"
  1454. #endif
  1455. #if ENABLED(SENSORLESS_HOMING) && !HAS_STALLGUARD
  1456. #error "SENSORLESS_HOMING requires TMC2130 or TMC2660 stepper drivers."
  1457. #endif
  1458. #if ENABLED(STEALTHCHOP) && !HAS_STEALTHCHOP
  1459. #error "STEALTHCHOP requires TMC2130 or TMC2208 stepper drivers."
  1460. #endif
  1461. /**
  1462. * Digipot requirement
  1463. */
  1464. #if ENABLED(DIGIPOT_MCP4018)
  1465. #if !defined(DIGIPOTS_I2C_SDA_X) || !defined(DIGIPOTS_I2C_SDA_Y) || !defined(DIGIPOTS_I2C_SDA_Z) \
  1466. || !defined(DIGIPOTS_I2C_SDA_E0) || !defined(DIGIPOTS_I2C_SDA_E1)
  1467. #error "DIGIPOT_MCP4018 requires DIGIPOTS_I2C_SDA_* pins to be defined."
  1468. #endif
  1469. #endif
  1470. /**
  1471. * Require 5/4 or more elements in per-axis initializers
  1472. */
  1473. #if ENABLED(HANGPRINTER)
  1474. #define MIN_ELEMENTS "5"
  1475. #else
  1476. #define MIN_ELEMENTS "4"
  1477. #endif
  1478. constexpr float sanity_arr_1[] = DEFAULT_AXIS_STEPS_PER_UNIT,
  1479. sanity_arr_2[] = DEFAULT_MAX_FEEDRATE,
  1480. sanity_arr_3[] = DEFAULT_MAX_ACCELERATION;
  1481. static_assert(COUNT(sanity_arr_1) >= NUM_AXIS, "DEFAULT_AXIS_STEPS_PER_UNIT requires " MIN_ELEMENTS " (or more) elements for HANGPRINTER.");
  1482. static_assert(COUNT(sanity_arr_2) >= NUM_AXIS, "DEFAULT_MAX_FEEDRATE requires " MIN_ELEMENTS " (or more) elements for HANGPRINTER.");
  1483. static_assert(COUNT(sanity_arr_3) >= NUM_AXIS, "DEFAULT_MAX_ACCELERATION requires " MIN_ELEMENTS " (or more) elements for HANGPRINTER.");
  1484. static_assert(COUNT(sanity_arr_1) <= NUM_AXIS_N, "DEFAULT_AXIS_STEPS_PER_UNIT has too many elements.");
  1485. static_assert(COUNT(sanity_arr_2) <= NUM_AXIS_N, "DEFAULT_MAX_FEEDRATE has too many elements.");
  1486. static_assert(COUNT(sanity_arr_3) <= NUM_AXIS_N, "DEFAULT_MAX_ACCELERATION has too many elements.");
  1487. /**
  1488. * Sanity checks for Spindle / Laser
  1489. */
  1490. #if ENABLED(SPINDLE_LASER_ENABLE)
  1491. #if !PIN_EXISTS(SPINDLE_LASER_ENABLE)
  1492. #error "SPINDLE_LASER_ENABLE requires SPINDLE_LASER_ENABLE_PIN."
  1493. #elif SPINDLE_DIR_CHANGE && !PIN_EXISTS(SPINDLE_DIR)
  1494. #error "SPINDLE_DIR_PIN not defined."
  1495. #elif ENABLED(SPINDLE_LASER_PWM) && PIN_EXISTS(SPINDLE_LASER_PWM)
  1496. #if !(WITHIN(SPINDLE_LASER_PWM_PIN, 2, 13) || WITHIN(SPINDLE_LASER_PWM_PIN, 44, 46))
  1497. #error "SPINDLE_LASER_PWM_PIN not assigned to a PWM pin."
  1498. #elif SPINDLE_LASER_POWERUP_DELAY < 1
  1499. #error "SPINDLE_LASER_POWERUP_DELAY must be greater than 0."
  1500. #elif SPINDLE_LASER_POWERDOWN_DELAY < 1
  1501. #error "SPINDLE_LASER_POWERDOWN_DELAY must be greater than 0."
  1502. #elif !defined(SPINDLE_LASER_PWM_INVERT)
  1503. #error "SPINDLE_LASER_PWM_INVERT missing."
  1504. #elif !defined(SPEED_POWER_SLOPE) || !defined(SPEED_POWER_INTERCEPT) || !defined(SPEED_POWER_MIN) || !defined(SPEED_POWER_MAX)
  1505. #error "SPINDLE_LASER_PWM equation constant(s) missing."
  1506. #elif SPINDLE_LASER_PWM_PIN == 4 || WITHIN(SPINDLE_LASER_PWM_PIN, 11, 13)
  1507. #error "Counter/Timer for SPINDLE_LASER_PWM_PIN is used by a system interrupt."
  1508. #elif PIN_EXISTS(X_MAX) && X_MAX_PIN == SPINDLE_LASER_PWM_PIN
  1509. #error "SPINDLE_LASER_PWM pin is in use by X_MAX endstop."
  1510. #elif PIN_EXISTS(X_MIN) && X_MIN_PIN == SPINDLE_LASER_PWM_PIN
  1511. #error "SPINDLE_LASER_PWM pin is in use by X_MIN endstop."
  1512. #elif PIN_EXISTS(Z_STEP) && Z_STEP_PIN == SPINDLE_LASER_PWM_PIN
  1513. #error "SPINDLE_LASER_PWM pin in use by Z_STEP."
  1514. #elif NUM_SERVOS > 0 && (WITHIN(SPINDLE_LASER_PWM_PIN, 2, 3) || SPINDLE_LASER_PWM_PIN == 5)
  1515. #error "Counter/Timer for SPINDLE_LASER_PWM_PIN is used by the servo system."
  1516. #elif PIN_EXISTS(CASE_LIGHT) && SPINDLE_LASER_PWM_PIN == CASE_LIGHT_PIN
  1517. #error "SPINDLE_LASER_PWM_PIN is used by CASE_LIGHT_PIN."
  1518. #elif PIN_EXISTS(E0_AUTO_FAN) && SPINDLE_LASER_PWM_PIN == E0_AUTO_FAN_PIN
  1519. #error "SPINDLE_LASER_PWM_PIN is used by E0_AUTO_FAN_PIN."
  1520. #elif PIN_EXISTS(E1_AUTO_FAN) && SPINDLE_LASER_PWM_PIN == E1_AUTO_FAN_PIN
  1521. #error "SPINDLE_LASER_PWM_PIN is used by E1_AUTO_FAN_PIN."
  1522. #elif PIN_EXISTS(E2_AUTO_FAN) && SPINDLE_LASER_PWM_PIN == E2_AUTO_FAN_PIN
  1523. #error "SPINDLE_LASER_PWM_PIN is used by E2_AUTO_FAN_PIN."
  1524. #elif PIN_EXISTS(E3_AUTO_FAN) && SPINDLE_LASER_PWM_PIN == E3_AUTO_FAN_PIN
  1525. #error "SPINDLE_LASER_PWM_PIN is used by E3_AUTO_FAN_PIN."
  1526. #elif PIN_EXISTS(E4_AUTO_FAN) && SPINDLE_LASER_PWM_PIN == E4_AUTO_FAN_PIN
  1527. #error "SPINDLE_LASER_PWM_PIN is used by E4_AUTO_FAN_PIN."
  1528. #elif PIN_EXISTS(FAN) && SPINDLE_LASER_PWM_PIN == FAN_PIN
  1529. #error "SPINDLE_LASER_PWM_PIN is used FAN_PIN."
  1530. #elif PIN_EXISTS(FAN1) && SPINDLE_LASER_PWM_PIN == FAN1_PIN
  1531. #error "SPINDLE_LASER_PWM_PIN is used FAN1_PIN."
  1532. #elif PIN_EXISTS(FAN2) && SPINDLE_LASER_PWM_PIN == FAN2_PIN
  1533. #error "SPINDLE_LASER_PWM_PIN is used FAN2_PIN."
  1534. #elif PIN_EXISTS(CONTROLLERFAN) && SPINDLE_LASER_PWM_PIN == CONTROLLERFAN_PIN
  1535. #error "SPINDLE_LASER_PWM_PIN is used by CONTROLLERFAN_PIN."
  1536. #elif PIN_EXISTS(MOTOR_CURRENT_PWM_XY) && SPINDLE_LASER_PWM_PIN == MOTOR_CURRENT_PWM_XY_PIN
  1537. #error "SPINDLE_LASER_PWM_PIN is used by MOTOR_CURRENT_PWM_XY."
  1538. #elif PIN_EXISTS(MOTOR_CURRENT_PWM_Z) && SPINDLE_LASER_PWM_PIN == MOTOR_CURRENT_PWM_Z_PIN
  1539. #error "SPINDLE_LASER_PWM_PIN is used by MOTOR_CURRENT_PWM_Z."
  1540. #elif PIN_EXISTS(MOTOR_CURRENT_PWM_E) && SPINDLE_LASER_PWM_PIN == MOTOR_CURRENT_PWM_E_PIN
  1541. #error "SPINDLE_LASER_PWM_PIN is used by MOTOR_CURRENT_PWM_E."
  1542. #elif PIN_EXISTS(CASE_LIGHT) && SPINDLE_LASER_PWM_PIN == CASE_LIGHT_PIN
  1543. #error "SPINDLE_LASER_PWM_PIN is used by CASE_LIGHT."
  1544. #endif
  1545. #endif
  1546. #endif // SPINDLE_LASER_ENABLE
  1547. #if ENABLED(CNC_COORDINATE_SYSTEMS) && ENABLED(NO_WORKSPACE_OFFSETS)
  1548. #error "CNC_COORDINATE_SYSTEMS is incompatible with NO_WORKSPACE_OFFSETS."
  1549. #endif
  1550. #if !BLOCK_BUFFER_SIZE || !IS_POWER_OF_2(BLOCK_BUFFER_SIZE)
  1551. #error "BLOCK_BUFFER_SIZE must be a power of 2."
  1552. #endif
  1553. #if ENABLED(LED_CONTROL_MENU) && DISABLED(ULTIPANEL)
  1554. #error "LED_CONTROL_MENU requires an LCD controller."
  1555. #endif
  1556. #if ENABLED(CASE_LIGHT_USE_NEOPIXEL) && DISABLED(NEOPIXEL_LED)
  1557. #error "CASE_LIGHT_USE_NEOPIXEL requires NEOPIXEL_LED."
  1558. #endif
  1559. #if ENABLED(SKEW_CORRECTION)
  1560. #if !defined(XY_SKEW_FACTOR) && !(defined(XY_DIAG_AC) && defined(XY_DIAG_BD) && defined(XY_SIDE_AD))
  1561. #error "SKEW_CORRECTION requires XY_SKEW_FACTOR or XY_DIAG_AC, XY_DIAG_BD, XY_SIDE_AD."
  1562. #endif
  1563. #if ENABLED(SKEW_CORRECTION_FOR_Z)
  1564. #if !defined(XZ_SKEW_FACTOR) && !(defined(XZ_DIAG_AC) && defined(XZ_DIAG_BD) && defined(XZ_SIDE_AD))
  1565. #error "SKEW_CORRECTION requires XZ_SKEW_FACTOR or XZ_DIAG_AC, XZ_DIAG_BD, XZ_SIDE_AD."
  1566. #endif
  1567. #if !defined(YZ_SKEW_FACTOR) && !(defined(YZ_DIAG_AC) && defined(YZ_DIAG_BD) && defined(YZ_SIDE_AD))
  1568. #error "SKEW_CORRECTION requires YZ_SKEW_FACTOR or YZ_DIAG_AC, YZ_DIAG_BD, YZ_SIDE_AD."
  1569. #endif
  1570. #endif
  1571. #endif
  1572. #if ENABLED(POWER_LOSS_RECOVERY) && !ENABLED(ULTIPANEL)
  1573. #error "POWER_LOSS_RECOVERY currently requires an LCD Controller."
  1574. #endif
  1575. #endif // _SANITYCHECK_H_