bigtreetech / MMU2-DIP

MMU 3-axis stepper control
31 stars 13 forks source link

Baudrate question and reset issues #8

Open Nickjallday opened 3 years ago

Nickjallday commented 3 years ago

So I can only get the mmu2-dip to connect to the SKR 1.4 via the i2c ports. Which it works.

I have three questions

  1. how can I set the serial interface to 250000 bps instead of 115200. I would like my printer to be on 250000 bps. But when I adjust the uart1 in the config.h I can only get it to communicate with the SKR at 115200 bps.

side note: flymcu only allows communication at 115200 and 256000 (not 250000).

  1. At 115200 I can get the mmu2 to communicate and print but it randomly drops communication and reboots the SKR. The terminal is flooded with “prevented cold extrusion” right before it reboots.

side note: I’m running a raspberry pi on the tft serial port.

  1. I’ve wired the reset pin to P0_26 on the skr 1.4 and defined it in marlin but reset function doesn’t not reset the mmu2-dip. It did used to reset the previously hooked up clone mmu-control board.