another MyPlasmaPP() VIM script update and version change.
- simplified the arg list removing the args for isG20 and isG90 move modes; instead the script now reads the values from the gcode file.
- changed the probe command sequence, removing the G0 Z-20 move which negated the end of cut Z retract move; instead the script now adds 20mm to the G38.2 probe command to account for the Z retract move, this way I avoid a potential torch collision of driving it into the probe limit switch if starting the job with less than 12mm or so of Z clearance.
- added 2 pass/invocation usecase that is handy when having both open and closed shapes in a job/design. Open shapes are likely not to need or desire a lead-in, nor a kerf offset, while closed shapes are likely to need both.
All of this is documented in the script preamble and code comments.
plasmapp5.vim.txt (10.6 KB)
Enjoy,
Lou