Skip to content

Commit

Permalink
Merge pull request #3828 from AnHardt/hw-endstops-default
Browse files Browse the repository at this point in the history
Correct hardware endstops default
  • Loading branch information
thinkyhead committed May 23, 2016
2 parents f9b4b90 + bb66ffb commit 714d526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Marlin/endstops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Endstops endstops;
Endstops::Endstops() {
enable_globally(
#if ENABLED(ENDSTOPS_ONLY_FOR_HOMING)
true
#else
false
#else
true
#endif
);
enable(true);
Expand Down

0 comments on commit 714d526

Please sign in to comment.