diff options
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; //----------------------------------------------------------------------- |