No output fan 0
-
My part fan stopped working. I tried to switch to fan 1 and also fan 2, both are just on all the time. Did something fry?
-
Have you configured Fan1 and Fan2 correctly using M106? Bear in mind that Fan1 defaults to thermostatic mode.
-
well I updated firmware and now I need to get connected again. ill get it done this week and get back to this problem if it still is happening. thanks for the response. honestly I did not use M106 I just added F1 to the line in the firmware. after I get board working again ill hit you up.
-
couldn't get that board working. replaced with brand new one I bought for another printer. got it all set up but fan is always on now. it set to off in the control. not sure what to check
-
It would be helpful if you could post your config.g here, also updating the firmware shouldn't damage the board or prevent it from connecting, what firmware were you using previously with it and what did you update it to?
-
; Configuration file for Duet WiFi (firmware version 1.17 to 1.19)
; executed by the firmware on start-up
;
; generated by RepRapFirmware Configuration Tool on Wed Dec 27 2017 15:50:45 GMT-0800 (Pacific Standard Time); General preferences
M111 S0 ; Debugging off
G21 ; Work in millimetres
G90 ; Send absolute coordinates…
M83 ; ...but relative extruder moves
M555 P2 ; Set firmware compatibility to look like Marlin
M665 R175 L420 B165 H630 ; Set delta radius, diagonal rod length, printable radius and homed height
M666 X0 Y0 Z0 ; Put your endstop adjustments here, or let auto calibration find them
M208 Z0 S1 ; Set minimum Z; Endstops
M574 X2 Y2 Z2 S1 ; Set active high endstops
M558 P1 X0 Y0 Z0 H5 F120 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the dive height + speeds
G31 P500 X0 Y0 Z2.5 ; Set Z probe trigger value, offset and trigger height
M557 R165 S20 ; Define mesh grid; Drives
M569 P0 S0 ; Drive 0 goes forwards
M569 P1 S0 ; Drive 1 goes forwards
M569 P2 S0 ; Drive 2 goes forwards
M569 P3 S1 ; Drive 3 goes forwards
M350 E16 I0 ; Configure microstepping without interpolation
M350 X32 Y32 Z32 I1 ; Configure microstepping with interpolation
M92 X320 Y320 Z320 E2700 ; Set steps per mm
M566 X1200 Y1200 Z1200 E1200 ; Set maximum instantaneous speed changes (mm/min)
M203 X18000 Y18000 Z18000 E1200 ; Set maximum speeds (mm/min)
M201 X1000 Y1000 Z1000 E120 ; Set accelerations (mm/s^2)
M906 X1650 Y1650 Z1650 E800 I60 ; Set motor currents (mA) and motor idle factor in per cent
M84 S30 ; Set idle timeout; Heaters
M301 H0 S1.00 P10 I0.1 D200 T0.4 W180 B30 ; Use PID on bed heater (may require further tuning)
M305 P0 T100000 B4138 C0 R4700 ; Set thermistor + ADC parameters for heater 0
M143 H0 S150 ; Set temperature limit for heater 0 to 150C
M305 P1 X200 ; Set thermistor + ADC parameters for heater 1 and remap it to channel 501
M143 H1 S400 ; Set temperature limit for heater 1 to 400C; Tools
M563 P0 D0 H1 ; 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; Network
M550 PDELTA1 ; Set machine name
M552 S1 ; Enable network
M587 S"NoAccess" P"9512457774DaGWerkz" ; Configure access point. You can delete this line once connected
M586 P0 S1 ; Enable HTTP
M586 P1 S0 ; Disable FTP
M586 P2 S0 ; Disable Telnet; Fans
M106 P0 S0 I1 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off
M106 P1 S1 I0 F500 H1 T45 ; Set fan 1 value, PWM signal inversion and frequency. Thermostatic control is turned on
M106 P2 S1 I0 F500 H1 T45 ; Set fan 2 value, PWM signal inversion and frequency. Thermostatic control is turned on; Custom settings are not configured
-
sorry took so long I never received notification of a reply. delta been sitting collecting dust. just got back from CES in las vegas and I'm all pumped up again to get this thing working. any help would be awesome!
-
ok so on the board that I removed because I can not get to work, I updated to 1.20 then updated the webserver after that and that's when it failed on me. ive followed all the methods and its just not working. used YAT and when I enter the M587 command it givs me error saying update failed. I did the M552 S0 and it just says ok. the board that the fan is on all the time is running 1.19 and its what came on board, scared to update this board now
-
1. Is the fan a normal brushless DC one?
2. If M587 reports update failed, that suggests you are not running the correct version of DuetWiFiServer. So copy the new DuetWiFiServer.bin file to /sys on the SD card, then use M997 S1 to install it.
-
the fan I'm using on the new board that is running 1.19 right now is brushless 24v dc fan, I had 2 in parallel, running one now with same problem.
ok on the board running 1.20 I will give that a shot and let you know the outcome. thanks
-
the board is dead will not respond to anything. it says its connected using YAG. all leds are on constant. and the led on the wifi chip is not on. I know the board is on because I connected a panel due to it and I see the firmware running but then the screen starts flashing on and off(do I need more than usb power to run panel due?) kind of over this. both boards not acting right. I'm sure its me but following all instructions just leads to dead ends.
-
A Duet + PanelDue with 7" screen draws too much power for a normal USB port to supply. This is why you see the flashing. With a 5" screen it is marginal. A solution is to supply additional power via the USB port on PanelDue from a second USB port on the PC, or from a powered USB hub, or from a USB power supply.