Trying to get Heater working
-
Hello All,
I recently started work at a engineering firm and have been tasked with getting a large build volume 3D printer up and running.
The printer is a Ratrig Vcore-3 500 x 500 x 500 mm printer. It uses core XY architecture and has 3 lead screws for the z axis.
I am using a Duet 3 MB 6HC board. I have duet firmware 3.5.1.
I have wired the hotend to out1 and the thermistor to temp1 on the board but when I try to get a temperature output from DWC using M105 it gives me a temp of -273
Also when I click on the Tool icon on the top of the screen I get and error: Heater 1 not found.
following code is from the config.g file for the sensors and heaters
; Sensors M308 S0 P"temp1" Y"thermistor" A"Nozzle" T100000 B4725 C7.06e-8 ; configure sensor #0 ; Heaters M950 H0 C"out1" T0 ; create heater #0 M143 H0 P0 T0 C0 S285 A0 ; configure heater monitor #0 for heater #0 M307 H0 R2.43 D5.5 E1.35 K0.56 B0 ; configure model of heater #0 ; Fans M950 F0 C"out3" ; create fan #0 M106 P0 S0 L0 X1 B0.1 ; configure fan #0 M950 F1 C"out4" ; create fan #1 M106 P1 S0 B0.1 H1 T45 ; configure fan #1 ; Tools M563 P0 D0 H1 F0 ; create tool #0 M568 P0 R0 S0 ; set initial tool #0 active and standby temperatures to 0C
My temperature chart does show a reading above 0 but not sure what the exact value is.
Any help is much appreciated. Thank you!
-
@Hussain M563 is set you H1. You don't have a heater 1. Change it to H0
-
Thank you so much !!
M105 reports 24.6 C which seems to be correct
I also heated it up and and cooled in back down and seems to work correctly.
-
undefined Phaedrux marked this topic as a question
-
undefined Phaedrux has marked this topic as solved