ソースを参照

Add E1 pins to SENSITIVE_PINS for Dual Y or Dual Z

Scott Lahteine 9年前
コミット
a4c78ae786
1個のファイルの変更3行の追加0行の削除
  1. 3
    0
      Marlin/pins.h

+ 3
- 0
Marlin/pins.h ファイルの表示

@@ -143,6 +143,9 @@
143 143
       #define _E3_PINS E3_STEP_PIN, E3_DIR_PIN, E3_ENABLE_PIN, HEATER_3_PIN, analogInputToDigitalPin(TEMP_3_PIN),
144 144
     #endif
145 145
   #endif
146
+#elif ENABLED(Y_DUAL_STEPPER_DRIVERS) || ENABLED(Z_DUAL_STEPPER_DRIVERS)
147
+  #undef _E1_PINS
148
+  #define _E1_PINS E1_STEP_PIN, E1_DIR_PIN, E1_ENABLE_PIN,
146 149
 #endif
147 150
 
148 151
 #ifdef X_STOP_PIN

読み込み中…
キャンセル
保存