Machsupport Forum

Mach Discussion => Mach Screens => Works in progress => Topic started by: fablabracing on January 18, 2020, 06:41:44 PM

Title: Plasma ScreenSet
Post by: fablabracing on January 18, 2020, 06:41:44 PM
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:
(http://dallasj.com/Capture.PNG)
Title: Re: Plasma ScreenSet
Post by: Tweakie.CNC on January 19, 2020, 01:52:29 AM
Excellent work fablabracing, thank you for sharing your plasma screen set.

Tweakie.