Skip to content

Commit

Permalink
Expose JOYSTICK_DEBUG to the general user (#19394)
Browse files Browse the repository at this point in the history
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
  • Loading branch information
jahartley and thinkyhead authored Sep 17, 2020
1 parent 3eaa19f commit da1a60a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -3339,6 +3339,7 @@
#define JOY_X_LIMITS { 5600, 8190-100, 8190+100, 10800 } // min, deadzone start, deadzone end, max
#define JOY_Y_LIMITS { 5600, 8250-100, 8250+100, 11000 }
#define JOY_Z_LIMITS { 4800, 8080-100, 8080+100, 11550 }
//#define JOYSTICK_DEBUG
#endif

/**
Expand Down
2 changes: 0 additions & 2 deletions Marlin/src/feature/joystick.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@
#include "../core/macros.h"
#include "../module/temperature.h"

//#define JOYSTICK_DEBUG

class Joystick {
friend class Temperature;
private:
Expand Down

0 comments on commit da1a60a

Please sign in to comment.