1. Got a question or need help troubleshooting? Post to the troubleshooting forum or Search the forums!

Solved 2nd hotend does not shut off after print.

Discussion in 'Troubleshooting' started by jtn7040, Jul 18, 2015.

  1. jtn7040

    jtn7040 Active Member

    Joined:
    Jun 13, 2015
    Messages:
    251
    Likes Received:
    32
    I've noticed my second hotend does not shut off after print has completed. (Temperature is held at print temp indefinitely ). I'm running a chimera and reprap full graphic LCD controller. Any ideas?

    Sent from my SM-N915T using Tapatalk
     
  2. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,915
    Likes Received:
    7,338
    maybe an M103 in the ending GCode?
     
  3. jtn7040

    jtn7040 Active Member

    Joined:
    Jun 13, 2015
    Messages:
    251
    Likes Received:
    32
    tried that, and M104 S0 however it only turns off the hotend that was printing last?
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,915
    Likes Received:
    7,338
    OK, then you need to set the extruder # first:

    M6 T1 ; change to 2nd extruder
    then the M104 S0
    (the M103 is technically deprecated)
     
  5. jtn7040

    jtn7040 Active Member

    Joined:
    Jun 13, 2015
    Messages:
    251
    Likes Received:
    32
    M6 T1 doesn't work to change the Tool. I looked up in the wiki and it said that Marlin wasn't compatible with that M code? Any other ideas?
     
  6. WheresWaldo

    WheresWaldo Volunteer ( ͠° ͟ʖ ͡°)
    Staff Member

    Joined:
    Feb 18, 2015
    Messages:
    5,905
    Likes Received:
    3,593
    Try this:
    Code:
    T1
    G10 S0
    or
    Code:
    T1
    M104 S0
     
  7. Marquis Johnson

    Marquis Johnson Active Member

    Joined:
    Feb 18, 2015
    Messages:
    204
    Likes Received:
    203
  8. jtn7040

    jtn7040 Active Member

    Joined:
    Jun 13, 2015
    Messages:
    251
    Likes Received:
    32
    I got it working. I actually had to have it set and zero each one separately.

    Sent from my SM-N915T using Tapatalk
     
  9. jtn7040

    jtn7040 Active Member

    Joined:
    Jun 13, 2015
    Messages:
    251
    Likes Received:
    32
    Code:

    T0 ; set extruder left front
    M104 S0 ; set to zero
    T1 ; set extruder right back
    M104 S0 ; set to zero
    M107 ; fan off
     
    #9 jtn7040, Jul 19, 2015
    Last edited: Jul 20, 2015
  10. jtn7040

    jtn7040 Active Member

    Joined:
    Jun 13, 2015
    Messages:
    251
    Likes Received:
    32
  11. Mike Kelly

    Mike Kelly Volunteer

    Joined:
    Mar 11, 2013
    Messages:
    6,967
    Likes Received:
    2,277
    Shouldn't the second one be T1?
     
    jtn7040 likes this.
  12. jtn7040

    jtn7040 Active Member

    Joined:
    Jun 13, 2015
    Messages:
    251
    Likes Received:
    32
    Good catch I edited the post. This phone app+ autocorrect are not my friend

    Sent from my SM-N915T using Tapatalk
     

Share This Page