From 84cbf2a42a186c59f4675cff3bbe8a162226ef3c Mon Sep 17 00:00:00 2001 From: Markus Hitter Date: Sun, 8 Jun 2014 22:30:43 +0200 Subject: [PATCH] home.c: no need to turn off Z axis here. This is done in dda.c already, see dda.c, line 678. --- home.c | 1 - 1 file changed, 1 deletion(-) diff --git a/home.c b/home.c index 39e9900..77d2d75 100644 --- a/home.c +++ b/home.c @@ -210,7 +210,6 @@ void home_z_negative() { startpoint.axis[Z] = next_target.target.axis[Z] = 0; #endif dda_new_startpoint(); - z_disable(); #endif }