PostProcessor Mach3 Issue

Having problems with or questions about SheetCam? Post them here.
Post Reply
Broncorob
Posts: 2
Joined: Fri Mar 24, 2023 12:35 am

PostProcessor Mach3 Issue

Post by Broncorob »

So i am using the post processor MACH3 Plasma. The issue i am having is the pierce delay changes in the g-code from the setting i have on the machine tools. For instance i set a 1.3s pierce delay to cut 3/8 plate and it will change back to .5s see the attached tap file. see lines 160, 230, 280, 350 etc. Why is this happening? I attached the tap file and the post processor for reference.
Attachments
Mach3 plasma PostProcessor.scpost
(4.43 KiB) Downloaded 8 times
teser.tap
(2.16 KiB) Downloaded 7 times
User avatar
Les Newell
Site Admin
Posts: 3668
Joined: Thu May 11, 2006 8:12 pm

Re: PostProcessor Mach3 Issue

Post by Les Newell »

I'm not seeing any issue in the code. If you look in the tap file you should see this code:

Code: Select all

N0150 M03
N0160 G04 P1.3
Try changing the pierce delay to 0. After post processing you should see the G04 value change to 0. Is the pierce delay still 0.5s? If so I suspect you have a spindle on delay defined in Mach4

I vaguely remember some strangeness in the way Mach4 handles delays. After doing the above check, try the attached post.
Attachments
Mach4 plasma PostProcessor.scpost
(4.44 KiB) Downloaded 8 times
Post Reply