makerbase-mks / MKS-RUMBA32

MKS RUMBA32 is modified in Aus3D RUMBA32 version and a powerful 32-bit 3D printer control board with STM32F446VET6 , The main frequency is 180MHZ. Support Marlin2.0 , support MKS LCD12864B/MINI12864/2004/12864, support MKS TFT24/28/32/35/70 Screens. The motherboard integrates 6 AXIS interface, integrates SPI / UART interface…
16 stars 15 forks source link

Configured RUMBA32 board +Marlin 2.0.7.2 can't be used with USB host. #39

Open PaXLiCh opened 3 years ago

PaXLiCh commented 3 years ago

Successfully flashed marlin with platformio. My configuration work with fullgraphics lcd. TFT70 also works with this board. But I cannot connected to board with USB. Pronterface and cura can't find my printer. If I press "Connect" in pronterface, I can get only infinite "Connecting...". Cura with MKS WIFI plugin can't see the printer by specified IP. Tested on various machines and systems (win 7 10, linux x86, macos x). Seems to me, board cant send data to host. I disconnect TFT70 (which uses USART), but no luck. My config files Any ideas?

aLex-S0815 commented 2 years ago

Hallo,

ich hatte da gleiche Problem, jedoch mit folgender Konfiguration hat es dann funktioniert:

  1. COM-Anschluss konfigurieren: image image BAUDRATE auf 115200 setzen.

  2. Configuration.h anpassen: image BAUDRATE auf 115200 ändern. image SERIAL PORT 2 aktivieren.

  3. Repetier Host anpassen: image

Es funktioniert mit Pronterface und Repetier Host.