Cutting issue
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
23 Sep 2021 10:20 #221418
by snowgoer540
Replied by snowgoer540 on topic Cutting issue
I'm also curious what kind of plasma cutter you are using?
Please Log in or Create an account to join the conversation.
- UncleRemus
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 2
23 Sep 2021 15:20 #221435
by UncleRemus
Replied by UncleRemus on topic Cutting issue
Can you post the gcode file that exhibits this issue.
Here is two, they all do it.....Using sheetcam and the latest PP posted by Les in here.
Please Log in or Create an account to join the conversation.
- UncleRemus
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 2
23 Sep 2021 15:22 #221436
by UncleRemus
Replied by UncleRemus on topic Cutting issue
I'm also curious what kind of plasma cutter you are using?
It's a Prime Cut 60
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
23 Sep 2021 15:28 - 23 Sep 2021 15:29 #221437
by snowgoer540
Replied by snowgoer540 on topic Cutting issue
Has increasing the arc_ok delay helped?
The fact that ignoring the Arc Ok causes it to work is telling. It tells me that there's something going on with that circuit, be it with "bounce" noise in the software, or with the physical circuit.
If increasing the arc_ok delay does not help, there is a section in the docs about contact load, which may help you as well.
Edit: linuxcnc.org/docs/devel/html/plasma/qtpl...html#qt-contact-load
The fact that ignoring the Arc Ok causes it to work is telling. It tells me that there's something going on with that circuit, be it with "bounce" noise in the software, or with the physical circuit.
If increasing the arc_ok delay does not help, there is a section in the docs about contact load, which may help you as well.
Edit: linuxcnc.org/docs/devel/html/plasma/qtpl...html#qt-contact-load
Last edit: 23 Sep 2021 15:29 by snowgoer540.
Please Log in or Create an account to join the conversation.
- UncleRemus
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 2
23 Sep 2021 22:58 #221453
by UncleRemus
Replied by UncleRemus on topic Cutting issue
arc_ok delay did not solve it.....same thing first pierce perfect, second pierce error & pause.
WIll check out the docs....it works fine with ignore ok checked, but from what i read this also disables my THC?
WIll check out the docs....it works fine with ignore ok checked, but from what i read this also disables my THC?
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
23 Sep 2021 23:09 #221455
by phillc54
Replied by phillc54 on topic Cutting issue
Is there any difference if you change the "pe" value to 0.0
From:
To:
From:
(o=0, ph=0.12, pd=0.2, ch=0.06, fr=100, th=1, cv=99, pe=0.2, jh=0, jd=0)
To:
(o=0, ph=0.12, pd=0.2, ch=0.06, fr=100, th=1, cv=99, pe=0.0, jh=0, jd=0)
Please Log in or Create an account to join the conversation.
- UncleRemus
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 2
23 Sep 2021 23:34 - 23 Sep 2021 23:36 #221460
by UncleRemus
Replied by UncleRemus on topic Cutting issue
Where would i do this?Is there any difference if you change the "pe" value to 0.0
From:[/code](o=0, ph=0.12, pd=0.2, ch=0.06, fr=100, th=1, cv=99, pe=0.2, jh=0, jd=0) To: [code](o=0, ph=0.12, pd=0.2, ch=0.06, fr=100, th=1, cv=99, pe=0.0, jh=0, jd=0)
Last edit: 23 Sep 2021 23:36 by UncleRemus.
Please Log in or Create an account to join the conversation.
- phillc54
- Offline
- Platinum Member
Less
More
- Posts: 5698
- Thank you received: 2081
23 Sep 2021 23:37 #221462
by phillc54
Edit the gcode file, it is around 20 lines from the top.
Replied by phillc54 on topic Cutting issue
Where would i do this at?Is there any difference if you change the "pe" value to 0.0
From:[/code](o=0, ph=0.12, pd=0.2, ch=0.06, fr=100, th=1, cv=99, pe=0.2, jh=0, jd=0)
To:
[code](o=0, ph=0.12, pd=0.2, ch=0.06, fr=100, th=1, cv=99, pe=0.0, jh=0, jd=0)
Edit the gcode file, it is around 20 lines from the top.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2393
- Thank you received: 782
23 Sep 2021 23:53 #221467
by snowgoer540
Replied by snowgoer540 on topic Cutting issue
One other thing that I see is that you are using really long lead ins and lead outs. The lead outs especially will be a problem because they require cutting over either something that was almost certainly already cut, or a bit of material that will have dropped out. For the gorilla file, a lot of the lead ins and lead outs get really close to a cut line for another part. And there are some lead ins and lead outs that overlap each other.
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- UncleRemus
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 2
24 Sep 2021 00:50 #221477
by UncleRemus
Replied by UncleRemus on topic Cutting issue
Changed the gcode and still the same.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.099 seconds