Browse Source

Merge pull request #3828 from AnHardt/hw-endstops-default

Correct hardware endstops default
pull/1/head
Scott Lahteine 8 years ago
parent
commit
714d526614
  1. 4
      Marlin/endstops.cpp

4
Marlin/endstops.cpp

@ -39,9 +39,9 @@ Endstops endstops;
Endstops::Endstops() { Endstops::Endstops() {
enable_globally( enable_globally(
#if ENABLED(ENDSTOPS_ONLY_FOR_HOMING) #if ENABLED(ENDSTOPS_ONLY_FOR_HOMING)
true
#else
false false
#else
true
#endif #endif
); );
enable(true); enable(true);

Loading…
Cancel
Save