Klipper3d / klipper

Klipper is a 3d-printer firmware
GNU General Public License v3.0
9.41k stars 5.3k forks source link

Automated MCU restart wont work. #145

Closed kapperi closed 6 years ago

kapperi commented 6 years ago

After changing config, the restart command wont work.

kapperi commented 6 years ago

klippy.log

Edit:. This log is from different issue about "Timer too close problem"

KevinOConnor commented 6 years ago

Although this may have a slightly different symptom, it appears to be due to host to micro-controller communication outages and errors. Closing this in favor of issue #147.

kapperi commented 6 years ago

Working after changing restart method to command.

KevinOConnor commented 6 years ago

On Sun, Jan 28, 2018 at 05:41:27PM +0000, kapperi wrote:

Working after changing restart method to command.

Ah, yes, the native USB AVR chips need to use a restart method of 'command'. I've updated the code to use that as the default on those chips (commit 077a56c2).

Is the board stable now with the shorter USB cable? (The retransmit counter in the log is no longer incrementing?)

-Kevin