Selaa lähdekoodia

Expose JOYSTICK_DEBUG to the general user (#19394)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
jahartley 4 vuotta sitten
vanhempi
commit
da1a60aeb6
No account linked to committer's email address
2 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1
    0
      Marlin/Configuration_adv.h
  2. 0
    2
      Marlin/src/feature/joystick.h

+ 1
- 0
Marlin/Configuration_adv.h Näytä tiedosto

@@ -3339,6 +3339,7 @@
3339 3339
   #define JOY_X_LIMITS { 5600, 8190-100, 8190+100, 10800 } // min, deadzone start, deadzone end, max
3340 3340
   #define JOY_Y_LIMITS { 5600, 8250-100, 8250+100, 11000 }
3341 3341
   #define JOY_Z_LIMITS { 4800, 8080-100, 8080+100, 11550 }
3342
+  //#define JOYSTICK_DEBUG
3342 3343
 #endif
3343 3344
 
3344 3345
 /**

+ 0
- 2
Marlin/src/feature/joystick.h Näytä tiedosto

@@ -30,8 +30,6 @@
30 30
 #include "../core/macros.h"
31 31
 #include "../module/temperature.h"
32 32
 
33
-//#define JOYSTICK_DEBUG
34
-
35 33
 class Joystick {
36 34
   friend class Temperature;
37 35
   private:

Loading…
Peruuta
Tallenna