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

Solved Printer not responding to manual movement commands

Discussion in 'Troubleshooting' started by Christian Lawler, Jan 21, 2015.

  1. Christian Lawler

    Christian Lawler New Member

    Joined:
    May 19, 2014
    Messages:
    19
    Likes Received:
    10
    I am having problems controlling my printer through MatterControl. The printer will not respond to the manual movement controls. For example when I push the Y+ nothing happens. Another problem is that the MatterControl is not reading the bed or extruder temperature. However, the printer does respond to the home controls (All, X, Y, Z). The printer was working and then I turned it off and when I turned it back on it started having these problems. When I press on a manual movement button and look in the gcode terminal I get a message that the printer was stopped due to error. Fox error and use M999 to restart. When I type in M999 it tell me that max temp has been tripped even though M105 says all my temps are zero.

    Here is what I have done to try and fix it:

    Download the firmware from Robo3D.com and load it to the printer. Nothing changed.

    Update the firmware through Matercontrol. Nothing Changed.

    Tried using repetier-host instead of MaterControl Saw the same behavior.

    I have looked at the circuit boards and there is no obvious damage.


    To me it seems like it is a software/firmware problem since I know the printer is capable of moving the axis (it responds properly to home commands). Any ideas?
     
  2. Ziggy

    Ziggy Moderator
    Staff Member

    Joined:
    Feb 20, 2013
    Messages:
    707
    Likes Received:
    530
    I was thinking "USB connection problem" until you said the homing controls all work ok.

    But just to be sure - when you connect using Repetier Host do you get a log file response from the printer? eg something similar to this?

    17:19:21.641 : start
    17:19:21.641 : echo: External Reset
    17:19:21.641 : Marlin1.0.0
    17:19:21.641 : echo: Last Updated: Jan 21 2015 18:?????Author: (RoBo 3D, R1* Single Extruder)
    17:19:21.641 : Compiled: Jan 21 2015
    17:19:21.641 : echo: Free Memory: 2930 PlannerBufferBytes: 1232
    17:19:21.651 : echo:Hardcoded Default Settings Loaded
    17:19:21.651 : echo:Steps per unit:
    17:19:21.651 : echo: M92 X80.00 Y80.00 Z2560.00 E723.38
    17:19:21.651 : echo:Maximum feedrates (mm/s):
    17:19:21.661 : echo: 203 X500.00 Y500.00 Z5.00 E25.00
    17:19:21.661 : echo:Maximum Acceleration (mm/s2):
    17:19:21.661 : echo: M201 X500 Y500 Z100 E10000
    17:19:21.661 : echo:Acceleration: S=acceleration, T=retract acceleration
    17:19:21.661 : echo: M204 S500.00 T3000.00
    17:19:21.671 : echo:Advanced variables: S=Min feedrate (mm/s), T=Min travel feedrate (mm/s), B=minimum segment time (ms), X=maximum XY jerk (mm/s), Z=maximum Z jerk (mm/s), E=maximum E jerk (mm/s)
    17:19:21.671 : echo: M205 S0.00 T0.00 B20000 X17.00 Z0.40 E5.00
    17:19:21.671 : echo:Home offset (mm):
    17:19:21.671 : echo: M206 X0.00 Y0.00 Z0.00


    If you do, then the USB connection is probably ok.

    Another possible cause for what you are seeing is the extruder thermistor is not working - either shorted or open circuit. For example an open circuit extruder thermistor will trigger a MINTEMP error immediately. A shorted extruder thermistor will trigger a MAXTEMP error immediately.

    When I simulated a shorted extruder thermistor on my test bench setup I got this error message

    17:32:43.686 : : Extruder switched off. MAXTEMP triggered !
    17:32:43.696 : Error Printer stopped due to errors. Fix the error and use M999 to restart. (Temperature is reset. Set it after restarting)


    Once you have a MIN or MAX TEMP error most of the functions on the printer will not continue operating.
     
    #2 Ziggy, Jan 21, 2015
    Last edited by a moderator: Jan 21, 2015
    2 people like this.
  3. Christian Lawler

    Christian Lawler New Member

    Joined:
    May 19, 2014
    Messages:
    19
    Likes Received:
    10
    I got the problem fixed. it was a bad thermostat like you thought. Thanks for the help.
     
  4. Leishman

    Leishman New Member

    Joined:
    Jan 3, 2015
    Messages:
    9
    Likes Received:
    0
    What did you do to fix this? I have the same issue.

    Did you get replacement parts? If so, where?
     
  5. Christian Lawler

    Christian Lawler New Member

    Joined:
    May 19, 2014
    Messages:
    19
    Likes Received:
    10
    The hexigon hotened i ordered had a thermostat. That was the one that broke so I re-installed the original one.
     
  6. Leishman

    Leishman New Member

    Joined:
    Jan 3, 2015
    Messages:
    9
    Likes Received:
    0
    Seems like I may need a new one. The sleeves on the thermocouple slid down and created a short. I pushed the sleeves back up and that allowed me to manually move again...but now I'm questioning my temperatures because I am having issues extruding. I just cleared the nozzle and hotend with acetone so now I'm thinking its an issue of temperature.
     

Share This Page