I am unable to compile an unmodified version of the code.
The first error I run into is:
Library Manager: Installing bitbucket-fmalpartida/LiquidCrystal @ 1.5.0
Warning! Could not find the package with 'bitbucket-fmalpartida/LiquidCrystal @ 1.5.0' requirements for your system 'windows_amd64'
Disabling REPRAP_DISCOUNT_SMART_CONTROLLER or pointing USES_LIQUIDCRYSTAL to an available library gets me a long series of undefined reference errors similar to the following:
Linking .pio\build\mks_robin_nano_v3\firmware.elf
c:/users/bobku/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: .pio/build/mks_robin_nano_v3/src/src/MarlinCore.cpp.o: in function `finishSDPrinting()':
C:\work\temp\Marlin-SuperRacer-MKS-Nano-V3-main_original\Marlin-SuperRacer-MKS-Nano-V3-main/Marlin\src/MarlinCore.cpp:396: undefined reference to `print_thr_adress_string(int, int, char*)'
c:/users/bobku/.platformio/packages/toolchain-gccarmnoneeabi@1.90201.191206/bin/../lib/gcc/arm-none-eabi/9.2.1/../../../../arm-none-eabi/bin/ld.exe: C:\work\temp\Marlin-SuperRacer-MKS-Nano-V3-main_original\Marlin-SuperRacer-MKS-Nano-V3-main/Marlin\src/MarlinCore.cpp:397: undefined reference to `print_thr_adress_string(int, int, char*)'
My ultimate goal is to have this firmware talking to the Super Racer's LCD.
The LCD update info implies that this is a DGUS display. Do I need to do anything other than enable DGUS_LCD_UI_ORIGIN?
I am unable to compile an unmodified version of the code.
The first error I run into is:
Disabling REPRAP_DISCOUNT_SMART_CONTROLLER or pointing USES_LIQUIDCRYSTAL to an available library gets me a long series of undefined reference errors similar to the following:
My ultimate goal is to have this firmware talking to the Super Racer's LCD.
The LCD update info implies that this is a DGUS display. Do I need to do anything other than enable DGUS_LCD_UI_ORIGIN?