Another plasma component...
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 532
07 Aug 2019 04:34 - 07 Aug 2019 04:36 #141572
by thefabricator03
Replied by thefabricator03 on topic Another plasma component...
When I do a git pull it says its up to date.
That would rule out not using the latest version?
Also I am using Rod post processor he posted and I have set the Sheetcam code snippets as per his recommendations.
That would rule out not using the latest version?
Also I am using Rod post processor he posted and I have set the Sheetcam code snippets as per his recommendations.
Last edit: 07 Aug 2019 04:36 by thefabricator03.
Please Log in or Create an account to join the conversation.
07 Aug 2019 04:37 #141573
by phillc54
Replied by phillc54 on topic Another plasma component...
OK, I can replicate that here so it is another cockup by me.
Edit your ngc file so there are no comments after a M190 and you should be able to get back to work.
I will take a look now and fix it.
Sorry...
Edit your ngc file so there are no comments after a M190 and you should be able to get back to work.
I will take a look now and fix it.
Sorry...
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 532
07 Aug 2019 04:40 #141575
by thefabricator03
Replied by thefabricator03 on topic Another plasma component...
Attachments:
Please Log in or Create an account to join the conversation.
07 Aug 2019 05:04 #141576
by phillc54
Replied by phillc54 on topic Another plasma component...
Try this:
Edit plasmac_gcode.py so it looks like:
Edit plasmac_gcode.py so it looks like:
200 if 'm190' in line:
201 if '(' in line:
202 line = line.split('(', 1)[0]
203 elif ';' in line:
204 line = line.split(';', 1)[0]
204 first, last = line.split('p', 1)
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 532
07 Aug 2019 05:16 #141577
by thefabricator03
Replied by thefabricator03 on topic Another plasma component...
Attachments:
Please Log in or Create an account to join the conversation.
07 Aug 2019 05:18 #141578
by phillc54
Replied by phillc54 on topic Another plasma component...
can you post the ngc file
Please Log in or Create an account to join the conversation.
07 Aug 2019 05:32 - 07 Aug 2019 05:33 #141579
by phillc54
Have you got a Pnn after all the M190 codes?
You should be able to restore your ngc file to its original...
Forget that...
Replied by phillc54 on topic Another plasma component...
You should be able to restore your ngc file to its original...
Forget that...
Last edit: 07 Aug 2019 05:33 by phillc54.
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 532
07 Aug 2019 05:36 #141580
by thefabricator03
This is the unedited file.
Replied by thefabricator03 on topic Another plasma component...
can you post the ngc file
This is the unedited file.
Please Log in or Create an account to join the conversation.
07 Aug 2019 05:40 #141581
by phillc54
Replied by phillc54 on topic Another plasma component...
It doesn't like the lonely G0 in line 11
Please Log in or Create an account to join the conversation.
- thefabricator03
- Offline
- Platinum Member
Less
More
- Posts: 1130
- Thank you received: 532
07 Aug 2019 05:47 - 07 Aug 2019 05:47 #141582
by thefabricator03
Replied by thefabricator03 on topic Another plasma component...
So has something major changed recently? Reason I ask is I did not have any problems before I updated yesterday. But I had not updated for about 1.5 months.
Edit: Ohmic enable switch was the last time I updated.
Edit: Ohmic enable switch was the last time I updated.
Last edit: 07 Aug 2019 05:47 by thefabricator03.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.281 seconds