-
-
Notifications
You must be signed in to change notification settings - Fork 19.2k
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] Compilation fails with DAC steppers and screen enabled #15803
Comments
Hi again, First of all, thanks to @boelle to add the compilation log to pastebin. I was aware that putting a log "as it is" could be annoying but i have no clue on what to do with logs in the bug template. Regarding the potential bug, i guess the issue is around the GET_TEXT macro or the way the EDIT_ITEM macro handles labels or the way this label is built... I am fine to submit a pull request, but i want to be aligned with the coding rules... Regards, |
@dagorel did you make a PR to fix this? |
Hi @boelle , Actually it can be solved in defining new labels for each axis (MSG_DAC_PERCENT_X, MSG_DAC_PERCENT_Y, MSG_DAC_PERCENT_Z) and use MSG_DAC_PERCENT_##A in the EDIT_DAC_PERCENT macro. But i am not happy with this solution so i try to find another one before proposing a PR. Regards, |
@dagorel since 2.0 was just released a few days ago has this changed this issue at all? |
Hi @boelle , It is the very same with the new 2.0 branch so i submit a pull request on the bugfix-2.0.x branch. Regards, |
:-) great, nice when people contribute |
let hope @thinkyhead hits merge soon |
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. |
Hi all,
Please find below a bug i suspect in Marlin 2.0 current revision.
Regards,
Orel
Description
As stated in the issue title, the compilation fails when DAC steppers and screen features are enabled.
Steps to Reproduce
Configuration files: Marlin_config.zip
From the current revision of bugfix-2.0.x branch, just change the MOTHERBOARD to BOARD_RIGIDBOARD_V2 for instance (a board for which DAC steppers are enabled) and uncomment REPRAP_DISCOUNT_SMART_CONTROLLER in Configuration.h. Then compile using the default platformio environment.
Expected behavior: Compilation success.
Actual behavior: Compilation failure. See below for compilation log.
Additional Information
Compilation log: https://pastebin.com/eXsx7AWy
The text was updated successfully, but these errors were encountered: