From 63d9324143ce8ccd34ebbdbf6d6141ff84c777c5 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 29 Apr 2013 14:20:52 +0200 Subject: Holding Z may be beneficial and shouldn't cause trouble --- Sprinter/Configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 757c866..c82df79 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -111,7 +111,7 @@ const bool Z_ENDSTOP_INVERT = false; //----------------------------------------------------------------------- const bool DISABLE_X = false; const bool DISABLE_Y = false; -const bool DISABLE_Z = true; +const bool DISABLE_Z = false; const bool DISABLE_E = false; //----------------------------------------------------------------------- -- cgit v1.2.1