Hello Guest it is April 25, 2024, 04:24:30 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fablabracing

Pages: 1
1
Works in progress / Plasma ScreenSet
« 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:

Pages: 1