diff options
| author | johnnyr <thehdesk@gmail.com> | 2011-01-05 23:01:30 -0800 | 
|---|---|---|
| committer | johnnyr <thehdesk@gmail.com> | 2011-01-05 23:01:30 -0800 | 
| commit | 933c0b69b17491ec991251c51fbd58267cf83154 (patch) | |
| tree | 84dc0e3806538e5494491119b4f1b19620e6272d /Tonokip_Firmware | |
| parent | ad612ac4e6a4da2c6928eb847069cd9bd3ba6de8 (diff) | |
set endstop default config for RRSOES
Diffstat (limited to 'Tonokip_Firmware')
| -rw-r--r-- | Tonokip_Firmware/configuration.h | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
