Sheetcam and trying to generate spotting gcode.
- rodw
- Offline
- Platinum Member
- Posts: 10737
- Thank you received: 3540
It will be interesting to see Les's response.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
- Posts: 10737
- Thank you received: 3540
Well I am happy to remove the PP and leave it to others, it was only provided as a convenience and I don't have the time to maintain it.
I don't think it needs any maintenance right now. The Plasmac feature set is now pretty stable so the PP you've done works well. If it didn't I would have edited it to suit my needs.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
Well I am happy to remove the PP and leave it to others, it was only provided as a convenience and I don't have the time to maintain it.
I don't think it needs any maintenance right now. The Plasmac feature set is now pretty stable so the PP you've done works well. If it didn't I would have edited it to suit my needs.
I've always worked with that same thought process as it pertains to post processors. If it doesn't do what you want it to/think it should then you just modify it to suit your needs. It's different if it's fundamentally broken or spitting out garbage G-Code.
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
- Posts: 10737
- Thank you received: 3540
Well I am happy to remove the PP and leave it to others, it was only provided as a convenience and I don't have the time to maintain it.
I think I will take this as an invitation to Les to join this thread.
Others here are more qualified to answer his questions.
Please Log in or Create an account to join the conversation.
- Franklin
- Offline
- Senior Member
- Posts: 42
- Thank you received: 18
1. Move holes to a new layer
2. Use a drill operation and select the "Center Mark" material to spot at the same height.
And if someone uses RS485, the selected material will set all the parameters for spotting.
+1I personally don't see why spotting can't stay the same as it is on spindle #2 with the current tool names and spindle #3 is used for a real drill so it could all coexist with a minor change to the post processor.
Please Log in or Create an account to join the conversation.
- LesNewell
- Offline
- Junior Member
- Posts: 26
- Thank you received: 21
As far as SheetCam is concerned, for spotting you are using a center drill that happens to be a plasma cutter.To me it is unintuitive to expect a drill operation to be a plasma centre spot.
IMHO the drill operation should be removed as a centre spot option and kept for a drill spindle down the track.
You can still use drilling with a drill tool if you want to use a drill spindle (assuming the post is set up for it)
I'll go through the post and see what I can come up with. One thing I see straight away is that the centre spot tool is using spindle 2. Should this not be spindle 0 as spindle 0 is the plasma tool?
Please Log in or Create an account to join the conversation.
- LesNewell
- Offline
- Junior Member
- Posts: 26
- Thank you received: 21
Please Log in or Create an account to join the conversation.
- AgentWD40
- Offline
- Platinum Member
- Posts: 334
- Thank you received: 92
I don't see what is wrong with it either but it seems others do. Or am I confused?
To guarantee the expected results the user has to both change tools and use a drilling operation. This leads to confusion since expected results can accidentally be achieved by do one or the other and not both. This was not obvious to either OP or me at least.
If Les could make the *next* toolName and toolClass variables available to the OnNewOperation event I'm thinking these issues could be easily remedied by just moving much of the OnToolChange code to the OnNewOperation event. Presumably OnNewOperation gets called on each new operation, whereas we've utilized the OnToolChange and does not necessarily get called on each new operation.
Please Log in or Create an account to join the conversation.
- LesNewell
- Offline
- Junior Member
- Posts: 26
- Thank you received: 21
Yes, that is a bug in the post. I'm working on an updated post that fixes this issue among others. You will be able to use a drilling operation for spotting with any plasma tool. The post will no longer depend on the tool name.To guarantee the expected results the user has to both change tools and use a drilling operation. This leads to confusion since expected results can accidentally be achieved by do one or the other and not both. This was not obvious to either OP or me at least.
Please Log in or Create an account to join the conversation.