From b51219c4e76fd894f71b12d334218cd56299414e Mon Sep 17 00:00:00 2001 From: johnnyr Date: Thu, 12 Aug 2010 09:26:13 -0700 Subject: customized config for RAMPS --- Tonokip_Firmware/configuration.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Tonokip_Firmware/configuration.h') 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; -- cgit v1.2.1