-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Simply over-write the LinuxCNC tp folder with the Tormach one #3524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
I have merged this into master on my fork. |
|
I never expected this to compile (and even less work). 23eba66#diff-da68bc4b06ffe02ed3538bf29569a95ddbb12bb2f096c865c15752eac9c130a5L113 In this case it looks like PM_CARTESIAN as a macro has been replaced by PmCartesian. (though Github CoPilot disagrees) (I don't even know what cms does, it's one of the more mysteriious corners of LinuxCNC) |
|
I have thrown my industrial-grade stochastic parrot at this diff, and it doesn't look like we're missing much. the wall of text below is what it deemed useful for the machinists after analyzing the code.
|
|
It's this bit that we want: Hopefully this will address the common problem reported with combined rotary and linear moves in cases where the G-code is many small moves and 1-segment lookahead is the bottleneck. I have wondered if AI can help with large merges like this, but haven't found a free tool to try it with. (and I trust myself a little more than AI) |
This is just an exercise to see what changed. It definitely should not be merged.