Anet A8 Fan Issue
-
-
Post your full config.g
Also post the results of M122 and M98 P"config.g" -
carefully measure the power on the fan pins.
be very careful, if you slip, you will break the fan port. -
; Configuration file for Duet WiFi (firmware version 3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.1.8 on Wed Nov 25 2020 13:01:16 GMT-0500 (Eastern Standard Time) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;; GENERAL PREFERENCES ;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"NooB" ; set printer name ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;; NETWORK ;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; M551 P"AAA" ; set password M552 S1 ; enable network M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;; DRIVES ;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; M569 P0 S0 ; physical drive X goes backwards M569 P1 S0 ; physical drive Y goes backwards M569 P2 S1 ; physical drive 2 goes backwards M569 P3 S1 ; physical drive 3 goes backwards M569 P4 S1 ; physical drive 4 goes forwards M584 X0 Y1 Z2 E3 ; set drive mapping ;M584 X0 Y1 Z2:3 E4 P3 ; two Z motors connected to driver outputs Z and E1 ;M671 X-20:220 Y0:0 S0 ; leadscrews at left (connected to Z) and right (connected to E1) of X axis M350 X16 Y16 Z16 E16 I1 ; configure microstepping with interpolation M92 X100.00 Y100.00 Z400.00 E100.00 ; set steps per mm M566 X600.00 Y600.00 Z18.00 E300.00 ; set maximum instantaneous speed changes (mm/min) M203 X6000.00 Y6000.00 Z180.00 E6000.00 ; set maximum speeds (mm/min) M201 X1500.00 Y1500.00 Z180.00 E10000.00 ; set accelerations (mm/s^2) M906 X500 Y500 Z500 E800 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;; AXIS LIMITS ;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; M208 X0 Y0 Z-0.3 S1 ; set axis minima M208 X220 Y220 Z400 S0 ; set axis maxima M208 X-33:220 Y-7:220 ; X carriage moves from -5 to 205, Y bed goes from 0 to 200 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;; ENDSTOPS ;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; M574 X1 S1 P"!xstop" ; X min active high endstop switch M574 Y1 S1 P"!ystop" ; Y min active high endstop switch ;M574 Z1 S1 P"zstop+e1stop" ; configure active-high endstops for low end on Z via pins zstop and e1stop M574 Z1 S1 P"zstop" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;; BLTouch Bed Probe ;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; M950 S0 C"exp.heater3" ; create servo pin 0 for BLTouch M558 P9 C"^zprobe.in" H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds ;M307 H3 A-1 C-1 D-1 ; disable heater on PWM channel for BLTouch ;M558 P9 H5 F120 T6000 ; set Z probe type to bltouch and the dive height + speeds G31 P500 X30 Y10 Z3.6 ; set Z probe trigger value, offset and trigger height M557 X20:200 Y20:200 S40 ; define mesh grid ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;; HEATERS ;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; M308 S0 P"bedtemp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 0 as thermistor on pin bedtemp M950 H0 C"bedheat" T0 ; create bed heater output on bedheat and map it to sensor 0 M307 H0 B0 S1.00 ; disable bang-bang mode for the bed heater and set PWM limit M140 H0 ; map heated bed to heater 0 M143 H0 S130 ; set temperature limit for heater 0 to 130C M308 S1 P"e0temp" Y"thermistor" T100000 B4725 C7.06e-8 ; configure sensor 1 as thermistor on pin e0temp M950 H1 C"e0heat" T1 ; create nozzle heater output on e0heat and map it to sensor 1 M307 H1 B0 S1.00 ; disable bang-bang mode for heater and set PWM limit M143 H1 S275 ; set temperature limit for heater 1 to 275C ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;; 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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;; 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 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;; CUSTOM ;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; M302 P1 ; Allow cold extrusion ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;; MISCELLANEOUS ;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; T0 ; select first tool M575 P1 S1 B57600 ; enable support for PanelDue M501 ; load saved parameters from non-volatile memory
M112
1/4/2021, 5:24:31 PM Connection established 1/4/2021, 5:24:29 PM Connection interrupted, attempting to reconnect... 1/4/2021, 5:23:48 PM Emergency stop, attemping to reconnect...
M98 P"config.g"
1/4/2021, 5:25:23 PM M98 P"config.g" HTTP is enabled on port 80 FTP is disabled TELNET is disabled Warning: Heater 0 appears to be over-powered. If left on at full power, its temperature is predicted to reach 365C
-
-
@Phaedrux
Apologies, trying to get moved into a new place.m122 === Diagnostics === RepRapFirmware for Duet 2 WiFi/Ethernet version 3.1.1 running on Duet WiFi 1.02 or later Board ID: 08DJM-9178L-L2MS8-6JKDA-3SS6K-K8D2Q Used output buffers: 12 of 24 (12 max) === RTOS === Static ram: 27980 Dynamic ram: 93888 of which 44 recycled Exception stack ram used: 264 Never used ram: 8896 Tasks: NETWORK(ready,384) HEAT(blocked,1224) MAIN(running,1848) IDLE(ready,80) Owned mutexes: WiFi(NETWORK) === Platform === Last reset 00:00:18 ago, cause: power up Last software reset at 2021-01-04 17:24, reason: User, spinning module GCodes, available RAM 8688 bytes (slot 0) Software reset code 0x0003 HFSR 0x00000000 CFSR 0x00000000 ICSR 0x0441f000 BFAR 0xe000ed38 SP 0xffffffff Task MAIN Error status: 0 MCU temperature: min 17.1, current 20.7, max 20.8 Supply voltage: min 23.9, current 24.1, max 24.2, under voltage events: 0, over voltage events: 0, power good: yes Driver 0: standstill, SG min/max not available Driver 1: standstill, SG min/max not available Driver 2: standstill, SG min/max not available Driver 3: standstill, SG min/max not available Driver 4: standstill, SG min/max not available Date/time: 2021-01-04 17:49:09 Cache data hit count 29805571 Slowest loop: 4.73ms; fastest: 0.12ms I2C nak errors 0, send timeouts 0, receive timeouts 0, finishTimeouts 0, resets 0 === Storage === Free file entries: 10 SD card 0 detected, interface speed: 20.0MBytes/sec SD card longest read time 3.2ms, write time 0.0ms, max retries 0 === Move === Hiccups: 0(0), FreeDm: 169, MinFreeDm: 169, MaxWait: 0ms Bed compensation in use: none, comp offset 0.000 === MainDDARing === Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1 === AuxDDARing === Scheduled moves: 0, completed moves: 0, StepErrors: 0, LaErrors: 0, Underruns: 0, 0 CDDA state: -1 === Heat === Bed heaters = 0 -1 -1 -1, chamberHeaters = -1 -1 -1 -1 Heater 1 is on, I-accum = 0.0 === GCodes === Segments left: 0 Movement lock held by null HTTP is idle in state(s) 0 Telnet is idle in state(s) 0 File is idle in state(s) 0 USB is idle in state(s) 0 Aux is idle in state(s) 0 Trigger is idle in state(s) 0 Queue is idle in state(s) 0 Daemon is idle in state(s) 0 Autopause is idle in state(s) 0 Code queue is empty. === Network === Slowest loop: 15.70ms; fastest: 0.00ms Responder states: HTTP(2) HTTP(2) HTTP(0) HTTP(0) FTP(0) Telnet(0), 0 sessions HTTP sessions: 1 of 8 - WiFi - Network state is active WiFi module is connected to access point Failed messages: pending 0, notready 0, noresp 0 WiFi firmware version 1.23 WiFi MAC address ec:fa:bc:5b:42:63 WiFi Vcc 3.39, reset reason Unknown WiFi flash size 4194304, free heap 21272 WiFi IP address 192.168.1.64 WiFi signal strength -62dBm, reconnections 0, sleep mode modem Socket states: 2 2 0 0 0 0 0 0
-
Which fan is connected where?
-
@Phaedrux
Extruder fan is always onParts cooling fan is F1
-
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 ;;;;;;;;;;;;;; TOOLS ;;;;;;;;;;;;;;;;;; M563 P0 D0 H1 ; define tool 0
You should use Fan0 for the part cooling fan and Fan1 for the hotend heatsink if possible. That would match your config and the default fan usage.
If that's not possible, you'd need to change your fan config up.
-
@Phaedrux
Wouldn't one fan or the other turn on, with the way the config is setup now? -
Do I need to create the pin numbers using M574? I'm doubting this question, but it's a long shot for me right now.
-
I would expect the always on fan ports to work. Are you sure the fan fuse is intact? Did you check it with a multimeter?
Your part cooling fan would only turn on when the heater reaches 45c.
@MdMx220 said in Anet A8 Fan Issue:
Do I need to create the pin numbers using M574?
No.
-
The fuse was checked with multimeter, It's not blown.
I am reading 7.6V across the fan pins. With an external 5V from a buck.
I probed my V_FAN pin, verified 12V from PS.
-
And you checked the fan fuse and not the vin fuse?
What do you mean by external 5v from a buck?
-
@MdMx220 said in Anet A8 Fan Issue:
I am reading 7.6V across the fan pins. With an external 5V from a buck.
I probed my V_FAN pin, verified 12V from PS.a buck converter is a step down converter. you can use 5v on a buck converter to output 12v