Configure M106 P2
-
Hello,
I need my sliced send M106 Sxx and run the fan P2 (Fan layer) and P1 is the fan and works with the temperature of the Hotend. The P1 works perfectly, but the P2 does not make it work M106 Sxx
; Fans
M106 P2 C"CAPA" ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 T45 H1 C"HOTEND" ;Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned onThank you
-
By default the hotend fan should be connected to
Fan0Fan1, and the Part cooling fan should be connected toFan1Fan0. That keeps things consistent with the slicer.https://duet3d.dozuki.com/Wiki/Connecting_and_configuring_fans
-
@phaedrux said in Configure M106 P2:
By default the hotend fan should be connected to Fan0, and the Part cooling fan should be connected to Fan1. That keeps things consistent with the slicer.
https://duet3d.dozuki.com/Wiki/Connecting_and_configuring_fans
I think you meant the other way round.
-
@dc42 Yes, of course.
-
Right, but the Fan 0 exit spoiled me and I have to look for an alternative
-
Do you mean Fan0 port is not working?
-
You can use M563 F parameter to define your tool with any fan you like.
https://duet3d.dozuki.com/Wiki/Gcode#Section_M563_Define_or_remove_a_tool
-
RESOLVED:
; Fans
M106 P1 T45 H1 C"HOTEND" ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 C"CAPA" ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned off; Tools
M563 P0 D0 H1 F2 ; Define tool 0Thank you