Custom CNC Sprayer running Mach3.
| Program | Description | Status | Progress | Real World |
|---|---|---|---|---|
| Quadrant A | Working program | ✅ | Version 2 | Successful |
| Quadrant B | Working program | ✅ | Version 2 | Successful |
| Quadrant C | Working program | ✅ | Version 2 | Successful |
| Quadrant D | Working program | ✅ | Version 2 | Successful |
| Quadrant AB | Working program | ✅ | Version 2 | Successful |
| Quadrant AC | Working program | ✅ | Version 2 | Successful |
| Quadrant BD | Working program | ✅ | Version 2 | Successful |
| Quadrant CD | Working program | ✅ | Version 2 | Successful |
| Quadrant ABCD | Working program | ✅ | Version 2 | Successful |
- Move the starting position "Home" as the machine has been rotated 180 degrees
- Output new coordinates after each move
- PDF format G-Code guide for Mach3
- Cheat Sheet for quick reference
- G-Code commands
G0 = Rapid move
G1 = Interpolation move
G2 = Clockwise arc
G3 = Counterclockwise arc
G17 = Begin/End 'Canned Cycle'
G19 = Ramp operation
G20 = Set machine to inches
G28 = Operator home
G94 = Set the machine to units per minute
- M-Code commands
M3 = Sprayer off
M5 = Sprayer on
M30 = End and reset program
- Other commands
F### = Feedrate followed by desired feedrate 'F500'
T# = Select tool 'T1'
- Find Mach3 at MachSupport.com