diff --git a/Makefile-common b/Makefile-common index 1af2fff..520650f 100644 --- a/Makefile-common +++ b/Makefile-common @@ -144,6 +144,10 @@ regressiontests: # Test for parallel 4-bit bus and HD44780 display using an old Gen7. $(MAKE) -f Makefile-AVR USER_CONFIG=testcases/config.regtest-display.h \ EXTRA_CFLAGS=-Werror all + # Test for ACCELERATION_REPRAP. + $(MAKE) -f Makefile-AVR \ + USER_CONFIG=testcases/config.regtest-acceleration-reprap.h \ + MCU=atmega2560 F_CPU=16000000UL EXTRA_CFLAGS=-Werror all # Continue with ARM based boards, a Gen7-ARM. $(MAKE) -f Makefile-ARM USER_CONFIG=testcases/config.regtest-gen7-arm.h \ EXTRA_CFLAGS=-Werror all diff --git a/testcases/config.regtest-acceleration-reprap.h b/testcases/config.regtest-acceleration-reprap.h new file mode 100644 index 0000000..ecd7599 --- /dev/null +++ b/testcases/config.regtest-acceleration-reprap.h @@ -0,0 +1,10 @@ + +// Configuration for controller board. +#include "../config/board.ramps-v1.3.h" + +// Configuration for printer board. +#include "../config/printer.mendel.h" + +#undef ACCELERATION_RAMPING +#undef ACCELERATION_TEMPORAL +#define ACCELERATION_REPRAP