summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authorlemio <geert.roumen@gmail.com>2011-08-27 03:28:16 +0300
committerAlessandro Ranellucci <aar@cpan.org>2011-08-26 19:01:47 +0200
commit34b9fd054b7c45e9e3d7b6696c426d006380fd14 (patch)
tree9e4deb40f277b65a6e61c529112252e5ac94a46b /Sprinter/Configuration.h
parenta638077ea8399f77e7314ddcb93eb985e01d5d1f (diff)
Edited Sprinter/Configuration.h via GitHub
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h
index 354e59d..f0001da 100644
--- a/Sprinter/Configuration.h
+++ b/Sprinter/Configuration.h
@@ -31,10 +31,11 @@ float axis_steps_per_unit[] = {80, 80, 3200/1.25,700};
//// Endstop Settings
#define ENDSTOPPULLUPS 1 // Comment this out (using // at the start of the line) to disable the endstop pullup resistors
// The pullups are needed if you directly connect a mechanical endswitch between the signal and ground pins.
-const bool ENDSTOPS_INVERTING = false; //set to true to invert the logic of the endstops
//If your axes are only moving in one direction, make sure the endstops are connected properly.
//If your axes move in one direction ONLY when the endstops are triggered, set ENDSTOPS_INVERTING to true here
-
+cost bool X_ENDSTOP_INVERT = false;//set to true to invert the logic of the endstops
+cost bool Y_ENDSTOP_INVERT = false;//set to true to invert the logic of the endstops
+cost bool Z_ENDSTOP_INVERT = false;//set to true to invert the logic of the endstops
// This determines the communication speed of the printer
#define BAUDRATE 115200