Skip to content

Commit

Permalink
+ Enabled endstops be always on and also beep for them
Browse files Browse the repository at this point in the history
  • Loading branch information
iOrange committed Aug 4, 2022
1 parent 924affe commit a790181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@
//
// Short 2KHz beep when endstops are hit
//
//#define ENDSTOP_BEEP
#define ENDSTOP_BEEP

//
// The duration and frequency for the UI feedback sound.
Expand Down
2 changes: 1 addition & 1 deletion Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@

// If you want endstops to stay on (by default) even when not homing
// enable this option. Override at any time with M120, M121.
//#define ENDSTOPS_ALWAYS_ON_DEFAULT
#define ENDSTOPS_ALWAYS_ON_DEFAULT

// @section extras

Expand Down

0 comments on commit a790181

Please sign in to comment.