MKFirmware / MK4duo

MK4duo Firmware Printers 3D for Arduino and Arduino due
http://www.marlinkimbra.it
GNU General Public License v3.0
206 stars 117 forks source link

Compile issue with FW version 4.4.0 #774

Closed LittleHelper00 closed 4 years ago

LittleHelper00 commented 4 years ago

I got compling errors with the latest Arduino IDE 1.8.10 (Windows 7) Board: "Arduino Mega 2560" and the latest MK4duo FW version 4.4.0. I've used online configurator. The error message that I got is the following:

Arduino:1.8.10 (Windows 10), Scheda:"Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"

In file included from sketch\MK4duo.h:146:0,

             from D:\users\gtamberi\Desktop\MK4duo_02-12-2019_172552\MK4duo\MK4duo.ino:358:

sketch\src/lcd/lcdui.h:75:49: error: 'millis' is not a type

     static short_timer_t progress_bar_timer(millis()); // Start time for the current progress bar cycle

                                             ^~~~~~

Più di una libreria trovata per "Wire.h" Usata: D:\users\gtamberi\Desktop\arduino-1.8.10-windows\arduino-1.8.10\hardware\arduino\avr\libraries\Wire Più di una libreria trovata per "LiquidCrystal.h" Usata: D:\users\gtamberi\Desktop\arduino-1.8.10-windows\arduino-1.8.10\libraries\LiquidCrystal Più di una libreria trovata per "SPI.h" Usata: D:\users\gtamberi\Desktop\arduino-1.8.10-windows\arduino-1.8.10\hardware\arduino\avr\libraries\SPI exit status 1 Errore durante la compilazione per la scheda Arduino/Genuino Mega or Mega 2560.

LittleHelper00 commented 4 years ago

MK4duo_02-12-2019_172552.zip

This is the zip file that I downloaded from the online configurator.

LittleHelper00 commented 4 years ago

Thank you, now it compiles correctly!