Page 1 of 1

Heater decoupled when trying to use Dual Extrusion

Posted: Mon Apr 03, 2017 10:59 pm
by cruzinbill
Everything seems to work fine with a single filament print. When choosing to print something with both extruders it will heat the HE then rehome and say Heater Decoupled.

Really have no idea where to go from here. The only thing I find for this issue is people with bad fuses and such. Which is not the issue as it works without issue when doing single filament.

Re: Heater decoupled when trying to use Dual Extrusion

Posted: Tue Apr 04, 2017 10:15 am
by pouncingiguana
A few questions:

1) What's the date on the firmware you are using?

2) What are you slicing the print in?

3) Can you post the first 20 (or so) lines of gcode of the file you are trying to print?

Re: Heater decoupled when trying to use Dual Extrusion

Posted: Tue Apr 04, 2017 5:30 pm
by cruzinbill
1)20170328

2) I'm using Matterslice through matter control. Was going to try cura... but it refuses to change the zoffset..... sorry sidetracked there.

3)
; Generated with MatterSlice 1.0
; filamentDiameter = 1.75
; extrusionWidth = 0.5
; firstLayerExtrusionWidth = 0.625
; layerThickness = 0.3
; firstLayerThickness = 0.3
; automatic settings before start_gcode
G21 ; set units to millimeters
M107 ; fan off
M104 T0 S205 ; start heating extruder 1
M109 T0 S205 ; wait for extruder 1
T0 ; set the active extruder to 0
; settings from start_gcode
G28
; automatic settings after start_gcode
M104 T1 S205 ; Start heating extruder2
M109 T1 S205 ; Finish heating extruder2
T0 ; set the active extruder to 0
G90 ; use absolute coordinates
G92 E0 ; reset the expected extruder position
M82 ; use absolute distance for extrusion

Re: Heater decoupled when trying to use Dual Extrusion

Posted: Tue Apr 04, 2017 6:58 pm
by IMBoring25
Is there a chance your firmware is configured for traditional fully-independent dual extrusion with two heaters and two thermistors?

Re: Heater decoupled when trying to use Dual Extrusion

Posted: Tue Apr 04, 2017 7:02 pm
by cruzinbill
IMBoring25 wrote:Is there a chance your firmware is configured for traditional fully-independent dual extrusion with two heaters and two thermistors?

Not sure honestly. Other than choosing "Share Temperature" which I did and it leaves you with one HE visible, I haven't seen anything else that would lead to that conclusion. I had originally thought the same and started to look around for anything that mentioned it.

Re: Heater decoupled when trying to use Dual Extrusion

Posted: Wed Apr 05, 2017 7:28 am
by pouncingiguana
One last thing. Post the top of your configuration.h file for your firmeware - everything above the warning not to mess with stuff (about the first 33 lines)

Re: Heater decoupled when trying to use Dual Extrusion

Posted: Thu Apr 06, 2017 4:02 pm
by cruzinbill
pouncingiguana wrote:One last thing. Post the top of your configuration.h file for your firmeware - everything above the warning not to mess with stuff (about the first 33 lines)

Is there a way to access this of the firmware on it already, or do I simply take it from the firmware file I used to flash to it?

Re: Heater decoupled when trying to use Dual Extrusion

Posted: Fri Apr 07, 2017 10:07 am
by pouncingiguana
Take it from the firmware you used to flash it