Skip to content

Commit 933c0b6

Browse files
committed
set endstop default config for RRSOES
1 parent ad612ac commit 933c0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tonokip_Firmware/configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const bool INVERT_Z_DIR = true;
4444
const bool INVERT_E_DIR = false;
4545

4646
//Endstop Settings
47-
const bool ENDSTOPS_INVERTING = true;
47+
const bool ENDSTOPS_INVERTING = false;
4848
const bool min_software_endstops = false; //If true, axis won't move to coordinates less than zero.
4949
const bool max_software_endstops = true; //If true, axis won't move to coordinates greater than the defined lengths below.
5050
const int X_MAX_LENGTH = 200;

0 commit comments

Comments
 (0)