From d8e844bb67e2d80a65d7fe4eda235e9ee558eeee Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Thu, 23 Sep 2010 13:34:02 +0200 Subject: [PATCH] Allow compilation without any acceleration again. --- machine.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/machine.h b/machine.h index 1bcec16..720406c 100644 --- a/machine.h +++ b/machine.h @@ -41,9 +41,7 @@ Each movement starts at the speed of the previous command and accelerates or decelerates linearly to reach target speed at the end of the movement. Can also be set in Makefile */ -#ifndef ACCELERATION_RAMPING #define ACCELERATION_REPRAP -#endif /* acceleration and deceleration ramping.