Laser and fans not showing in DWC
-
I have a duet 3 6HC with running in 3.5.3 i have a spindle and a laser. Both function as they should but only the spindle showing in DWC. I'm also using "out1" for a 6000K light strip. I have configured it as a fan but it is not showing in DWC either. I would like to have access to adjust the laser power and brightness of the led strip.
Here is what I have in my config.g
M950 R0 C"out9" Q1000 L10000:30000 ; configure spindle #0 M563 P1 S"Makita R0701C" R0 F0 ; create tool #0 M453 ; set to CNC mode ; Lasers M950 P2 C"out4" ; air Assist solenoid M452 C"io7.out" R255 F500 S1 ; configure Laser port code_text
and
;M950 P3 c"out1" Q500 M950 F0 c"out1" Q500 ;M42 P3 S1 M106 P0 S0 C"LEDs" code_text
Are laser controls not available in DWC and do fans not show in CNC mode or have I got this configured incorrectly?
-
@Alijambo73 lasers don't show in DWC
Try adding
H-1
to the M106 line -
@jay_s_uk i had tried that previous but just added it again with no luck.