This repository has been archived by the owner on Jan 14, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
Just looking at the arrays in stepdir_map.h and all i see is a nightmare of #if x2.... if y2... if z2... for every line that has a x y or z. |
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
-
I have spent the last 2 days working out how to get Ganged Axis, Squaring implemented in the STM32F4 driver. I seem to have managed to make it work. The driver appears to allow you to do a mapped io or a bit band in the step and direction functions. Using the bitband section I've added the appropriate #if.... and have it working nicely. I think I finally understand how the mapped io works but it looks like its going to want me to modify grbl/stepdir_map c_step_outmap to include the xyz2 bits and similar for direction. Looking for some feedback on if its worth doing. I'm guessing the time it takes to set all the bits at once vs each step/dir individually might not be that significant.
My questions.... I am going to guess that the squaring limit pin does not get reported in the console in any way. Is this correct?
Beta Was this translation helpful? Give feedback.
All reactions