set endstop default config for RRSOES

This commit is contained in:
johnnyr 2011-01-05 23:01:30 -08:00
parent ad612ac4e6
commit 933c0b69b1

View file

@ -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;