I'm trying to track down some issues I've had for some time and want to see if I should look into the boards more for possible damage / misconfiguration, or wiring, or perhaps a power supply issue.
Here's my setup.
Power Supply: Corsair CX600M
Controller: DuetWifi + Duex5, Duex5 is missing a cap on of it's stepper drivers, which is currently unused. Long story, but I found it lying next to the board one day. Board is power from 5v standbye from atx.
Display: 7", panelDue, see issue below.
Hot End Heater: E3D 40 Watt - 12 volt - Heater and DuetWifi are power from a single 12v rail, fans are 12v
Wiring to hotend: 16 gauge stranded copper.
Bed heater: 12 volt PCB, insulated with 2-3mm silicone sheet, then 12mm of cork on bottom, 6mm of MIC 6 aluminum bed on top. 305mmx305mm dimensions. Driven by 2 x 12volt rails from power supply through a custom built mosfet driver, signaled using DuetWifi bed heater low side switching.
Everything works fine minus the issues below otherwise heats up fast and the bed much faster than you'd think with 12 volt, thank you insulation. The typically voltage during printing is 10.8 - 10.9 with the bead heater off, and 11.1 with the bed heater on. Strange I know, could just be coincidence. Is 10.8 normal during printing?
1. Print cooling fan surges when started, I have to issue a M106 F200 or similar to get it to run smoothly. Surging means attempt to run to full speed, then dropping to null and then repeating indefinitely. The timing of the surges is directly dependant on the percent of fan speed requested. The higher the speed requested, the shorter the idle duration between surges. %100 requested = no idle time and fan appears normal. Anything less than %100 requires M106 F200 or M106 F300, etc.. to remove the surging and run smooth. I do have this in my config.g with the hope it would resolve things, but to not avail, surging behavior remains: M106 P0 F200 B0.1 L0.05
2. Heater faults on the hot end. I don't know if this config or wiring, combination of the two, weak heater, etc… But I get a lot of heater faults when starting up. I've modified what I believe to be the proper items to make it more lenient, but they still occur often. Here's my M570 if that helps: M570 S120
3. PanelDue, in order to keep the backlight from flashing and keep display from glittering, I have to supply the DuetWifi with 5v over a separate USB supply.
I've checked input voltages and do see on average .5-.7 higher input voltage than output, which I don't find terribly surprising. Since so many issues appear to be voltage related, I am curious if the operating voltage as indicated by the web interface is normal?
I will post my full config.g below my signature as well.
Any help / guidance would be greatly appreciated, normally I would track it down myself, but my hobby time is next to nil right now...
Chris
config.g
; CoreXY sample config file for dc42 Duet firmware
M111 S0 ; Debug off
M550 PBigRed ; Machine name (can be anything you like)
M551 Preprap ; Machine password (used for FTP connections)
ns)
;*** If you have more than one Duet on your network, they must all have different MAC addresses, so change the last digits
M540 P0xBE:0xEF:0xDE:0xAD:0xFE:0xED ; MAC Address
;*** Wifi Networking
M552 S1 ; Enable WiFi
M555 P2 ; Set output to look like Marlin
M575 P1 B57600 S1 ; Comms parameters for PanelDue
; Machine configuration
M569 P0 S0 ; Drive 0 goes forwards (change to S0 to reverse it)
M569 P1 S0 ; Drive 1 goes forwards
M569 P2 S0 ; Drive 2 goes forwards
M569 P3 S0 ; Drive 3 goes forwards
M569 P4 S1 ; Drive 4 goes forwards
M569 P5 S1 ; Drive 5 goes forwards
; If you use an endstop switch for Z homing, change Z0 to Z1 in the following line, and see also M558 command later in this file
M574 Z0 S1 ; set endstop configuration (X and Y and endstops only, at low end, active high)
M574 X1 Y1 S0
M667 S1 ; set CoreXY mode
M350 X16 Y16 Z16 E16 I1 ; Set 16x microstepping with interpolation
M92 X100 Y100 Z400 ; Set axis steps/mm
M92 E809.42:300 ; Set extruder steps/mm
M906 X1000 Y1000 Z1200 E1000 ; Set motor currents (mA)
M201 X900 Y900 Z60 E1200 ; Accelerations (mm/s^2)
M203 X18000 Y18000 Z1200 E2500 ; Maximum speeds (mm/min)
M566 X600 Y600 Z60 E200 ; Maximum jerk speeds mm/minute
M208 X326 Y305 Z635 ; set axis maxima (adjust to suit your machine)
;M208 X-22 Y-25 Z-0.5 S1
M208 X-22 Y-25 Z-5 S1 ; set axis minima (adjust to make X=0 and Y=0 the edges of the bed)
G21 ; Work in millimetres
G90 ; Send absolute coordinates...
M83 ; ...but relative extruder moves
; Z probe
M558 P5 X0 Y0 Z1 T8000 F300 H10 ; Analog Z probe, also used for homing the Z axis
;G31 Z3.15 P500 ; Set the probe height and threshold (put your own values here) - .4 Hardended Steel / glass
G31 Z0.15 P500 ; Set the probe height and threshold (put your own values here) - .4 Hardended Steel
;G31 Z.3 P500 ; Set the probe height and threshold (put your own values here) - .6 Hardended Steel
;G31 Z.25 P500 ; Set the probe height and threshold (put your own values here) - .8 Brass
; Thermistors and heaters
;*** You can use S and B parameters to define the parameters of the thermistors you are using
M305 P0 R4267 H0 L0 ; Put your own H and/or L values here to set the bed thermistor ADC correction
;M305 P1 R4267 H0 L0 ; Put your own H and/or L values here to set the first nozzle thermistor ADC correction
M305 P1 X200 ; Use PT100 Channel 1 for Heater 1 Temp
M305 P2 R4267 H0 L0 ; Put your own H and/or L values here to set the second nozzle thermistor ADC correction
;M301 H1 P10 I0.10 D100 T0.50 S1.0 ; PID settings for extruder 0
;M301 H2 P10 I0.10 D100 T0.50 S1.0 ; PID settings for extruder 1
M307 H1 A283.6 C117.8 D9.7 B0
M570 S120 ; Increase to allow extra heating time if needed
M143 S276 ; Limit temp to 276 for hot end
; Tool definition
M563 P0 D0 H1 ; Define tool 0
G10 P0 S0 R0 ; Set tool 0 operating and standby temperatures
;*** If you have a dual-nozzle build, un-comment the following 3 lines
;M563 P1 D1 H1 ; Define tool 1
;G10 P1 S0 R0 ; Set tool 1 operating and standby temperatures
M572 D0 S0.05 ; Pressure advance settings
; Print Cooling Fan
M106 P0 F200 B0.1 L0.05 ; Set PWM frequency to reduce high pitch whine.
;*** If you are using axis compensation, put the figures in the following command
M556 S78 X0 Y0 Z0 ; Axis compensation here
T0 ; select first hot end
; Setup PWM Fan outputs for LED light control
M106 P5 H-1
M106 P6 H-1
M106 P7 H-1