Another plasma component...
It appears that reverse run and the tp fix conflict with each other and it is above my pay grade to fix it (I did try but made a complete hash of it) so it may need robEllenberg to sort it as I think he is the author of both.
In the meantime we need to decide on one of two options until this can be fixed:
1. master with the tp fix + external offsets
2. master before the tp fix + external offsets + reverse run
Cheers, Phill.
My vote would be for the TP fix. The tp bug can affect cut quality, reverse run is more a convenience. Maybe you can make a comment on one of the issues or on the developers mailing list. I think external offsets will be pushed to master soon. Hopefully, they will also look at reverse run. Its been talked about.
The other feature mentioned that may be useful was the state tags branch. This has been suggested to be a possible solution to knowing the original feed rate instead of using remapping. I've looked at the code and have seen the new structure but don't know how you would access it from the component.... Some discussion on Issue 440 here but I could never find out how it might be used.:
github.com/LinuxCNC/linuxcnc/issues/440
Please Log in or Create an account to join the conversation.
github.com/LinuxCNC/linuxcnc/issues/447
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The other feature mentioned that may be useful was the state tags branch. This has been suggested to be a possible solution to knowing the original feed rate instead of using remapping. I've looked at the code and have seen the new structure but don't know how you would access it from the component.... Some discussion on Issue 440 here but I could never find out how it might
In normal use with this config (with the F word remap) the original feed rate comes from the feed rate set in the gladevcp panel.
Cheers, Phill
Please Log in or Create an account to join the conversation.
external offsets is next... where can I find the latest version of that?
Rene
Please Log in or Create an account to join the conversation.
I will check this out later today.
External offsets is the dgarr/external_offsets branch.
Cheers, Phill
Please Log in or Create an account to join the conversation.
The F word remapping is now scales correctly for all imperial/metric combinations.
THC calculations only use the user requested feed rate.
Cheers, Phill.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I just merged reverse run into master, please test if everything works.
external offsets is next... where can I find the latest version of that?
Rene
Rene, On 20 October, on the developers email list, Dewey said
>The current single patch is:
i updated the commit message so the current single commit is 784db0335:
github.com/LinuxCNC/linuxcnc/commit/784d...5362a0dae498290d8786
Not sure that is useful for you. Thank you very much for committing these things. It will make life easy for many of us!
Please Log in or Create an account to join the conversation.
SQL is working in Linuxcnc. For making a c component mysql.h is missing, it's not in the include directory, so this takes more time.
We can also use different version's of SQL. lite_version
Maybe the best way is to test a dynamic input set up.
Please Log in or Create an account to join the conversation.