Home JGAurora A5 & A3S Getting Started & Troubleshooting

Updated Marlin Firmware not working

New to the 3d Printing world, and now having problem with my firmware update.  Had several problems with the firmware that came installed on printer so I decided to upgrade.  Now the printer does not respond to any commands.  Any help appreciated.

Comments

  • Laser8302Laser8302 Posts: 170Member, 🌟 Super Member 🌟
    Can you connect with protorface? Send a M502, M500, M503 command and send us what the output is.

    I'm assuming you selected the correct board in the Arduino IDE before the flash correct?
  • Samuel PinchesSamuel Pinches Posts: 2,997Administrator
    edited May 2020
    Post edited by Samuel Pinches on
  • mackpeedmackpeed Posts: 9Member
    Yes LCD was unplugged.  Will download protoface and try.  Thanks
  • mackpeedmackpeed Posts: 9Member
    This is what I got off ponterface.
    Connecting...
    start
    Printer is now online.
    echo:Marlin 2.0.5.3
    echo: Last Updated: 2020-03-31 | Author: (none, default config)
    echo:Compiled: May 13 2020
    echo: Free Memory: 5786  PlannerBufferBytes: 1136
    echo:Hardcoded Default Settings Loaded
    echo:  G21    ; Units in mm (mm)
    echo:; Filament settings: Disabled
    echo:  M200 D3.00
    echo:  M200 D0
    echo:; Steps per unit:
    echo: M92 X80.00 Y80.00 Z4000.00 E500.00
    echo:; Maximum feedrates (units/s):
    echo:  M203 X300.00 Y300.00 Z5.00 E25.00
    echo:; Maximum Acceleration (units/s2):
    echo:  M201 X3000.00 Y3000.00 Z100.00 E10000.00
    echo:; Acceleration (units/s2): P<print_accel> R<retract_accel> T<travel_accel>
    echo:  M204 P3000.00 R3000.00 T3000.00
    echo:; Advanced: B<min_segment_time_us> S<min_feedrate> T<min_travel_feedrate> J<junc_dev>
    echo:  M205 B20000.00 S0.00 T0.00 J0.01
    echo:; Home offset:
    echo:  M206 X0.00 Y0.00 Z0.00
    echo:; PID settings:
    echo:  M301 P22.20 I1.08 D114.00
    Error:Thermal Runaway, system stopped! Heater_ID: 0
    [ERROR] Error:Thermal Runaway, system stopped! Heater_ID: 0

    Error:Printer halted. kill() called!
    [ERROR] Error:Printer halted. kill() called!

  • Samuel PinchesSamuel Pinches Posts: 2,997Administrator
    Ok, so there is something wrong with the temperature measurements. Are the nozzle or bed hot when you turn the printer on? Or perhaps is a thermistor cable loose for the bed or the nozzle?

    https://jgaurorawiki.com/a5/faq#problemheating-problems-with-nozzle-or-heated-bed

  • mackpeedmackpeed Posts: 9Member
    It does appear that the therminster is the problem.  Thanks for the help.
Sign In or Register to comment.