Skip to content

Commit

Permalink
Merge pull request #483 from justinclift/justin-edge-preview-spindle-…
Browse files Browse the repository at this point in the history
…polarity-defaults-fix-v1

Fix bug with default spindle polarity value
  • Loading branch information
ril3y authored Apr 9, 2021
2 parents 2116759 + 6beefca commit 28e7286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2core/settings/settings_default.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
#endif

#ifndef SPINDLE_ENABLE_POLARITY
#define SPINDLE_ENABLE_POLARITY SPINDLE_ACTIVE_HIGH // {spep: 0=active low, 1=active high
#define SPINDLE_ENABLE_POLARITY 1 // 0=active low, 1=active high
#endif

#ifndef SPINDLE_DIR_POLARITY
Expand Down

0 comments on commit 28e7286

Please sign in to comment.