瀏覽代碼

CheapTRONIC v2.0 additions/revisions

Based on #9030
Scott Lahteine 7 年之前
父節點
當前提交
048d8a0158
共有 1 個檔案被更改,包括 8 行新增3 行删除
  1. 8
    3
      Marlin/src/pins/pins_CHEAPTRONICv2.h

+ 8
- 3
Marlin/src/pins/pins_CHEAPTRONICv2.h 查看文件

74
 #define TEMP_0_PIN         15
74
 #define TEMP_0_PIN         15
75
 #define TEMP_1_PIN         13
75
 #define TEMP_1_PIN         13
76
 #define TEMP_2_PIN         14
76
 #define TEMP_2_PIN         14
77
-#define TEMP_3_PIN         11
77
+#define TEMP_3_PIN         11   // should be used for chamber temperature control
78
 #define TEMP_BED_PIN       12
78
 #define TEMP_BED_PIN       12
79
 
79
 
80
 //
80
 //
109
 //
109
 //
110
 // Other board specific pins
110
 // Other board specific pins
111
 //
111
 //
112
+#define FIL_RUNOUT_PIN     37   // board input labeled as F-DET
113
+#define Z_MIN_PROBE_PIN    36   // additional external board input labeled as E-SENS (should be used for Z-probe)  
112
 #define LED_PIN            13
114
 #define LED_PIN            13
113
-#define SPINDLE_ENABLE_PIN  4
115
+#define SPINDLE_ENABLE_PIN  4   // additional PWM pin 1 at JP1 connector - should be used for laser control too
116
+#define EXT_2               5   // additional PWM pin 2 at JP1 connector
117
+#define EXT_3               2   // additional PWM pin 3 at JP1 connector
114
 #define FAN_PIN             3
118
 #define FAN_PIN             3
119
+#define FAN2_PIN           58   // additional fan or light control output
115
 #define PS_ON_PIN          45
120
 #define PS_ON_PIN          45
116
 #define KILL_PIN           46
121
 #define KILL_PIN           46
117
 
122
 
118
 #ifndef FILWIDTH_PIN
123
 #ifndef FILWIDTH_PIN
119
-  #define FILWIDTH_PIN     37   // should be Analog Input (0-15)
124
+  #define FILWIDTH_PIN     11   // shared with TEMP_3 analog input
120
 #endif
125
 #endif

Loading…
取消
儲存