-
-
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
[BUG] compile failure in LCD DAC edit menu (board w/MCP4728 DAC) #19216
Comments
Configs are version 2.0 we are currently at 2.0.6.1 please use a current Marlin |
Thanks for the oversight of a second set of eyes. Blew caches away from IDE and refreshed d/l's from scratch and indeed there was an issue with my IDE. Current compile failure appears as it may be related to same issue as previous cached version with different manifestation:
Current configs pushed to above repo. |
try adding #define DAC_STEPPER_CURRENT to your configuration.h |
This issue has had no activity in the last 30 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days. |
This is a red herring. DAC_STEPPER_CURRENT has always been set it the pins file for the Printrboard RevF and still is: Marlin/Marlin/src/pins/teensy2/pins_PRINTRBOARD_REVF.h Lines 145 to 146 in 348570f
Currently as of 348570f it's gone from the frying pan and into the fire with what looks like a problem with the Teensy2 library, as USBCON is typically set there:
Although, there has been changes to the pins file as of 4 days ago, so it looks like this is just getting further and further away from unwinding the original issue. 🤷♂️ |
Applying #19733 compile is now back to similar as first failure mode I reported above:
|
I can confirm the issue still exists. Here are updated config files for current bugfix. |
Updated configs to 8bdde8d |
@fiveangle this has now merged with my change you tested. I’m going to go ahead and close this. Please let us know if it breaks again. |
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. |
Printrboard RevF (AT90USB) compile failure:
My Configurations
https://github.com/fiveangle/Marlin/tree/bf2-2020-08-31/Marlin
https://github.com/fiveangle/Marlin/blob/bf2-2020-08-31/Marlin/Configuration.h
https://github.com/fiveangle/Marlin/blob/bf2-2020-08-31/Marlin/Configuration_adv.h
The text was updated successfully, but these errors were encountered: