Klipper connection to CR10S
Hello together,
I was able to install Kliipper on my CR10S.
I also changed the Firmware inside configuration to Klipper. It seems that Repetier Server is connected to the printer but it doesn't start the commands or heating elements. When I try to change the temperature I get the following message:
21:32:03.089: N98 M140 S33
21:32:03.091: // Printer is not ready
21:32:03.091: // The klippy host software is attempting to connect. Please
21:32:03.091: // retry in a few moments.
21:32:03.091: Firmware was halted, trying to reconnect. Eventually running print is stopped.
But the connection color is still green.
printer.cfg:
[mcu]
serial: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A1071H3O-if00-port0
baud: 250000
pin_map: arduino
serial: /dev/serial/by-id/usb-FTDI_FT232R_USB_UART_A1071H3O-if00-port0
baud: 250000
pin_map: arduino
Is there any idea why the printer doesn't react on the commands?
TomBola_
Comments
Stop server:
> sudo service RepetierServer stop
Go to
> cd /var/lib/Repetier-Server/printer/<slugname>/models/
and check files there.
> ls
if there is nothing important just delete all:
>sudo rm 00*
Also delete work dispatcher file
> sudo rm
/var/lib/Repetier-Server/database/workdispatcher.sql
and start server again:
> sudo service RepetierServer start
Then there are no old jobs waiting to be run and model list is clean in case there is a part causing the block.
With klipper you should maybe switch to using /dev/serial/by-path so printers get not mixed in order of detection or due to having same id.