Feature Request
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
Hopefully I got it sorted but if not I am confident you will be able to find out.I didn't want to not answer your questions in case there was something hanging out there you were waiting on an answer from me for. I will update, and get back to doing what I do best! Thanks for taking the time to fix these things! Much appreciated.
BTW I like the colour (color) of the water in you tray, it reminded me of the Little Colorado River.
Thanks! It's GreenCut by Lube Corp Manufacturing Inc, they're out of Canada. It has a bit of a piney smell to it too, so the garage smells nice when I fill the table haha. Supposedly it's so safe you can drink it (there are videos of the inventor drinking it... I'll just take his word for it) which was a big consideration because my sister's dogs visit me in the garage sometimes and I didn't want to worry about them drinking it when I wasn't looking. And supposedly it doesn't break down into toxic chemicals with the torch arc temperatures. Evidently that's a problem with the home-made compositions. There's a local supplier on my drive home from work, so it seemed like a no brainer.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19407
- Thank you received: 6507
As for the topic, it should be possible to use one of the existing buttons to make the ARCOK stick, and it would be clearly visible when active as they do change colour.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
I just add 1KG of baking soda and move on!
As for the topic, it should be possible to use one of the existing buttons to make the ARCOK stick, and it would be clearly visible when active as they do change colour.
That would be a good brute force method for testing purposes. I just need to figure out what coding I need to do to unlink and setp while code is running, and implement it into a button lol.
Please Log in or Create an account to join the conversation.
- Clive S
- Offline
- Platinum Member
- Posts: 2241
- Thank you received: 476
I just add 1KG of baking soda and move on!
As for the topic, it should be possible to use one of the existing buttons to make the ARCOK stick, and it would be clearly visible when active as they do change colour.
+ one less than a £1 a Kilo
Re:
So the system errored then paused and you couldn't jog?
Correct. And also after I pressed stop, it sometimes wouldn't let me jog for a few seconds.
Yes I have also seen that problem the screen locks up but some buttons will change stale when clicked on then after some time the screen unfreezes and every thing is normal again. This was about 1 month ago.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
I just pushed some fixes which hopefully will sort issues these out.
@Greg, I updated the cut-recovery branch as well.
@Clive, can you recall how it happened as it "should" only affect the manual/single cut feature.
Quick note, I believe users with older hal files will have to comment out the following lines in their <machine_name>.hal to make the latest update work:
#net spindle-manual-cw halui.spindle.0.forward
#net spindle-manual-ccw halui.spindle.0.reverse
#net spindle-manual-stop halui.spindle.0.stop
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
So, jogging with F9 is fixed, everything seemed to work well there. Even tried F9 with the torch off, and it found the metal and just stopped like it should. I did not try anything that caused paused motion though to see how that works. I will get to that tomorrow.
After I went to regular 65A consumables, I did discover that Hypertherms do output an Arc-OK in CPA mode after the first true arc. CPA mode must just not work with FineCut consumables. So that helps some things anyways.
That said, I still think there is monumental value in the ability to choose when you ignore the arc-ok. Especially via G-Code.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Yes, that is correct, well the spindle.0.stop at a minimum.Quick note, I believe users with older hal files will have to comment out the following lines in their <machine_name>.hal to make the latest update work:
#net spindle-manual-cw halui.spindle.0.forward #net spindle-manual-ccw halui.spindle.0.reverse #net spindle-manual-stop halui.spindle.0.stop
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
I think we could do a mesh mode that disables THC and ignores lost ARC OK.That said, I still think there is monumental value in the ability to choose when you ignore the arc-ok. Especially via G-Code.
It could be either of:
A checkbutton in the run panel.
A User Button so then it is the users option to have it or not.
Either way is fine with me.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Topic Author
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
I think we could do a mesh mode that disables THC and ignores lost ARC OK.That said, I still think there is monumental value in the ability to choose when you ignore the arc-ok. Especially via G-Code.
It could be either of:
A checkbutton in the run panel.
A User Button so then it is the users option to have it or not.
Either way is fine with me.
What are the odds of turning it on and off with G-code?
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
If it is done correctly by the developer and the gcode creator, then pretty good...
I think we could do a mesh mode that disables THC and ignores lost ARC OK.That said, I still think there is monumental value in the ability to choose when you ignore the arc-ok. Especially via G-Code.
It could be either of:
A checkbutton in the run panel.
A User Button so then it is the users option to have it or not.
Either way is fine with me.
What are the odds of turning it on and off with G-code?
Please Log in or Create an account to join the conversation.