From 933c0b69b17491ec991251c51fbd58267cf83154 Mon Sep 17 00:00:00 2001 From: johnnyr Date: Wed, 5 Jan 2011 23:01:30 -0800 Subject: set endstop default config for RRSOES --- Tonokip_Firmware/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tonokip_Firmware/configuration.h') diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h index 4414846..c6f9754 100644 --- a/Tonokip_Firmware/configuration.h +++ b/Tonokip_Firmware/configuration.h @@ -44,7 +44,7 @@ const bool INVERT_Z_DIR = true; const bool INVERT_E_DIR = false; //Endstop Settings -const bool ENDSTOPS_INVERTING = true; +const bool ENDSTOPS_INVERTING = false; const bool min_software_endstops = false; //If true, axis won't move to coordinates less than zero. const bool max_software_endstops = true; //If true, axis won't move to coordinates greater than the defined lengths below. const int X_MAX_LENGTH = 200; -- cgit v1.2.1