From d8ca4176bf7f5e410105d26200390903a6f5fe68 Mon Sep 17 00:00:00 2001 From: Sonny Jeon Date: Thu, 11 Oct 2012 00:06:52 -0600 Subject: [PATCH] Homing stepper enable bit fix. --- limits.c | 6 ++++++ print.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/limits.c b/limits.c index ed2fc7d..d1cd7a9 100755 --- a/limits.c +++ b/limits.c @@ -160,6 +160,9 @@ void limits_go_home() { plan_synchronize(); // Empty all motions in buffer. + // Enable steppers by resetting the stepper disable port + STEPPERS_DISABLE_PORT &= ~(1<