after parking returns to origin

Having problems with or questions about SheetCam? Post them here.
Post Reply
joep
Posts: 10
Joined: Sun Apr 07, 2013 8:30 pm

after parking returns to origin

Post by joep »

Hello, this is my first question, after saying that Sheetcam is a super program.
Like in the title, after cutting the bridge goes to the parking position and then to the origin instead of staying in the parking position. I dont want to remove all x0 y0 in the g code program. There must be another, very simple way but I can't find it, sorry.
Thanks

Postprocessor:Mach3 with thc scriber
User avatar
Les Newell
Site Admin
Posts: 3665
Joined: Thu May 11, 2006 8:12 pm

Re: after parking returns to origin

Post by Les Newell »

That post appears to have a parking move hard coded into it. Go to Options->machine->post processor and click on the 'Edit post' button. Look for function OnFinish. Replace it with this version:

Code: Select all

function OnFinish()
   post.Text (" M05 M30\n")
end
joep
Posts: 10
Joined: Sun Apr 07, 2013 8:30 pm

Re: after parking returns to origin

Post by joep »

Thanks a lot. I overlooked this one. With a program like sheetcam I knew it was something easy. Thanks a lot, it saves me a lot of time.
Post Reply