mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-23 20:18:52 +00:00
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() {
|
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…
Reference in New Issue
Block a user