diff options
| author | Christian Franke <nobody@nowhere.ws> | 2013-04-29 14:20:52 +0200 | 
|---|---|---|
| committer | Christian Franke <nobody@nowhere.ws> | 2013-04-29 14:20:52 +0200 | 
| commit | 63d9324143ce8ccd34ebbdbf6d6141ff84c777c5 (patch) | |
| tree | df1975ea9d7343dc30e84a931aba11e0f073b2e6 /Sprinter/Configuration.h | |
| parent | d6ee22267bde817bfb3977d323678dd66983daa3 (diff) | |
Holding Z may be beneficial and shouldn't cause trouble
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;  //----------------------------------------------------------------------- | 
