Hi All,
I have been working on a plasma screenset for Mach3 and here is what I came up with.
The biggest thing I wanted was a simple screen with a large tool path display area.
This is totally customized for my setup, so your mileage may vary
My monitor uses a screen resolution of 1920x1080 and I have disabled Auto Screen Enlarge in Mach3
The Park button is used to move my machine to its max + travel (Home is the max - travel) the button just "parks" the machine at the max + position. if you would like to use it you would need to set G59 to your max + position & set the button to use the following script:
Code ("G59 G0 X0 Y0 Z0")
While IsMoving()
Wend
Code ("G54")
The SawCut button doesn't work yet ignore it for now
Here is an image of the screenset: