Hi my fans dont work i cant find answer ho to run them
-
HI my fans dont start on print iwen when maschine not run when hotend is hot i checked the fans they are ok and wires wer to look up ?
; Fans
M950 F0 C"fan0" Q500 ; create fan 0 on pin fan0 and set its frequency
M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off
M950 F1 C"fan1" Q500 ; create fan 1 on pin fan1 and set its frequency
M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on
M950 F2 C"fan2" Q500 ; create fan 2 on pin fan2 and set its frequency
M106 P2 S1 H1 T45 ; set fan 2 value. Thermostatic control is turned on; Tools
M563 P0 D0 H1 F0 ; define tool 0
G10 P0 X0 Y0 Z0 ; set tool 0 axis offsets
G10 P0 R0 S0 ; set initial tool 0 active and standby temperatures to 0C -
Can you send M122 and M98 P"config.g" and share the results?
Can you show how you have the fans connected?
How did you test the fans to know they are working?
Fan0 should be gcode controllable, or with the slider in DWC, and Fan1 and Fan2 should turn on when heater1 is above 45c based on your config snip.
-
@Phaedrux said in Hi my fans dont work i cant find answer ho to run them:
M98 P
M122 connection lost
M98 P
M98 P"config.g"
Warning: Heater 1 predicted maximum temperature at full power is 822°C
HTTP is enabled on port 80
FTP is disabled
TELNET is disabled
Warning: Heater 1 predicted maximum temperature at full power is 822°C -
@bartekp ![alt text]( image url)
I cchecked with external power source that they work , connection is ok the first connection from top on image is hotend
-
@bartekp check the fan fuse
-
@bartekp said in Hi my fans dont work i cant find answer ho to run them:
M122 connection lost
I think you might have sent M112 instead of M122?
-
@Phaedrux m122 corect looks like m112 both do the same
-
-
@Exerqtor Well perhaps more accurately they shouldn't.
@bartekp If you are sure that running M122 (not M112) causes a connection lost, then you need to look into that more fully. So for instance: What connection is being lost here? How are yin running M122? Is it via the DWC console, a USB terminal, a panelDue?
-
@gloomyandy via DWC fun running solved
-
-