Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flashed Firmware, closes usb connection almost immediately #18

Open
NBBHub opened this issue Mar 25, 2021 · 1 comment
Open

Flashed Firmware, closes usb connection almost immediately #18

NBBHub opened this issue Mar 25, 2021 · 1 comment

Comments

@NBBHub
Copy link

NBBHub commented Mar 25, 2021

Description

Hi everyone, first of all, thanks for your help!

I flashed the Firmware I built with VSCode according to your instructions via OctoPrint. Now my Annycubic almost immediately closes the usb connection with the following error: Error: KILL caused by KILL button/pin - Printer halted. kill() called!

There are more errors, that occur before the one above which closes the connection:

  • EEPROM version mismatch ((EEPROM=? Marlin=V74)
  • Testing X connection... Error: All LOW
  • Testing Y connection... Error: All LOW
  • Testing Z connection... Error: All LOW
  • Testing Z2 connection... Error: All LOW
  • Testing E connection... Error: All LOW

After that OctoPrint confirms successful connection to the printer.
It then reads two Temperature Messages:
T:21.50 /0.00 B:22.58 /0.00 @:0 B@:0
And after that it produces the Error: Kill caused by Kill, which closes the connection.

Steps to Reproduce

  1. Upgrade Anycubic Chiron with TMC2208s and new Fans (doubt they are a problem, but just for completeness)
  2. Download the Firmware from here, build with VSCode and PlattformIO
  3. Flash using OctoPrint and avrdude
    Remark: After Flashing I was not able to run M502 and M500 which are required in your guide. The error occurred before I could send them.
    Remark2: I have not altered any files before building and flashing the firmware.

Expected behavior:
Octoprint correctly connects to Anycubic Chiron via USB like before the update.

Actual behavior:
Connection is closed almost immediately with the errors listed above.

@demetz
Copy link

demetz commented Oct 15, 2021

I used Visual Studio Code to compile, however I have the same problem.

--- Available filters and text transformations: colorize, debug, default, direct, hexlify, log2file, nocontrol, printable, send_on_enter, time
--- More details at http://bit.ly/pio-monitor-filters
--- Miniterm on COM4  250000,8,N,1 ---
--- Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
start
echo:Marlin bugfix-2.0.x

Marlin-AI3M v1.4.8

echo: Last Updated: 2019-12-18 | Author: (coolio986)
echo:Compiled: Oct 15 2021
echo: Free Memory: 975  PlannerBufferBytes: 1568    
echo:SD card ok
echo:EEPROM version mismatch (EEPROM=? Marlin=V74)  
echo:Hardcoded Default Settings Loaded
echo:EEPROM version mismatch (EEPROM=? Marlin=V74)
echo:Hardcoded Default Settings Loaded
Testing X connection... Error: All LOW
Testing Y connection... Error: All LOW
Testing Z connection... Error: All LOW
Testing Z2 connection... Error: All LOW
Testing E connection... Error: All LOW
echo:SD card ok
echo:EEPROM version mismatch (EEPROM=? Marlin=V74)
echo:Hardcoded Default Settings Loaded
TFT Serial Debug: SD card inserted... J00
echo:EEPROM version mismatch (EEPROM=? Marlin=V74)
echo:Hardcoded Default Settings Loaded
Error:KILL caused by KILL button/pin
Error:Printer halted. kill() called!
TFT Serial Debug: Kill command... J11

were you able to solve the issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants