DWC Doesn't show heater
-
Hi,
I'm running DUET 3 (3.4.4) and trying to assign 3 heaters to Tool 0.
Only two heaters show up on the control panel (3 on the graph):
If I try to comment out Heater 2 (PE-Lower) than Heater 1 (PE-Upper) does show up.
Config.g:
; Configuration file for Duet 3 MB 6HC (firmware version 3.3) ; executed by the firmware on start-up ; ; generated by RepRapFirmware Configuration Tool v3.3.12 on Fri Aug 05 2022 12:05:46 GMT+0300 (Israel Daylight Time) ; General preferences G90 ; send absolute coordinates... M83 ; ...but relative extruder moves M550 P"K6" ; set printer name G4 S2 ; wait for expansion boards to start ; Network M552 P192.168.2.3 S1 ; enable network and acquire dynamic address via DHCP M586 P0 S1 ; enable HTTP M586 P1 S0 ; disable FTP M586 P2 S0 ; disable Telnet ; Drives M569 P0.2 S0 ; physical drive 0.2 goes forwards M569 P0.0 S0 ; physical drive 0.0 goes forwards M569 P0.1 S1 M569 P0.3 S0 ; physical drive 0.3 goes forwards M569 P40.0 S1 R0 ; physical drive 0.4 goes forwards M569 P40.0 T20:20:20:20 M584 X0.2 Y0.0:0.1 Z0.3 E40.0 ; set drive mapping M350 X8 Y16 Z16 I1 ; configure microstepping with interpolation M92 X320.00 Y132.84 Z640.00 E420.00 ; set steps per mm M566 X30 Y200 Z30 E50.00 ; set maximum instantaneous speed changes (mm/min) M203 X180 Y1800 Z180 E120.00 ; set maximum speeds (mm/min) M201 X20.00 Y120.00 Z20.00 E25.00 ; set accelerations (mm/s^2) M906 X2500 Y4000 Z2500 I30 ; set motor currents (mA) and motor idle factor in per cent M84 S30 ; Set idle timeout ; Axis Limits M208 X0 Y0 Z0 S1 ; set axis minima M208 X300 Y210 Z50 S0 ; set axis maxima ; Endstops M574 X1 S1 P"io3.in" ; configure switch-type (e.g. microswitch) endstop for low end on X via pin io0.in M574 Y1 S1 P"io0.in" ; configure switch-type (e.g. microswitch) endstop for low end on Y via pin io2.in M574 Z1 S1 P"io4.in" ; configure switch-type (e.g. microswitch) endstop for low end on Z via pin io3.in ; Z-Probe M558 P0 H0 F120 T1200 ; disable Z probe but set dive height, probe speed and travel speed M557 X15:215 Y15:195 S20 ; define mesh grid ; Heaters M308 S0 P"temp0" Y"thermistor" T100000 B3950 A"Block" ; M950 H0 C"out7" T0 M307 H0 B0 S1.00 M143 H0 S230 M308 S1 P"temp1" Y"thermistor" T100000 B4956 C1.587780e-7 A"PE-Upper"; M950 H1 C"out8" T1 M307 H1 B0 S1.00 M143 H1 S230 M308 S2 P"temp2" Y"thermistor" T100000 B4956 C1.587780e-7 A"PE-Lower"; M950 H2 C"out9" T2 M307 H2 B0 S1.00 M143 H2 S230 ; Fans ;M950 F0 C"out4" Q500 ; create fan 0 on pin out4 and set its frequency ;M106 P0 S0 H-1 ; set fan 0 value. Thermostatic control is turned off ;M950 F1 C"out5" Q500 ; create fan 1 on pin out5 and set its frequency ;M106 P1 S1 H1 T45 ; set fan 1 value. Thermostatic control is turned on ; Tools M563 P0 D0 H0:2 ; 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 T0 ; Custom settings are not defined
Thanks
-
-
Works - Thanks!
-
-