Cut Parameters
- tommylight
- Away
- Moderator
Less
More
- Posts: 19313
- Thank you received: 6466
29 Dec 2019 15:16 #153439
by tommylight
Most of the other materials will lag behind, but for mild steel i am very certain it has be be in front of the torch, that is when you get clean cuts with very little or no slag.
Replied by tommylight on topic Cut Parameters
For cutting mild steel, the kerf will have to be about 5 to 15 degrees before the torch, not behind. That messed up with mu head when i first found out, but it proved to be very real. Then again, i cut under 10mm, so Stefan might be a much better source of info on that.
On big machines with more amps and cutting thicker materials it would be nice to switch the torch off just before the end of the cut as that would lessen the divot made by the start and the end of the arc at the same place.
To me that does not make sense. With thick material, the lower side kerf can trail behind the top side by 5mm. I thought the torch off delay (or an overcut) was to allow the lower side to catch up to the end point which implies it should still be at cut height.
Most of the other materials will lag behind, but for mild steel i am very certain it has be be in front of the torch, that is when you get clean cuts with very little or no slag.
Please Log in or Create an account to join the conversation.
31 Dec 2019 00:46 #153582
by phillc54
Replied by phillc54 on topic Cut Parameters
OK, at this stage I am leaning towards:
Remove "Torch Off Delay" completely from PlasmaC. From what I have read, using this parameter is only going to increase the size of "dings". Basically when you tell the torch to turn off you really want it off now. Plus it seems that air plasma already has a very short afterburn that varies from machine to machine.
"Pause At End Of Cut" seems like it may be a good parameter to add to "Cut Parameters". Basically the torch turns off and motion pauses for the "Pause At End Of Cut" time, then the Z axis rises to the "Safe Height". It would also be easy enough to add this into the GCode parser so that it is automatically applied if it is set in the current material. This then makes it easy for hand coders or guys using CAM that doesn't support it. If the value is left at zero then it would have no affect.
Remove "Torch Off Delay" completely from PlasmaC. From what I have read, using this parameter is only going to increase the size of "dings". Basically when you tell the torch to turn off you really want it off now. Plus it seems that air plasma already has a very short afterburn that varies from machine to machine.
"Pause At End Of Cut" seems like it may be a good parameter to add to "Cut Parameters". Basically the torch turns off and motion pauses for the "Pause At End Of Cut" time, then the Z axis rises to the "Safe Height". It would also be easy enough to add this into the GCode parser so that it is automatically applied if it is set in the current material. This then makes it easy for hand coders or guys using CAM that doesn't support it. If the value is left at zero then it would have no affect.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19313
- Thank you received: 6466
31 Dec 2019 05:01 #153586
by tommylight
Replied by tommylight on topic Cut Parameters
That seems ok.
Thank you.
Thank you.
The following user(s) said Thank You: phillc54
Please Log in or Create an account to join the conversation.
03 Jan 2020 05:15 #153863
by phillc54
Replied by phillc54 on topic Cut Parameters
I think the end result will be:
Remove "Torch Of Delay"
Add "Pause At End Of Cut" to the Cut Parameters of the Run Panel which also means it appears in the material file if you use one.
"Pause At End Of Cut" will be a part of the plasmac component so it will be automatically applied to every cut.
There is no need for anything in the GCode file to use this feature, so also no need for anything in a post processor if you use one.
Remove "Torch Of Delay"
Add "Pause At End Of Cut" to the Cut Parameters of the Run Panel which also means it appears in the material file if you use one.
"Pause At End Of Cut" will be a part of the plasmac component so it will be automatically applied to every cut.
There is no need for anything in the GCode file to use this feature, so also no need for anything in a post processor if you use one.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
04 Jan 2020 01:52 #153939
by phillc54
Replied by phillc54 on topic Cut Parameters
Well, there weren't any no votes so I have the "Pause At End" of cut working as described and am ready to push it.
Before I went to push it I had another read through of this thread and this post from Rod got me second guessing myself so I had a look around and found this thread on CNCzone
After reading Jim Colts responses I am thinking I have it wrong and 2 and 3 above should be reversed.
Or are both methods practical.
- motion stops at end of cut
- torch off signal
- dwell for "Pause At End" seconds
- Z axis rises
Before I went to push it I had another read through of this thread and this post from Rod got me second guessing myself so I had a look around and found this thread on CNCzone
After reading Jim Colts responses I am thinking I have it wrong and 2 and 3 above should be reversed.
Or are both methods practical.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2388
- Thank you received: 779
04 Jan 2020 02:12 #153942
by snowgoer540
Replied by snowgoer540 on topic Cut Parameters
After reading the links I agree with your assessment, 2 and 3 should be reversed.
One thought for having both functionality might be allowing the machine to cool a bit after high amperage cuts.
One thought for having both functionality might be allowing the machine to cool a bit after high amperage cuts.
The following user(s) said Thank You: phillc54
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 533
04 Jan 2020 02:30 #153943
by thefabricator03
I agree that the 2 and 3 should be swapped.
I have not had time over the last week to do any testing Phil, but I have a lot of work lined up for my machine so I will do some testing of these settings over the next week or so. Ive got to cut a sheet of 20mm,16mm,10mm and 8mm so I will get to see how it affects the cut for the different thicknesses.
Replied by thefabricator03 on topic Cut Parameters
After reading the links I agree with your assessment, 2 and 3 should be reversed.
I agree that the 2 and 3 should be swapped.
I have not had time over the last week to do any testing Phil, but I have a lot of work lined up for my machine so I will do some testing of these settings over the next week or so. Ive got to cut a sheet of 20mm,16mm,10mm and 8mm so I will get to see how it affects the cut for the different thicknesses.
Please Log in or Create an account to join the conversation.
04 Jan 2020 02:36 #153944
by rodw
Replied by rodw on topic Cut Parameters
Yeh, i'm pretty sure that is how it should be too. I think also that implies that the delay needs to be tied to the material file. We don't want to have global settings for a thing that varies.
And yes Phill, I think that post is the saem I quoted.
And yes Phill, I think that post is the saem I quoted.
The following user(s) said Thank You: phillc54
Please Log in or Create an account to join the conversation.
04 Jan 2020 02:44 #153946
by phillc54
Can you send me your config again and I will patch it with the new stuff.
Replied by phillc54 on topic Cut Parameters
Stefan, this will be different to what you have in the update I sent you for testing so I will need to do a new one for you. I did a "clean up" on my computers over the last couple of weeks and I inadvertently deleted too much.
After reading the links I agree with your assessment, 2 and 3 should be reversed.
I agree that the 2 and 3 should be swapped.
I have not had time over the last week to do any testing Phil, but I have a lot of work lined up for my machine so I will do some testing of these settings over the next week or so. Ive got to cut a sheet of 20mm,16mm,10mm and 8mm so I will get to see how it affects the cut for the different thicknesses.
Can you send me your config again and I will patch it with the new stuff.
Please Log in or Create an account to join the conversation.
04 Jan 2020 02:46 #153947
by phillc54
Replied by phillc54 on topic Cut Parameters
Yes, I agree.Yeh, i'm pretty sure that is how it should be too. I think also that implies that the delay needs to be tied to the material file. We don't want to have global settings for a thing that varies.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.162 seconds