Skip to content

Commit 8856b3f

Browse files
committed
Corrected K40 defaults
1 parent 73cdb2f commit 8856b3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grbl/defaults.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
#define DEFAULT_ARC_TOLERANCE 0.002 // mm
116116
#define DEFAULT_REPORT_INCHES 0 // false
117117
#define DEFAULT_INVERT_ST_ENABLE 0 // false
118-
#define DEFAULT_INVERT_LIMIT_PINS 1 // true
118+
#define DEFAULT_INVERT_LIMIT_PINS 1 // true for microswitches / false for optical sensors
119119
#define DEFAULT_SOFT_LIMIT_ENABLE 1 // true
120120
#define DEFAULT_HARD_LIMIT_ENABLE 0 // false
121121
#define DEFAULT_INVERT_PROBE_PIN 0 // false

0 commit comments

Comments
 (0)