I've been running my setup (Mach3 with UC300ETH and a 1.5kW spindle controlled via VFD) without any issues for years.
Mostly for wood and aluminum machining.
End of last year, I came across an inexpensive 10W laser, and gave it a try for some fine wood-cutting and engraving.
I tried setting up the laser based on documentation I found throughout the internet... and that's where I am now.
Currently, the laser 12V is connected to it's dedicated power supply.
The PWM is connected to port 3 pins 1 (PWM) and 25 (GND)
In Mach3, Spindle step is set to port 3 pin 1, same as output#2, and M3/M5 set to output#2 with PWM enabled and dwell 0.
With this, I'm able to cut and engrave... but with issues:
Due to the nature of M3/M5, even with dwell=0 there is a slight delay.
This leads to engraving showing gaps, and the parts being still attached with ~0.1mm where the cut starts/end.
When I set the dwell to 1 second, it will cut the parts nicely... but engraving will also start cutting the parts...
Example G-Code:
- Code: Select all
G0 Z0.1
G0 X0.0 Y-0.05
G1 Z-0.1
M3 S100
G1 F50.0 X10.0
G3 X10.05 Y0.0 I0.0 J0.05
G1 Y20.0
G3 X10.0 Y20.05 I-0.05 J0.0
G1 X0.0
G3 X-0.05 Y20.0 I0.0 J-0.05
G1 Y0.0
G3 X0.0 Y-0.05 I0.05 J0.0
M5
G0 Z0.1
I tried using M11/M10 commands in Mach3, but they don't work as expected.
With M11P2, the laser will only light up for a brief moment on the fist move, and will stay off for all consecutive moves.
All posts I found in the forum for M10/M11, the users either already were on UCCNC, or switched to UCCNC in the end... which I honestly want to avoid.
So I'd gladly accept some feedback if my wiring/configuration is wrong, or if this is still a known limitation.
UC300ETH with
- PluginVer. 1.022
- BL Ver. 1.000
- FW Ver. 1.035
- HW ID 0002
and Mach3 R3.043