Tinybee with dual Y motors #160
Mattmannz71
started this conversation in
General
Replies: 2 comments 5 replies
-
Somebody has to check the termistor inputs, since I am not sure if they can be used for digital signals due to the RC network present. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Thanks for all the help thus far, I will have a look and see if I am able to measure the voltage. When I use the web builder for this board it allows me to select auto squared for the Y axis, how does that work if there is no limit pin for the second Y axis? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, planning to run an MKS TInybee with dual Y motors seperately controlled. I am using the web builder and have selected auto squared under the Y axis which I assume gives me 2 Y axis.
looking at the provided board map for the Tinybee when running dual motors on an axis ie 4 motors it wants to use the probe pin as the limit switch for the 2nd Y axis motor (E0) but won't if it's already defined. Am I reading this correctly?
How can I setup another pin (appears to be a few spare ie TH1/2) to use as either probe or the second Y axis limit?
Appreciate all the help.
Cheers
Matt
#if PROBE_ENABLE || N_ABC_MOTORS == 0
#define AUXINPUT1_PIN GPIO_NUM_35 // MT_DET
#endif
#if N_ABC_MOTORS >= 1
#define M3_AVAILABLE // E0
#define M3_STEP_PIN I2SO(10)
#define M3_DIRECTION_PIN I2SO(11)
#define M3_ENABLE_PIN I2SO(9)
#ifndef AUXINPUT1_PIN
#define M3_LIMIT_PIN GPIO_NUM_35 // MT_DET
Beta Was this translation helpful? Give feedback.
All reactions