home.c: no need to turn off Z axis here.

This is done in dda.c already, see dda.c, line 678.
This commit is contained in:
Markus Hitter 2014-06-08 22:30:43 +02:00
parent 94fa733ee8
commit 84cbf2a42a
1 changed files with 0 additions and 1 deletions

1
home.c
View File

@ -210,7 +210,6 @@ void home_z_negative() {
startpoint.axis[Z] = next_target.target.axis[Z] = 0;
#endif
dda_new_startpoint();
z_disable();
#endif
}