Welcome! Log In Create A New Profile

Advanced

hotend and bed stops heating

Posted by lolocaledo 
hotend and bed stops heating
April 03, 2017 12:52AM
Hello,

Since 2 days , hotend and bed stops heating randomly while heater1 and bed go "off" and printing stops immediately.
Duet 0.6 with Release 1.17e of DC42 reprap firmware.
M122 don't report errors.
Duet isn't reset but only hotend and bed goes Off
I checked everything but I'm without of ideas.

What do you think about this problem ?

Thank you

Edited 2 time(s). Last edit at 04/03/2017 09:47AM by lolocaledo.
Re: hotend and bed stops heating
April 03, 2017 02:42PM
Sounds to me that you had a temperature fault. Check the heater status in the DWC Machine Control page, also look for error messages on the Console page.

Did you auto tune the heaters?



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: hotend and bed stops heating
April 03, 2017 04:44PM
When I test to disconnect the hotend temperature sensor while printing, I have an error in DWC control page "Error: Temperature reading fault on heater 1: sensor open circuit"
However, in my case, I don't have errors message in the console and DWC control page indicate "Off" for Hotend and bed.

I haven't auto tune the heaters. How can I do ?

My config file :

*******************
M111 S0 ; Debugging off\
G21 ; Work in millimetres\
G90 ; Send absolute coordinates...\
M83 ; ...but relative extruder moves\
M555 P1 ; Set firmware compatibility to look like RepRapFirmare\
M208 X0 Y0 Z-2 S1 ; Set axis minima\
M208 X250 Y270 Z300 S0 ; Set axis maxima\
M307 H3 A-1 C-1 D-1
\
; Endstops\
M574 Z0 S0 ; Define active low and unused microswitches\
M574 X1 Y1 S1 ; Define active high microswitches\
M558 P4 X0 Y0 Z1 H7 F120 T6000 ; Set Z probe type to unmodulated, the axes for which it is used and the probe + travel speeds\
G31 P100 X-43 Y15 Z0.51 ; Set Z probe trigger value, offset and trigger height\
M557 X20:230 Y20:240 S70
\
; Drives\
M569 P0 S0 ; Drive 0 goes forwards X axis\
M569 P1 S1 ; Drive 1 goes forwards Yaxis\
M569 P2 S0 ; Drive 2 goes forwards Z axis\
M569 P3 S0 ; Drive 3 goes forwards\
M92 X114.29 Y114.29 Z398.57 E418.5 ; Set steps per mm\
M566 X900 Y900 Z12 E120 ; Set maximum instantaneous speed changes (mm/min)\
M203 X8000 Y8000 Z500 E1200 ; Set maximum speeds (mm/min)\
M201 X700 Y700 Z250 E250 ; Set accelerations (mm/s^2)\
M906 X1000 Y1000 Z800 E1400 I30 ; Set motor currents (mA) and motor idle factor in per cent\
M84 S30 ; Set idle timeout\
\
; Heaters\
M143 S260 ; Set maximum heater temperature to 260C\
M305 P0 T100000 B3950 R1000
M305 P1 T100000 B4020 R1000 L0 H0 ; Set thermistor + ADC parameters for heater 1\


\
; Tools\
M563 P0 D0 H1 ; Define tool 0\
G10 P0 X0 Y0 ; Set tool 0 axis offsets\
G10 P0 R0 S0 ; Set initial tool 0 active and standby temperatures to 0C\
\
; Network\
M550 PVOXEL Lolo ; Set machine name\
M540 PBE:EFgrinning smileyE:AD:FE:ED ; Set MAC address\
M552 P192.168.10.65 ; IP address, comment for DHCP\
M553 P255.255.255.0 ; Netmask\
M554 P192.168.10.254 ; Gateway, comment for DHCP\
; Fans\
M106 P0 S0.0 I0 F500 H-1 ; Set fan 0 value, PWM signal inversion and frequency. Thermostatic control is turned off\
\
; Custom settings are not configured}calc
Re: hotend and bed stops heating
April 03, 2017 05:14PM
See [duet3d.com].



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: hotend and bed stops heating
April 03, 2017 05:21PM
Nothing seems to you wrong in my config.g file ?
Re: hotend and bed stops heating
April 04, 2017 02:34AM
You don't have a M501 command at the end to run config-override.g. You will need that if you run auto tuning and then run M500 to save the results in that file.



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Re: hotend and bed stops heating
April 04, 2017 09:12AM
After your last answer, I have tuned hot end heating with M303 H1. results have been stored with M500 in config-override.g file.
I have deleted M305 line in config.g
After first printing test and about 33mn, printing stops in the same time that Heater 1 and Bed go "Off" on DWC machine control page.
M122 don't reports error, no message in the console and no reset on Duet

Is there a security if one stepper motor is too hot ? (too much mA defined for exemple)
Re: hotend and bed stops heating
April 04, 2017 02:35PM
Next time, please look at the "Last reset time" in the M122 report , to see whether it corresponds with the last time you turned on (or otherwise reset) the printer, or whether it corresponds with the time that the print stopped. Also the "Last reset reason".



Large delta printer [miscsolutions.wordpress.com], E3D tool changer, Robotdigg SCARA printer, Crane Quad and Ormerod

Disclosure: I design Duet electronics and work on RepRapFirmware, [duet3d.com].
Sorry, only registered users may post in this forum.

Click here to login