xreef / MKS_WIFI_upgrade_with_BeePrint_web_interface

Firmware for MKS WiFi module from Makerbase with BeePrint Web Interface, tested with Flying Bear Ghost 4/5/6 Reborn Flsun
Other
70 stars 15 forks source link

Add Baud rate to settings #25

Open dchauran opened 1 year ago

dchauran commented 1 year ago

Marlin comes configured for 250000 baud by default now, and different printers come configured with different values. It appears that it is hard coded to 115200 in your firmware. It would be great to have this as a setting so that folks don't have to re-flash any firmware to update baud rates.

xreef commented 1 year ago

Hi dchauran, the change isn't so difficult, but there are some memory limitation and I need time to test It. Now I'm too busy, but I add this to the list of TODO. Bye Renzo

NikopolCZ commented 10 months ago

Hi, sorry for reviving this thread but i would like to ask for the same thing.

Or if you could tell me what lines i should change to make it 250000 compatible. I cant code but i was able to compile and flash your fw without my changes. I have tried something myself. I basically used find and replace for 115200 but it did not work after flashing.