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

I am having a problem connecting MKS pi in my Artillery Sidewinder x2 #56

Open lone182 opened 1 year ago

lone182 commented 1 year ago

Hello everyone, I am having trouble to flash klipper in my 3dprinter. "dfu not detaching" error message. Anyone knows how to fix it?

Jannomag commented 1 year ago

I had a similar issue, if I remember it correctly. Try to flash this firmware first, this will enable the M997 command.

ciroanacleto commented 1 year ago

Hello everyone, I am having trouble to flash klipper in my 3dprinter. "dfu not detaching" error message. Anyone knows how to fix it?

I had similar problem after configure my sidewinder x2 in a DFU mode and tried to flash the new firmware using STM32 programmer on liux pc. The computer simply did not recognize the printer as connected in USB. The problem was a permission for my user that was running STM32 programmer. I ran as root and it worked. I don't know if it is the same problem you are facing, but it worth the try.