From 38eb0a1bcda7239f5c8b4f0158128a423b7f25d1 Mon Sep 17 00:00:00 2001 From: tonokip Date: Sun, 2 May 2010 13:47:44 -0700 Subject: added config option for inverting stepper direction --- Tonokip_Firmware/configuration.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Tonokip_Firmware/configuration.h') diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 50e1c76..268e05c 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -32,6 +32,11 @@ const bool DISABLE_Y = false; const bool DISABLE_Z = true; const bool DISABLE_E = false; +const bool INVERT_X_DIR = false; +const bool INVERT_Y_DIR = false; +const bool INVERT_Z_DIR = false; +const bool INVERT_E_DIR = false; + //Endstop Settings const bool ENDSTOPS_INVERTING = true; const bool min_software_endstops = false; //If true, axis won't move to coordinates less than zero. -- cgit v1.2.1