plasmac spotting broken
- rodw
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 10737
- Thank you received: 3540
29 Oct 2020 00:20 #187643
by rodw
plasmac spotting broken was created by rodw
So why after a rebuild does spotting not work, it just sails past without a probe.See attached gcode
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 533
29 Oct 2020 00:32 #187644
by thefabricator03
Replied by thefabricator03 on topic plasmac spotting broken
I have had the same issues as well but have been to busy to ask Phil about it.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
29 Oct 2020 01:21 #187646
by snowgoer540
Replied by snowgoer540 on topic plasmac spotting broken
Not sure I ever saw your config stuffs, I know you redid a lot of it recently, just thought I'd make sure you have multitool enabled...
For Reference
setp plasmac.multi-tool 1
For Reference
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- rodw
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 10737
- Thank you received: 3540
29 Oct 2020 08:20 #187661
by rodw
Man, I don't even want to look at my config! Thanks though, I'll check it out tomorrow.
Replied by rodw on topic plasmac spotting broken
Not sure I ever saw your config stuffs, I know you redid a lot of it recently, just thought I'd make sure you have multitool enabled...
setp plasmac.multi-tool 1
For Reference
Man, I don't even want to look at my config! Thanks though, I'll check it out tomorrow.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
29 Oct 2020 22:30 - 29 Oct 2020 22:30 #187729
by phillc54
Replied by phillc54 on topic plasmac spotting broken
I will be interested to see if Rod and Stefan report back that multi-tool caused their issue, this thread jogged my memory of these
changes
made to the LinuxCNC multispindle code following
issue #713
The multi-tool pin was devised as a workaround to the fact that when multiple spindles were introduced the M3 and M5 commands without a $n operated on all spindles at once. The above changes make it so that M3 and M5 commands without a $n now operates only on spindle_0. This makes it compatible with all previous G-Code. I now think the multi-tool pin could be made redundant and mutliple tools should always be available.
The multi-tool pin was devised as a workaround to the fact that when multiple spindles were introduced the M3 and M5 commands without a $n operated on all spindles at once. The above changes make it so that M3 and M5 commands without a $n now operates only on spindle_0. This makes it compatible with all previous G-Code. I now think the multi-tool pin could be made redundant and mutliple tools should always be available.
Last edit: 29 Oct 2020 22:30 by phillc54.
The following user(s) said Thank You: snowgoer540
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
31 Oct 2020 13:56 #187908
by snowgoer540
Replied by snowgoer540 on topic plasmac spotting broken
How did you make out with the pin? Were either of you able to get spotting working again?
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
01 Nov 2020 21:53 - 01 Nov 2020 22:34 #188051
by snowgoer540
Replied by snowgoer540 on topic plasmac spotting broken
I’ll guess no news is good news, and that was the problem..... ¯\_(ツ)_/¯
Attachments:
Last edit: 01 Nov 2020 22:34 by snowgoer540.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
01 Nov 2020 22:34 #188059
by snowgoer540
Replied by snowgoer540 on topic plasmac spotting broken
Took the time to simulate this, since following up on "issues" helps others out when they encounter similar blunders. It's helpful to definitively discern between "PlasmaC is broken" and "User Error".
I have confirmed that without the following line the torch just "sails past without a probe" as @rodw whinged about:
It's nearly impossible to see if the "Torch On" led lights up since it happens so fast, but with the help of Hal Scope, I was able to confirm that all is well:
I have confirmed that without the following line the torch just "sails past without a probe" as @rodw whinged about:
setp plasmac.multi-tool 1
It's nearly impossible to see if the "Torch On" led lights up since it happens so fast, but with the help of Hal Scope, I was able to confirm that all is well:
The following user(s) said Thank You: phillc54, tommylight
Please Log in or Create an account to join the conversation.
- rodw
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 10737
- Thank you received: 3540
01 Nov 2020 23:09 #188065
by rodw
Replied by rodw on topic plasmac spotting broken
Thanks Greg, that was indeed the problem. I had it set to 0.
I am not sure if Plasmac did that on the rebuild or not.
To me it does not make sense to be able to disable the multi tool features in the first place and the config default should be enabled.
I am not sure if Plasmac did that on the rebuild or not.
To me it does not make sense to be able to disable the multi tool features in the first place and the config default should be enabled.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
01 Nov 2020 23:12 #188066
by snowgoer540
Unsure what the default is, my understanding was it defaulted to off, and the line wasn’t present in the hal file.
At any rate it’s probably going to change now that they handle multi spindles differently anyhow. Think Phill was awaiting your confirmation that changing a 0 to a 1 solved the issue before making any changes.
Replied by snowgoer540 on topic plasmac spotting broken
Thanks Greg, that was indeed the problem. I had it set to 0.
I am not sure if Plasmac did that on the rebuild or not.
To me it does not make sense to be able to disable the multi tool features in the first place and the config default should be enabled.
Unsure what the default is, my understanding was it defaulted to off, and the line wasn’t present in the hal file.
At any rate it’s probably going to change now that they handle multi spindles differently anyhow. Think Phill was awaiting your confirmation that changing a 0 to a 1 solved the issue before making any changes.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.101 seconds