set endstop default config for RRSOES
This commit is contained in:
parent
ad612ac4e6
commit
933c0b69b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue