Dev2: Cleanup of configuration.h

In the configuration.h I do find:
/**
Beeper sound definitions for short beeps during key actions
and longer beeps for important actions.
Parameter is delay in microseconds and the secons is the number of repetitions.
Values must be in range 1..255
*/
#define BEEPER_SHORT_SEQUENCE 2, 2
#define BEEPER_LONG_SEQUENCE 8, 8
#define UI_SET_MIN_HEATED_BED_TEMP 20
#define UI_SET_MAX_HEATED_BED_TEMP 120
#define UI_SET_MIN_EXTRUDER_TEMP 80
#define UI_SET_MAX_EXTRUDER_TEMP 275
#define UI_SET_EXTRUDER_FEEDRATE 5
#define UI_SET_EXTRUDER_RETRACT_DISTANCE 3

//#define CUSTOM_EVENTS
//#define CUSTOM_MENU
//#define CUSTOM_TRANSLATIONS
#define HALFAUTOMATIC_LEVELING 1
// add z probe height routine
//#define ZPROBE_HEIGHT_ROUTINE
//#define ZPROBE_REF_HEIGHT 5.97
//#define Z_UP_AFTER_HOME 0

#endif

Because I cannot find any of them in other files (using the "search in files"-function of visual studio code), I think all of these lines can be deleted. Or am I wrong?

Comments

Sign In or Register to comment.