Plasma Post Processor read the Leadin type

Having problems with or questions about SheetCam? Post them here.
Post Reply
rodw
Posts: 39
Joined: Fri Feb 15, 2019 3:35 am

Plasma Post Processor read the Leadin type

Post by rodw »

Can a PP know the Leadin type (eg Normal, Pierce, Wiggle)?
If so how?

Thanks
User avatar
bLouChip
Posts: 124
Joined: Tue Nov 09, 2021 4:58 pm
Location: Raleigh, NC
Contact:

Re: Plasma Post Processor read the Leadin type

Post by bLouChip »

See postscript doc for details on global var leadinType.
A zero 0 value is Normal or plunge. I consider not zero to be Ramp in my pp. I don’t recall if it differentiates between ramp and wiggle.
MillRight CNC MegaV XL XYZA Tri-CAM Mill/Plasma/Laser
grbl 1.1i, UGS, Win 11, LightBurn, SC, Aspire, and sometimes [con]Fusion360
my youtube channel
User avatar
Les Newell
Site Admin
Posts: 3668
Joined: Thu May 11, 2006 8:12 pm

Re: Plasma Post Processor read the Leadin type

Post by Les Newell »

leadinType only specifies if it is a lead in or a lead out.

There isn't any easy way for the post to know of the pierce is a ramp or wiggle pierce.
rodw
Posts: 39
Joined: Fri Feb 15, 2019 3:35 am

Re: Plasma Post Processor read the Leadin type

Post by rodw »

Les Newell wrote: Wed Oct 18, 2023 2:43 pm leadinType only specifies if it is a lead in or a lead out.

There isn't any easy way for the post to know of the pierce is a ramp or wiggle pierce.
Thanks Les, We are trying to support Sheetcam's Wiggle and Ramp piercing in Linuxcnc's qtplasmac which as you know does all Z axis motion internally, not with Gcode.

We've got Wiggle pierce working, ramp might also be supported with what we've done, we have not had time to test. Initially we thought we'd need to do different settings based on the pierce type, maybe we don't.
User avatar
Les Newell
Site Admin
Posts: 3668
Joined: Thu May 11, 2006 8:12 pm

Re: Plasma Post Processor read the Leadin type

Post by Les Newell »

How are you detecting wiggle and ramp?
I have to admit I would prefer to add an option allow the g-code to specify Z axis moves.
Post Reply