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

Solved hardware error? m999?

Discussion in 'Troubleshooting' started by gunsmoke132, May 31, 2016.

  1. gunsmoke132

    gunsmoke132 Member

    Joined:
    May 13, 2016
    Messages:
    183
    Likes Received:
    14
    my r1 + keeps stopping mid print like fig 1 and this widndow pops up. fig 2 whad do i do to stop this?

    image1.JPG image2.JPG
     
  2. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    In your gcode comm log there will be an actual error. We need that error to be able to do more than guess at the issue.
     
    #2 Geof, May 31, 2016
    Last edited: May 31, 2016
  3. gunsmoke132

    gunsmoke132 Member

    Joined:
    May 13, 2016
    Messages:
    183
    Likes Received:
    14
    oh ok do i go in the console? when i do it keeps scroling through stuff super fast
     
  4. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    Yes, get the exact error.

    The most common is the TEMPERATURE FELL TOO MUCH
    And it due to a bad thermistor connection (loose thermistor or bad wiring) or the thermistor itself failing (less common).
     
    Geof likes this.
  5. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    the spot your in with it scrolling fast is the widget. I highlight everything then export to notepad so I can read it without it changing non stop.
     
  6. 3D Printer Man

    Joined:
    May 21, 2016
    Messages:
    226
    Likes Received:
    57
    There is 2-3 issues of this. It may be a temperature error, a communication error, or a gcode error. Just to make sure each one is correct try to upload your gcode. DO you use sd card?
     
  7. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    We do NOT need to see the GCode. The Gcode terminal output is what we need to resolve this.
     
    Geof likes this.
  8. gunsmoke132

    gunsmoke132 Member

    Joined:
    May 13, 2016
    Messages:
    183
    Likes Received:
    14
    the export button on the widget?
     
  9. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    If your slicer has an export button yes if not copy and paste
     
  10. gunsmoke132

    gunsmoke132 Member

    Joined:
    May 13, 2016
    Messages:
    183
    Likes Received:
    14
    ok im also going to click the output filter on
     
    Geof likes this.
  11. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    I havnt used that ouput option but give it a go :)
     
  12. gunsmoke132

    gunsmoke132 Member

    Joined:
    May 13, 2016
    Messages:
    183
    Likes Received:
    14
    i think this is the part of it you need
    ->N28090 G1 X119.84 Y139.93 Z2.1 F11281.03*9 [1098.653]

    <-Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting) [1098.668]

    <-ok [1098.668]

    ->N28091 M105*37 [1098.684]

    <-ok T:40.0 /0.0 B:44.9 /0.0 T0:40.0 /0.0 @:0 B@:0 [1098.700]

    ->N28092 G1 X118.29 Y138.37 Z2.1 E1712.77 F4512.41*115 [1098.715]

    <-Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting) [1098.731]

    <-ok [1098.731]

    ->N28093 G1 X117.75 Y138.39 Z2.1 F11281.03*11 [1098.746]

    <-Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting) [1098.762]

    <-ok [1098.762]
     
  13. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    Further back I think it should say comm loss or temp fell to much during print or something of that sort the m9999 is generic
     
  14. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    You can upload the whole notepad file and I'll look through it if you'd like as well
     
  15. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    You have to read the entire log. What we need is the actual error line it will probably look like this, but even if different it will have teh same format:

    Send: N6M107*3
    Recv: ok
    Send: N7G28 X0 Y0*53
    Recv: ok
    Send: N8G28 Z0*113
    Recv: Error:Extruder switched off. Temperature fell too much during print!
    Changing monitoring state from 'Printing' to 'Error: Extruder switched off. Temperature ...'
    Recv: Error:printer stopped due to errors. Fix the error and use M999 to restart. (Temperature

    is reset. Set it after restarting)
    Recv: ok
    Recv: ok


    See the bits in BOLD?
    That is the actual error. After that the printer will just continue to report that silly message:

    <-Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting) [1098.762]

    Which doesn't help you know WHAT the error was.

    Export the entire GCode terminal log and search for the error so we can be sure.
     
  16. mark tomlinson

    mark tomlinson ༼ つ ◕_ ◕ ༽つ
    Staff Member

    Joined:
    Feb 21, 2013
    Messages:
    23,912
    Likes Received:
    7,338
    It is likely that you are getting the same error I posted above as an example, BUT we can not be sure until you tell us :)
    If it is a different one then it is a different solution.
     
  17. gunsmoke132

    gunsmoke132 Member

    Joined:
    May 13, 2016
    Messages:
    183
    Likes Received:
    14
    ill try to find it i cnat upload the notepad bc ithe file is too large
     
  18. gunsmoke132

    gunsmoke132 Member

    Joined:
    May 13, 2016
    Messages:
    183
    Likes Received:
    14
    ->N18801 G1 X121.75 Y128.25 Z0.9 E1029.825 F2933.07*66 [804.059]

    <-Error:Extruder switched off. Temperature fell too much during print! [804.060]

    <-Error:printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting) [804.060]

    <-Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting) [804.090]

    <-ok [804.714]

    ->N18802 M105*36 [804.730]

    <-ok T:230.3 /0.0 B:78.8 /0.0 T0:230.3 /0.0 @:0 B@:0 [804.745]

    ->N18803 G1 X123.18 Y129.68 Z0.9 E1029.926 F2933.07*67 [804.761]

    <-Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting) [804.776]

    <-ok [804.777]

    ->N18804 G1 X124.61 Y131.11 Z0.9 E1030.027 F2933.07*74 [804.792]

    <-Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting) [804.808]

    <-ok [804.808]

    ->N18805 G1 X126.04 Y132.55 Z0.9 E1030.128 F2933.07*71 [804.823]

    <-Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting) [804.839]

    <-ok [804.839]
     
  19. Geof

    Geof Volunteer Moderator
    Staff Member

    Joined:
    Nov 9, 2015
    Messages:
    6,757
    Likes Received:
    2,339
    There is the widget. Check to make sure your thermistor isnt loose or damaged

    If its good try running a print with the cooling fans off
     
  20. gunsmoke132

    gunsmoke132 Member

    Joined:
    May 13, 2016
    Messages:
    183
    Likes Received:
    14
    IMG_1644.JPG
     

Share This Page