We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad612ac commit 933c0b6Copy full SHA for 933c0b6
Tonokip_Firmware/configuration.h
@@ -44,7 +44,7 @@ const bool INVERT_Z_DIR = true;
44
const bool INVERT_E_DIR = false;
45
46
//Endstop Settings
47
-const bool ENDSTOPS_INVERTING = true;
+const bool ENDSTOPS_INVERTING = false;
48
const bool min_software_endstops = false; //If true, axis won't move to coordinates less than zero.
49
const bool max_software_endstops = true; //If true, axis won't move to coordinates greater than the defined lengths below.
50
const int X_MAX_LENGTH = 200;
0 commit comments