Skip to content

Commit

Permalink
Fix bug with default spindle polarity value
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Oct 31, 2020
1 parent 441003f commit 6beefca
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 6beefca

Please sign in to comment.