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

Answered Need new hotend.

Discussion in 'Troubleshooting' started by RD Ghost, Nov 1, 2016.

Thread Status:
Not open for further replies.
  1. RD Ghost

    RD Ghost Member

    Joined:
    Mar 30, 2016
    Messages:
    83
    Likes Received:
    7
    Ok after the frist one wasn't right I figured that's what I should do.
     
  2. RD Ghost

    RD Ghost Member

    Joined:
    Mar 30, 2016
    Messages:
    83
    Likes Received:
    7
    I downloaded the new R1+ firmware and modified it not as completed as I thought. Hotend should be in Monday.
     
  3. RD Ghost

    RD Ghost Member

    Joined:
    Mar 30, 2016
    Messages:
    83
    Likes Received:
    7
    I'm using simplify3d as my slicer I don't know if it's the firmware that I updated but the printhead it's too far from the bed and the g code offset is no longer working.
     
  4. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    Can you paste your start up script ?
     
  5. RD Ghost

    RD Ghost Member

    Joined:
    Mar 30, 2016
    Messages:
    83
    Likes Received:
    7
    Simplify3D
    G28 ; home all axes
    G29 ; probe the bed
    G1 Z5 F5000 ; lift nozzle
    M109 S[extruder0_temperature] ; set the extruder temp and wait
    G28 X0 Y0 ; home again to start wipe
    G1 X20 Z0 F4800 ; wipe

    Just used mater control hotend is right on the bed.

    Matter Control
    G28 X0 Y0 Z0 ; home all axes
    G1 Z5 F5000 ; lift nozzle
    M109 S[temperature] ; set the extruder temp and wait
    G28 X0 Y0 Z0 ; Home Z again in case there was filament on nozzle
    G29 ; probe the bed
     
    #45 RD Ghost, Nov 11, 2016
    Last edited: Nov 11, 2016
  6. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    Your missing your z offset in the start up script

    M565 Z-.80

    The -.80 is the number for you to play with until you have the correct offset for your machine. Every machine is different.
     
  7. RD Ghost

    RD Ghost Member

    Joined:
    Mar 30, 2016
    Messages:
    83
    Likes Received:
    7
    I will try that I have never used M565 in a star code.
     
  8. danzca6

    danzca6 Well-Known Member

    Joined:
    Jul 27, 2015
    Messages:
    2,161
    Likes Received:
    1,077
    Put it between G28 and G29 lines.
     
    Geof likes this.
  9. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    What was your method before ?
     
  10. RD Ghost

    RD Ghost Member

    Joined:
    Mar 30, 2016
    Messages:
    83
    Likes Received:
    7
    Simplified 3D has a z-axis global offset setting.
     
  11. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    Id not use that. We were just helping someone else that had a issue getting that to work recently as well. The M565 has been flawless for me since i started.
     
    mark tomlinson likes this.
  12. RD Ghost

    RD Ghost Member

    Joined:
    Mar 30, 2016
    Messages:
    83
    Likes Received:
    7
    Will do after Matter Control completes this print.
     
  13. RD Ghost

    RD Ghost Member

    Joined:
    Mar 30, 2016
    Messages:
    83
    Likes Received:
    7
    G28 X0 Y0 Z0 ; home all axes
    G1 Z5 F5000 ; lift nozzle
    M109 S[extruder0_temperature] ; set the extruder temp and wait
    G28 X0 Y0 Z0 ; Home Z again in case there was filament on nozzle
    G29 ; probe the bed

    Works fine now new problem the hotend cooling fan on the hotend won's start half the time I turn on my machine I have to unplug it and plug it back in and it works just fine. I actually had a jam in the hot end because I didn't catch it one time.
     
  14. danzca6

    danzca6 Well-Known Member

    Joined:
    Jul 27, 2015
    Messages:
    2,161
    Likes Received:
    1,077
    That's not good at all. Might be a bad wire or the bearings going out. Is this the stock fan? If so, a good 25mm replacement is hard to find. I have a spare 30mm in the wings for just in case. @WheresWaldo made a nice dual fan bracket remix for the 30mm if you wanted to go down that path. http://www.thingiverse.com/thing:871343
     
  15. RD Ghost

    RD Ghost Member

    Joined:
    Mar 30, 2016
    Messages:
    83
    Likes Received:
    7
    It's the fan that I got with the e3d v6 from print sold.
     
  16. danzca6

    danzca6 Well-Known Member

    Joined:
    Jul 27, 2015
    Messages:
    2,161
    Likes Received:
    1,077
Thread Status:
Not open for further replies.

Share This Page