Hello, Could someone tell me please what pond A3 and A4 pins control in the slave motor area. Thank you
That'd be the freshly minted v2.6 boards (I don't even have one yet!) - we will be adding the documentation page eventually, but thats to support a new feature in Grbl 1.1h: Dual axis homing See gnea/grbl for details gnea/grbl for the compile time options needed to enable it We prefer building the machine square though
Will Dual axis homing work on CNC XPro V3 board with external stepper motor drivers? I have dual motors on Y-Axis.
You need to be able to assign the slave driver's step/dir pins to A3 and A4 pins on the MCU, refer to the Grbl links above Big warning though a) this is extremely advanced use case - it really is better to BUILD the machine square than relying on the motors pulling it straight (especially working against a frame that is not square to begin with - otherwise undue tensions will just cause issues down the line) b) it has compromises (removes Grbl features to make space for this: See gnea/grbl (you loose corexy, spindle direction control, and misting control) c) the wiring is a hack - due to the limited IO pins available, the second Y switch is paralleled to Z - refer to the links above d) setting up that second limit to make sure it is actually squaring, is quite an exercise, again, actually easier to just build the machine properly (lots of fudging the position of the switch and checking square, and repeat. Quite frustrating to setup) All in all, not a feature we advise or recommend for normal users, There are better ways to build a square machine! We provide the jumpers for the odd 1% edge cases where someone is retrofitting a machine that has to have it, or something like an Ox or other kind of belt driven machine, where its near impossible to square it up mechanically - so they can use the feature
Which type of external driver are you using? Are the input signals in pairs? IE Ena+, Ena-. Step+, Step-. Dir+, Dir-? If so, you need to either connect all the + pins together to 5v, or all the - pins together to ground, depending on your input signal polarities. IE, if your Step, Dir, and Ena pulses are active high, you connect them to the + pins and ground all the - pins. If they are active low, you connect all the + pins to 5v, and the - pins to the signals. Make sure the signals can drive 5-10 mA because 99% of drivers use optocouplers on the inputs and you need enough current to light the LED's. Not sure what polarity of BB pin 14 is. MG