makerbase-mks / MKS-PI

As we all know, the Klipper firmware has the advantages of high printing speed, high precision, and the ability to use the web page to control the printer, etc. MKS PI is a high-end microcomputer board designed by makerbase to replace the Raspberry Pi for the convenience of 3D printing users to use the Klipper firmware. In terms of hardware, MKS PI has a powerful 4-core 64-bit SOC onboard, with 1GBytes of DDR3 memory, supports HDMI screen interface and PI-TS35 screen interface, provides Ethernet port, 3-channel USB interfaces (can be connected to a 3D printer main board, USB Wireless network card, USB camera, U disk, USB keyboard and mouse, etc.); In terms of software, Makerbase provides a complete Klipper firmware transplanted based on the Armbian desktop system, and directly supports klipperScreen. Users only need to download the image file provided by Makerbase, burn it to the TF card, without a lot of construction work, use the usb port or serial port to connect your main board, configure the parameters on the webpage, and you can use the Klipper firmware happily!
GNU General Public License v3.0
112 stars 9 forks source link

printer board not visible #33

Open Jean-Fred-CEC opened 1 year ago

Jean-Fred-CEC commented 1 year ago

Hi, I am trying to connect my CR10S Pro V1 (flashed with Tiny Machine 1.1.9B7) to the MKS Pi board. I've flashed my board with "Armbian_22.05.0-linux_5.16.20" and until here everything is OK Wifi works fine, Fluidd is OK without the printer connection, camera also is working So I am looking for the printer ID in order to flash the printer firmware with Klipper, but the command "ls /dev/serial/by-id/*" answers : "No such file or directory" I've checked my USB ports with lsusb without the printer, and with the printer, so I see clearly the port where it is connected. I changed the USB cable and there is no change. I'm clearly new to Linux and I don't see what's wrong, can someone help me please?

Thanks in advance, best regards,

Jean-Fred

PedroLageTavares commented 1 year ago

Do you had klipper previously installed or is this the first attempt?

You can use instead the /dev/ttyUSB0 (can be USB0, USB1 ...) or /dev/ttyACM0 (can ACM0, ACM1, ...) , in klipper printer.cfg

also, check this thread: https://klipper.discourse.group/t/e3v2-ls-dev-serial-by-id-not-working/3934

Jean-Fred-CEC commented 1 year ago

Thanks for replying! My card fried, I just bought a Raspberry, everything works fine now.

Best regards.

Jean-Fred