-
-
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] Enabling Panelolu support leads to compiler errors #14812
Comments
Relation to c4bb458 ? |
Try this PR #14803 |
Just did a In file included from sketch/src/module/tool_change.cpp:78:0: |
Wrong tree https://github.com/Ludy87/Marlin/tree/bf2_buzzer2 branche: bf2_buzzer2 Du musst schon, wenn dann zeitnah etwas probieren und nicht 4 Tage später, wenn der Branche gelöscht oder geändert ist. |
OK, getting better. |
#define TEMP_SENSOR_BED 1 /home/chr/Arduino/libraries/arduino-display-lcdkeypad/LcdKeypad.cpp:18:1: error: expected class-name before '{' token |
Deine Marlin Version entspricht der die im Branche ist! Nutze den Branche! |
Ich bin mir gerade nicht klar, was hier die Erwartungshaltung mir gegenüber ist. Ich habe einen Fehler gemeldet. Der Fehler ist klar und mit minimalen Aufwand nachvollziehbar. Soweit ich das einschätzen kann, wurde da beim Aufräumen was verschlimmbessert. Und das sollte derjenige, der aufgeräumt hat, problemlos wieder hinkriegen. |
Schau in meine angehängte zip und du wirst DEINE Config vorfinden und ggf. den Fix, den du bitte Testen sollst beinhalten. Solange der Fix nicht bestätigt ist, wird er auch nicht veröffentlicht! |
Zu sagen was man will steigert die Chance zu bekommen was man will.... ;-) extracted the ZIP, compiling it now with Arduino 1.8.9 on Linux. Error message: /home/chr/Arduino/libraries/arduino-display-lcdkeypad/LcdKeypad.cpp:18:1: error: expected class-name before '{' token |
Das ist jetzt kein Marlin Fehler mehr, scheinbar hast du die falsche lib installiert bzw. garkeine https://github.com/lincomatic/LiquidTWI2/archive/master.zip |
OK, das ist was anderes. Ich geh mal suchen. |
ok, in arduino, you can add https://github.com/dniklaus/arduino-display-lcdkeypad from the "manage libraries" menu. That doesn't work. |
Thank you for your feedback! Has the function been preserved or are there problems with the display? |
@thinkyhead, can this (https://github.com/Ludy87/Marlin/tree/bf2_buzzer2) be seen as a solution to the problem? Here could be closed. |
@criede problem fixed? |
Lack of Activity |
@Ludy87 your fix is working for Viki 1 I2C LCD, had to make some minor additions, should PR them to your branch? |
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. |
conf.zip
conf.zip
<
Description
Marlin does not compile sucessfully with LCD_I2C_PANELOLU2 support
Steps to Reproduce
Expected behavior: Compiler finishes with no errors
Actual behavior: I get:
In file included from sketch/src/gcode/calibrate/G28.cpp:50:0:
sketch/src/gcode/calibrate/../../lcd/ultralcd.h: In static member function 'static void MarlinUI::buzz(long int, uint16_t)':
sketch/src/gcode/calibrate/../../lcd/ultralcd.h:264:9: error: 'lcd' was not declared in this scope
lcd.buzz(duration, freq);
^
exit status 1
Fehler beim Kompilieren für das Board Arduino/Genuino Mega or Mega 2560.
Additional Information
The text was updated successfully, but these errors were encountered: