*******CURRENT UPDATE, STILL NEED HELP BUT GETTING CLOSER******
Folger Tech FT-6 information:
I have a Win 10 laptop and Arduino connects with com port 3 (so it says).
The 3D printer has a 12864 GLCD with a MKS Gen V1.4 board, and dual extruder.
In a desperate attempt to get it to respond I downloaded TH3D firmware for FT5 and it uploaded into the printer 1st time and I was able to move the y and z-axis with the input from the GLCD. Which told me I at least did something correct. The x-axis however would not respond to inputs. Could not get into this firmware so I have stopped messing with it but it is still loaded on the MKS board.
I have Arduino 1.8.12 with the Folger Tech firmware FT6 12 21 19
I got the error codes down to just this that I get when trying to compile and install:
Arduino: 1.8.12 (Windows Store 1.8.33.0) (Windows 10), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from c:\users\jvr\appdata\local\temp\arduino_build_797895\sketch\src\inc\marlinconfig.h:38:0,
from sketch\src\HAL\HAL_AVR\HAL.cpp:25:
c:\users\jvr\appdata\local\temp\arduino_build_797895\sketch\src\inc\SanityCheck.h:603:4: error: #error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
#error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
^~~~~
In file included from sketch\src\inc/MarlinConfig.h:38:0,
from sketch\src\Marlin.h:24,
from sketch\src\Marlin.cpp:31:
sketch\src\inc/SanityCheck.h:603:4: error: #error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
#error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
^~~~~
In file included from c:\users\jvr\appdata\local\temp\arduino_build_797895\sketch\src\inc\marlinconfig.h:38:0,
from sketch\src\HAL\HAL_AVR\HAL_SPI.cpp:34:
c:\users\jvr\appdata\local\temp\arduino_build_797895\sketch\src\inc\SanityCheck.h:603:4: error: #error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
#error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
^~~~~
In file included from c:\users\jvr\appdata\local\temp\arduino_build_797895\sketch\src\inc\marlinconfig.h:38:0,
from sketch\src\HAL\HAL_AVR\MarlinSerial.cpp:39:
c:\users\jvr\appdata\local\temp\arduino_build_797895\sketch\src\inc\SanityCheck.h:603:4: error: #error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
#error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
^~~~~
In file included from c:\users\jvr\appdata\local\temp\arduino_build_797895\sketch\src\inc\marlinconfig.h:38:0, from sketch\src\HAL\HAL_AVR\Servo.cpp:56:
c:\users\jvr\appdata\local\temp\arduino_build_797895\sketch\src\inc\SanityCheck.h:603:4: error: #error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
#error "LCD_SET_PROGRESS_MANUALLY requires LCD_PROGRESS_BAR, Graphical LCD, or EXTENSIBLE_UI."
^~~~~
exit status 1
Error compiling for board Arduino Mega or Mega 2560.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.