Skip to content

Commit 5830f9c

Browse files
jahartleythinkyhead
authored andcommitted
Expose JOYSTICK_DEBUG to the general user (MarlinFirmware#19394)
Co-authored-by: Scott Lahteine <[email protected]>
1 parent 4614d06 commit 5830f9c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Marlin/Configuration_adv.h

+1
Original file line numberDiff line numberDiff line change
@@ -3339,6 +3339,7 @@
33393339
#define JOY_X_LIMITS { 5600, 8190-100, 8190+100, 10800 } // min, deadzone start, deadzone end, max
33403340
#define JOY_Y_LIMITS { 5600, 8250-100, 8250+100, 11000 }
33413341
#define JOY_Z_LIMITS { 4800, 8080-100, 8080+100, 11550 }
3342+
//#define JOYSTICK_DEBUG
33423343
#endif
33433344

33443345
/**

Marlin/src/feature/joystick.h

-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030
#include "../core/macros.h"
3131
#include "../module/temperature.h"
3232

33-
//#define JOYSTICK_DEBUG
34-
3533
class Joystick {
3634
friend class Temperature;
3735
private:

0 commit comments

Comments
 (0)