MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.34k stars 19.25k forks source link

double Y axes, with one driver #27514

Closed Amal1321 closed 3 weeks ago

Amal1321 commented 3 weeks ago

Is your feature request related to a problem? Please describe.

No response

Are you looking for hardware support?

No response

Describe the feature you want

Hello, I need help with mu configuration. I have a 3dprinter with a 2 Y stepper motors driven with same driver TB6600, and I located and Endstop for each of the axes. I got confused with the modifications I have to do in the code I do not have Y2 driver type, and in order to define multiple endstops there is a condition that there should be a Y2 driver type any ideas?

Additional context

No response

ellensp commented 3 weeks ago

This Issue Queue is for Marlin bug reports and development-related issues, and we prefer not to handle user-support questions here. (As noted on this page.) For best results getting help with configuration and troubleshooting, please use the following resources:

After seeking help from the community, if the consensus points to a bug in Marlin, then you should post a bug report.

ellensp commented 3 weeks ago

you cannot have independent endstops without a driver each,
Q: how would one Y keep moving to get home when the other Y has stopped at home? A: It can not