Skip to content

Commit 28e7286

Browse files
authored
Merge pull request #483 from justinclift/justin-edge-preview-spindle-polarity-defaults-fix-v1
Fix bug with default spindle polarity value
2 parents 2116759 + 6beefca commit 28e7286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g2core/settings/settings_default.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
#endif
8787

8888
#ifndef SPINDLE_ENABLE_POLARITY
89-
#define SPINDLE_ENABLE_POLARITY SPINDLE_ACTIVE_HIGH // {spep: 0=active low, 1=active high
89+
#define SPINDLE_ENABLE_POLARITY 1 // 0=active low, 1=active high
9090
#endif
9191

9292
#ifndef SPINDLE_DIR_POLARITY

0 commit comments

Comments
 (0)