Killrob Inviato 25 Gennaio 2020 Inviato 25 Gennaio 2020 Ho un problema fastidioso con il Marlin e la scheda in questione, in pratica tutte le modifiche che faccio dal pannello dell'lcd e salvando con il comando apposito "Salva impostazioni", me le tiene salvate solo per la sessione corrente. Spengo la stampante la sera e quando la riaccendo la mattina i parametri che avevo impostato non ci sono più. Al momento ho ovviato al problema impostando direttamente nel firmware i parametri che mi interessano ed ho ricaricato il firmware stesso nella scheda. Però questa cosa mi disturba, succede anche ad altri? Cita
invernomuto Inviato 25 Gennaio 2020 Inviato 25 Gennaio 2020 Il 25/01/2020 at 10:04, Killrob ha scritto: Ho un problema fastidioso con il Marlin e la scheda in questione, in pratica tutte le modifiche che faccio dal pannello dell'lcd e salvando con il comando apposito "Salva impostazioni", me le tiene salvate solo per la sessione corrente. Spengo la stampante la sera e quando la riaccendo la mattina i parametri che avevo impostato non ci sono più. Al momento ho ovviato al problema impostando direttamente nel firmware i parametri che mi interessano ed ho ricaricato il firmware stesso nella scheda. Però questa cosa mi disturba, succede anche ad altri? Expand Nel firmware l'M500 è attivo? Cita
Killrob Inviato 25 Gennaio 2020 Autore Inviato 25 Gennaio 2020 Il 25/01/2020 at 10:07, invernomuto ha scritto: Nel firmware l'M500 è attivo? Expand hmmmm bella domanda, non conosco ancora bene questa versione di marlin, dove lo trovo? Cita
invernomuto Inviato 25 Gennaio 2020 Inviato 25 Gennaio 2020 Il 25/01/2020 at 10:12, Killrob ha scritto: hmmmm bella domanda, non conosco ancora bene questa versione di marlin, dove lo trovo? Expand /** * EEPROM * * Persistent storage to preserve configurable settings across reboots. * * M500 - Store settings to EEPROM. * M501 - Read settings from EEPROM. (i.e., Throw away unsaved changes) * M502 - Revert settings to "factory" defaults. (Follow with M500 to init the EEPROM.) */ #define EEPROM_SETTINGS // Persistent storage with M500 and M501 //#define DISABLE_M503 // Saves ~2700 bytes of PROGMEM. Disable for release! #define EEPROM_CHITCHAT // Give feedback on EEPROM commands. Disable to save PROGMEM. #if ENABLED(EEPROM_SETTINGS) //#define EEPROM_AUTO_INIT // Init EEPROM automatically on any errors. #endif Cita
Killrob Inviato 25 Gennaio 2020 Autore Inviato 25 Gennaio 2020 Il 25/01/2020 at 10:15, invernomuto ha scritto: /** * EEPROM * * Persistent storage to preserve configurable settings across reboots. * * M500 - Store settings to EEPROM. * M501 - Read settings from EEPROM. (i.e., Throw away unsaved changes) * M502 - Revert settings to "factory" defaults. (Follow with M500 to init the EEPROM.) */ #define EEPROM_SETTINGS // Persistent storage with M500 and M501 //#define DISABLE_M503 // Saves ~2700 bytes of PROGMEM. Disable for release! #define EEPROM_CHITCHAT // Give feedback on EEPROM commands. Disable to save PROGMEM. #if ENABLED(EEPROM_SETTINGS) //#define EEPROM_AUTO_INIT // Init EEPROM automatically on any errors. #endif Expand E' esattamente così Cita
invernomuto Inviato 25 Gennaio 2020 Inviato 25 Gennaio 2020 Il 25/01/2020 at 10:23, Killrob ha scritto: E' esattamente così Expand Puoi verificare se hai la voce PRINTCOUNTER abilitata? Prova a disabilitarla. Cita
Killrob Inviato 25 Gennaio 2020 Autore Inviato 25 Gennaio 2020 Il 25/01/2020 at 18:11, invernomuto ha scritto: Puoi verificare se hai la voce PRINTCOUNTER abilitata? Prova a disabilitarla. Expand ci guardo subito, si è abilitato Cita /** * Print Counter * * Track statistical data such as: * * - Total print jobs * - Total successful print jobs * - Total failed print jobs * - Total time printing * * View the current statistics with M78. */ #define PRINTCOUNTER Expand lo sto disabilitando, tanto non funziona. Cita
invernomuto Inviato 25 Gennaio 2020 Inviato 25 Gennaio 2020 Il 25/01/2020 at 19:22, Killrob ha scritto: lo sto disabilitando, tanto non funziona. Expand Fammi sapere se funziona o meno. Cita
Messaggi raccomandati
Partecipa alla conversazione
Puoi pubblicare ora e registrarti più tardi. Se hai un account, accedi ora per pubblicarlo con il tuo account.