Skip to main content
Sign in
Snippets Groups Projects
Commit a4c78ae7 authored by Scott Lahteine's avatar Scott Lahteine Committed by Richard Wackerbarth
Browse files

Add E1 pins to SENSITIVE_PINS for Dual Y or Dual Z

parent a39fadf8
Branches
Tags
No related merge requests found
......@@ -143,6 +143,9 @@
#define _E3_PINS E3_STEP_PIN, E3_DIR_PIN, E3_ENABLE_PIN, HEATER_3_PIN, analogInputToDigitalPin(TEMP_3_PIN),
#endif
#endif
#elif ENABLED(Y_DUAL_STEPPER_DRIVERS) || ENABLED(Z_DUAL_STEPPER_DRIVERS)
#undef _E1_PINS
#define _E1_PINS E1_STEP_PIN, E1_DIR_PIN, E1_ENABLE_PIN,
#endif
#ifdef X_STOP_PIN
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment