summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
authorjohnnyr <thehdesk@gmail.com>2010-08-12 09:26:13 -0700
committerjohnnyr <thehdesk@gmail.com>2010-08-12 09:26:13 -0700
commitb51219c4e76fd894f71b12d334218cd56299414e (patch)
tree3a8dc92bcc8816198d4978e637de68c899bd4683 /Tonokip_Firmware/configuration.h
parentea3fda25c5ab1efe3d10ccd00d193ddc33651625 (diff)
customized config for RAMPS
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
-rw-r--r--Tonokip_Firmware/configuration.h3
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;