-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
Request for Configuration.h version reporting during startup #57
Comments
Between submitting this request and working out a solution, the configuration_adv.h file has been introduced. Rather than make more work for myself, here's the solution I implemented in the version of Marlin from two days ago. For the record: Implementation of an idea by Prof Braino In Marlin.pde then in Marlin.pde void setup() find/replace until the last line below:
At top of configuration.h add:
This solution could obviously be extended to include changes made to the configuration_adv.h file as well.
|
I think this is a good idea. I will implement it. |
I implemented it. |
Great! The addition of #ifdef is a nice idea. By "Version" are you referring to the following line? Also - my interpretation of the definitions in Marlin.h for SERIAL_ECHOxxxxx & SERIAL_PROTOCOLxxxxx The code I posted earlier worked fine for my Win (Python) version of Pronterface. Does me using XP explain any difference in what we see in Pronterface perhaps? Also, I didn't understand the need for Cheers, Hamish |
…nto 'master' Resolve "New Y carriage on sidekicks homes to new location" Closes MarlinFirmware#57 See merge request lulzbot3d/marlin!39
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This issue is now solved.
A pull request might be submitted shortly. In the meantime try the code below.
The text was updated successfully, but these errors were encountered: