Close



Results 1 to 3 of 3
  1. #1

    What am I doing wrong Arduino 2560 Ramps 1.4 Delta

    I am setting up an Arduino 2560 with Ramps 1.4 printer. Once assembled I have been getting a killed printer halted please reset error. I made a video showing the setup, added Pdf of config, config adv and pins.ramps, and I have already contacted the manufacturer for advice. Any help is appreciated.

    Board info: Quimat 3D Printer Controller Kit for Arduino Mega
    [www.amazon.com]

    Video of problem
    [youtu.be]

    Config, adv and pin files
    [drive.google.com]

    My Questions are
    1) Why am I getting the Killed. Printer Halted, Please reset message?
    2) Is there anything obviously wrong with the connections that can be seen?
    3) What is the orange light on the Ramps board and what are the green and orange lights and green lights on the Arduino board?

  2. #2
    Super Moderator Roxy's Avatar
    Join Date
    Apr 2014
    Location
    Lone Star State
    Posts
    2,182
    Are you running Marlin? If so... you might want to try relaxing the thermal run away numbers in configuration_adv.h

    Those parameters are set to be pretty safe. But they might be tighter than your printer can tolerate.

  3. #3
    SOLVED. Anyone how gets the KILLED. PRINTER HALTED Please reset, I found the solution. Atleast I hope I did. Turns out that the error message is created by somthing call a Kill_pin setting in the pins.h and pin.(whatever your mother board is). For me it was pins.ramps. Change the Kill_pin to -1

    #define KILL_PIN -1

    Is it bad to disable these pins?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •