Correct hardware endstops default
All credits to RicardoGA
This commit is contained in:
parent
f9b4b90058
commit
bb66ffb2ae
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ Endstops endstops;
|
|||
Endstops::Endstops() {
|
||||
enable_globally(
|
||||
#if ENABLED(ENDSTOPS_ONLY_FOR_HOMING)
|
||||
true
|
||||
#else
|
||||
false
|
||||
#else
|
||||
true
|
||||
#endif
|
||||
);
|
||||
enable(true);
|
||||
|
|
Loading…
Reference in a new issue