Replies: 1 comment 2 replies
-
It is not implemented.
At least not asked for recently, could be it was some time back.
Not that I know of. If someone wants to implement it go ahead - I will not add it to my workload for quite a while. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's assume I have a 3 axis cartesian gantry setup (with a single motor + spindle for each axis) with a skew in the X/Y plane that I can't fix by physically adjusting the hardware. I'd like to correct this in software. I was not able to find proper information if/how this is possible in grblHAL. I found gcode processing tools, like goskew or gskewer, that try to do this outside of the controller. I have 3 issues with that:
All I need (I think), would be the option to tell the planner that for every step in Y it needs to add some (very small) fraction of a step to X. I found a discussion somewhere in an old GRBL forum where someone claimed that this would not be possible on the 8-bit cpu they were operating on. I'm currently using a RP2040 and would assume this limitation does not apply.
Is this implemented and I simply failed to find it? If not, is this planned / discussed already? If not, is there an obstacle implementing this, that I currently failed to see?
Beta Was this translation helpful? Give feedback.
All reactions