-
|
I am building a dremel cnc thingy, ganged Y using a btt skr piko 1.0. If I pick 3 axis ganged Y for the grblHAL build, I only get $140..$142 as "motors", where as I was expecting I may have seen $140..$143 with Y1=$141 and Y2=$143 (for example). But given what I am seeing (or not seeing) is E following Y=$141 so any setting for Y=$141 logically is going to YE physically? Or is it I need select 4 axis and Y and E are ganged then? That isn't intuitive really if ganging is a thing and the means to have one axis follow and other (and so you don't need a controller to send same gossip to two motors at once, which I assume can get messy). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
|
Ganged/auto-squared axes cannot have different settings so e.g. Y-axis settings applies to both Y motors. |
Beta Was this translation helpful? Give feedback.
-
|
my machine has X Y1 Y2 Z and A with 5 driver boards. Do i set this up as 4 axis with ganged Y when loading in the info for the firmware? firmware |
Beta Was this translation helpful? Give feedback.
-
|
This should be the MAP for the GD32F303CCT6 48 pin MCU |
Beta Was this translation helpful? Give feedback.
Yep, so quadruple checking and as I was assuming y2 on "extruder" port. So, only glitch is [PIN:15,Y enable] probably should be [PIN:15,Y2 enable] etc.