Mach3 Screenset Editor -

The Screenset Editor (Screen4.exe or the newer Mach3 screen editor) is a visual design tool that edits .set files — the screen definition files Mach3 loads at startup. With it, you can:

The visual appeal of a screenset relies heavily on graphics. You can design buttons in Photoshop or GIMP, save them as .bmp or .jpg, and import them into Mach3. mach3 screenset editor

The ScreenSet Editor is mostly visual, but buttons run Visual Basic scripts. To edit a button's action: The Screenset Editor (Screen4

Example of a simple script for a "Zero X" button: Example of a simple script for a "Zero

Code "G92 X0"
While IsMoving()
Wend
Message "X axis zeroed"

Common Commands:

Pro Tip: Do not delete the original script unless you fully understand it. Copy it to Notepad first as a backup.