@droftarts Hi Ian, Thanks for the reply my config is as follows
; Configuration file for RepRapFirmware on Duet 2 WiFi
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool v3.5.4 on Thu Aug 15 2024 10:24:24 GMT+0800 (Australian Western Standard Time)
; General
G90 ; absolute coordinates
M83 ; relative extruder moves
M550 P"RMACEngraver" ; set hostname
; Network
M552 S0 ; configure WiFi adapter
M586 P0 S1 ; configure HTTP
M586 P1 S1 ; configure FTP
M586 P2 S1 ; configure Telnet
; Smart Drivers
M569 P1 S1 D2 ; driver 1 goes forwards (X axis)
M569 P2 S1 D2 ; driver 2 goes forwards (Y axis)
; Motor Idle Current Reduction
M906 I30 ; set motor current idle factor
M84 S30 ; set motor current idle timeout
; Axes
M584 X1 Y2; set axis mapping
M350 X32 Y32 Z16 I1 ; configure microstepping with interpolation
M906 X2400 Y2400 ; set axis driver currents
M92 X50 Y50 ; configure steps per mm
M208 X0:200 Y0:200 Z0:200 ; set minimum and maximum axis limits
M566 X900 Y900 Z12 ; set maximum instantaneous speed changes (mm/min)
M203 X6000 Y6000 Z180 ; set maximum speeds (mm/min)
M201 X500 Y500 Z20 ; set accelerations (mm/s^2)
; Kinematics
M669 K0 ; configure Cartesian kinematics
; Endstops
M574 X1 S1 P"xstop" ; configure X axis endstop
M574 Y1 S1 P"ystop" ; configure Y axis endstop
M574 Z0 ; configure Z axis endstop
; Disable all heaters
M140 H-1 : Disable the bed heater
M307 H1 A-1 C-1 D-1 ; Disable Heater 2 (Hotend)
M307 H1 A-1 C-1 D-1 ; Disable Heater 2 (Chamber)
; Lasers
M563 P0 S"Laser"
M452 C"duex.pwm5" R255 F5000
M42 P"duex.pwm5" S1
T0
I've messed around with a few different things trying to make this work, nothing has given me the pwm signal.
I've just done another test as discussed entering the following
G28
G1 X75 F100 S125
This also didn't give any results. I've also attached the output of a M122 command.
M122.txt
Lastly, I've noticed a reasonable number of unresolved issues in the laser forum around getting this 5v pwm signal to work, is the board actually capable of what I'm trying to do here or is it just limited by the user?
Kind Regards
Roydon Mackay