mi controlli se c'è un errore? La stampante non è connessa.
In file included from C:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino/Arduino.h:28:0,
from sketch\MarlinConfig.h:38,
from sketch\configuration_store.h:26,
from sketch\configuration_store.cpp:190:
sketch\configuration_store.cpp: In static member function 'static bool MarlinSettings::Fixed_parameter_load()':
sketch\configuration_store.cpp:857:19: warning: unknown escape sequence: '\F'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
sketch\serial.h:60:40: note: in expansion of macro 'SERIAL_PROTOCOLPAIR'
#define SERIAL_ECHOPAIR(pre,value) SERIAL_PROTOCOLPAIR(pre, value)
^
sketch\configuration_store.cpp:857:3: note: in expansion of macro 'SERIAL_ECHOPAIR'
SERIAL_ECHOPAIR(" \r\Fixed parameter nbytes; crc error ", (uint32_t)stored_crc);
^
Lo sketch usa 157740 byte (62%) dello spazio disponibile per i programmi. Il massimo è 253952 byte.
Le variabili globali usano 5789 byte (70%) di memoria dinamica, lasciando altri 2403 byte liberi per le variabili locali. Il massimo è 8192 byte.