浏览代码

Expose JOYSTICK_DEBUG to the general user (#19394)

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
jahartley 4 年前
父节点
当前提交
da1a60aeb6
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 1 次插入2 次删除
  1. 1
    0
      Marlin/Configuration_adv.h
  2. 0
    2
      Marlin/src/feature/joystick.h

+ 1
- 0
Marlin/Configuration_adv.h 查看文件

@@ -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 查看文件

@@ -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:

正在加载...
取消
保存