MarlinFirmware / Marlin

Marlin is an optimized firmware for RepRap 3D printers based on the Arduino platform. Many commercial 3D printers come with Marlin installed. Check with your vendor if you need source code for your specific machine.
https://marlinfw.org
GNU General Public License v3.0
16.18k stars 19.21k forks source link

Compile error: 'VP_Fan1_Percentage' was not declared in this scope #17642

Closed rubienr closed 4 years ago

rubienr commented 4 years ago

With DGUS_LCD_UI_ORIGIN defined in Configuration.h it was necessary to enable

constexpr uint16_t VP_Fan1_Percentage = 0x33A2;  // 2 Byte Integer (0..100)

in: https://github.com/MarlinFirmware/Marlin/blob/eb91dbce421fd766d82a80b41e5498cc7618c5d7/Marlin/src/lcd/extui/lib/dgus/origin/DGUSDisplayDef.h#L195

rubienr commented 4 years ago

Thank you!

github-actions[bot] commented 4 years ago

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.