diff options
author | johnnyr <thehdesk@gmail.com> | 2010-08-12 09:26:13 -0700 |
---|---|---|
committer | johnnyr <thehdesk@gmail.com> | 2010-08-12 09:26:13 -0700 |
commit | b51219c4e76fd894f71b12d334218cd56299414e (patch) | |
tree | 3a8dc92bcc8816198d4978e637de68c899bd4683 | |
parent | ea3fda25c5ab1efe3d10ccd00d193ddc33651625 (diff) |
customized config for RAMPS
-rw-r--r-- | Tonokip_Firmware/configuration.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 5a5551f..47a4a6e 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -1,4 +1,3 @@ - #ifndef PARAMETERS_H #define PARAMETERS_H @@ -42,7 +41,7 @@ const bool DISABLE_E = false; const bool INVERT_X_DIR = false; const bool INVERT_Y_DIR = false; const bool INVERT_Z_DIR = true; -const bool INVERT_E_DIR = true; +const bool INVERT_E_DIR = false; //Endstop Settings const bool ENDSTOPS_INVERTING = true; |