Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Baud rate to settings #25

Open
dchauran opened this issue Nov 16, 2022 · 2 comments
Open

Add Baud rate to settings #25

dchauran opened this issue Nov 16, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@dchauran
Copy link

dchauran commented Nov 16, 2022

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
Copy link
Owner

xreef commented Nov 17, 2022

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

@xreef xreef added the enhancement New feature or request label Nov 17, 2022
@NikopolCZ
Copy link

NikopolCZ commented Nov 27, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants