Pins E sanity check tweak

This commit is contained in:
Scott Lahteine
2018-10-18 18:48:12 -05:00
parent bc22641002
commit a81763c237
6 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@
#define EEPROM_EMULATED_WITH_SRAM // Emulate the EEPROM using Backup SRAM
#if E_STEPPERS > 1 || HOTENDS > 1
#if HOTENDS > 1 || E_STEPPERS > 1
#error "RemRam supports only one hotend / E-stepper."
#endif