Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@

// @section homing

#define ENDSTOPS_ONLY_FOR_HOMING // If defined the endstops will only be used for homing

#define ENDSTOPS_ONLY_FOR_HOMING // If defined the endstops and probes will only be used until homing and for probing.
#define FREE_ENDSTOPS // Free the hardware endstops and probes after homing, probing and during initialisation my ?_HOME_BUMP_MM.
// @section extras

//#define Z_LATE_ENABLE // Enable Z the last moment. Needed if your Z driver overheats.
Expand Down
Loading