|
@@ -458,13 +458,13 @@
|
458
|
458
|
#elif defined(CUSTOM_MENDEL_NAME)
|
459
|
459
|
#error CUSTOM_MENDEL_NAME is now CUSTOM_MACHINE_NAME. Please update your configuration.
|
460
|
460
|
#elif defined(HAS_AUTOMATIC_VERSIONING)
|
461
|
|
- #error HAS_AUTOMATIC_VERSIONING deprecated - use USE_AUTOMATIC_VERSIONING instead
|
|
461
|
+ #error HAS_AUTOMATIC_VERSIONING is now USE_AUTOMATIC_VERSIONING. Please update your configuration.
|
462
|
462
|
#elif defined(ENABLE_AUTO_BED_LEVELING)
|
463
|
|
- #error ENABLE_AUTO_BED_LEVELING deprecated - use AUTO_BED_LEVELING_FEATURE instead
|
|
463
|
+ #error ENABLE_AUTO_BED_LEVELING is now AUTO_BED_LEVELING_FEATURE. Please update your configuration.
|
464
|
464
|
#elif defined(SDSLOW)
|
465
|
|
- #error SDSLOW deprecated - set SPI_SPEED to SPI_HALF_SPEED instead
|
|
465
|
+ #error SDSLOW deprecated. Set SPI_SPEED to SPI_HALF_SPEED instead.
|
466
|
466
|
#elif defined(SDEXTRASLOW)
|
467
|
|
- #error SDEXTRASLOW deprecated - set SPI_SPEED to SPI_QUARTER_SPEED instead
|
|
467
|
+ #error SDEXTRASLOW deprecated. Set SPI_SPEED to SPI_QUARTER_SPEED instead.
|
468
|
468
|
#elif defined(Z_RAISE_BEFORE_HOMING)
|
469
|
469
|
#error Z_RAISE_BEFORE_HOMING is deprecated. Use MIN_Z_HEIGHT_FOR_HOMING instead.
|
470
|
470
|
#elif defined(FILAMENT_SENSOR)
|