Fill out above information and in all cases attach yourklippy.logfile. Pasting yourprinter.cfgis not needed
Describe your issue:
Hi,
after managing to install the EBB42 by CAN, before I had it by USB… I thought that the disconnections were over… but no… When changing to Fluidd, I receive another message, which I don’t know if it will be similar who received before…
I enclose a copy of the message and a copy of the log.
I have to say that I have been able to finish some impressions, less than 1 hour… and that these failures are usually at the beginning of the impression, sometimes I have had them before starting, while I am doing the Tilt adjust…
I have to say that I have a baud rate of 500,000, when they recommend 250,000
MCU ‘EBBCan’ shutdown: Missed scheduling of next digital out event
This is generally indicative of an intermittent
communication failure between micro-controller and host.
Once the underlying issue is corrected, use the
“FIRMWARE_RESTART” command to reset the firmware, reload the
config, and restart the host software.
Printer is shutdown
You can test the bus but not the disconnects that I know of.
sudo apt-get install can-utils
Run cangen
Then open a second ssh terminal and run ifconfig
Look at packet loss and errors for can0 note these numbers. Wait for a few minutes and run ifconfig and check to see if those have increased; if so, there might be a connection, termination, or interference.
If those numbers haven’t changed then you might be able to run at a faster bitrate.
Also, in your /etc/network/interfaces.d/can0
If txqueuelen is less than 1024 the change it to 1024, this is the buffer setting.