-
-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Closed
Labels
Description
Did you test the latest bugfix-2.1.x
code?
Yes, and the problem still exists.
Bug Description
When trying to compile for the Robin NAno 1.2 I get the following message:
Bug Timeline
It is existent in the latest bugfix
Expected behavior
Compile correctly
Actual behavior
Fails and gives following error:
In file included from Marlin\src\lcd/dogm/u8g_fontutf8.h:11,
from Marlin\src\lcd/lcdprint.h:53,
from Marlin\src\lcd/marlinui.h:74,
from Marlin\src\MarlinCore.cpp:64:
.pio\libdeps\mks_robin_nano_v1v2\U8glib-HAL\src/U8glib-HAL.h: In member function 'void U8GLIB_SSD1309_128X64_F::init(uint8_t, uint8_t, uint8_t, uint8_t, uint8_t)':
.pio\libdeps\mks_robin_nano_v1v2\U8glib-HAL\src/U8glib-HAL.h:944:110: error: 'u8g_dev_ssd1309_128x64_f_sw_spi' was not declared in this scope; did you mean 'u8g_dev_ssd1309_128x64_sw_spi'?
944 | void init(uint8_t sck, uint8_t mosi, uint8_t cs, uint8_t a0, uint8_t reset = U8G_PIN_NONE) { U8GLIB::init(&u8g_dev_ssd1309_128x64_f_sw_spi, sck, mosi, cs, a0, reset); }
Steps to Reproduce
I have attached my config files.
Version of Marlin Firmware
2.1.2 or 2.1.bugfix
Printer model
Sapphire Pro
Electronics
Robin Nano 1.2
LCD/Controller
No response
Other add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
- A ZIP file containing your
Configuration.h
andConfiguration_adv.h
.
Additional information & file uploads
I tried to compile by commenting out the whole section that throws the errors and it compiled but then the printer got stuck at "updating 100%" . After reboot it hangs at "booting".