I'm working on a board from Ultimachine and you can access the Marlin files here.
The printer is a modified Gigabot from re:3D. The current configuration of the printer is one X, 2 Y, and 2 Z steppers, same for the endstops, dual extruders, and it uses a RepRapDiscount full graphic smart controller
When compiling the firmware directly after downloading with no changes I have no issues. When I enable dual steppers I get an error like "No E stepper plug left for Y2!" and "Y_DUAL_STEPPER_DRIVERS requires Y2 pins (and an extra E plug)."
even though there's 3 additional spots that it says it should automatically fill the next available extruder. Even if I go through and change the E stepper defines to Y2 and Z2 I still get the same errors. I fell down a rabbit hole yesterday trying to track the issue but I felt like every time I "fixed" something it broke something else.
This morning I tried taking the pin file for this board and moving it to the latest release of Marlin 2.0.4 but that wouldn't work for me for other reasons. All I want is this board to give life to the printer even if it's just simply making the bed move up and down.
Any advice would be really appreciated.
The printer is a modified Gigabot from re:3D. The current configuration of the printer is one X, 2 Y, and 2 Z steppers, same for the endstops, dual extruders, and it uses a RepRapDiscount full graphic smart controller
When compiling the firmware directly after downloading with no changes I have no issues. When I enable dual steppers I get an error like "No E stepper plug left for Y2!" and "Y_DUAL_STEPPER_DRIVERS requires Y2 pins (and an extra E plug)."
even though there's 3 additional spots that it says it should automatically fill the next available extruder. Even if I go through and change the E stepper defines to Y2 and Z2 I still get the same errors. I fell down a rabbit hole yesterday trying to track the issue but I felt like every time I "fixed" something it broke something else.
This morning I tried taking the pin file for this board and moving it to the latest release of Marlin 2.0.4 but that wouldn't work for me for other reasons. All I want is this board to give life to the printer even if it's just simply making the bed move up and down.
Any advice would be really appreciated.