Correct hardware endstops default
All credits to RicardoGA
This commit is contained in:
parent
f9b4b90058
commit
bb66ffb2ae
@ -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 New Issue
Block a user