Changement de version vers arduino IDE 16.0 eeet.... Ça compile !
Changement de ligne de code :
#define TEMP_SENSOR_BED 1
et
#if ENABLED(PIDTEMPBED)
//#define PID_BED_DEBUG // Sends debug data to the serial port.
#define PID_BED_INTEGRAL_DRIVE_MAX MAX_BED_POWER //limit for the integral term
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from FOPDT model - kp=.39 Tp=405 Tdead=66, Tc set to 79.2, aggressive factor of .15 (vs .1, 1, 10)
//#define DEFAULT_bedKp 182.79
//#define DEFAULT_bedKi 14.84
//#define DEFAULT_bedKd 563.01
//120V 250W silicone heater into 4mm borosilicate (MendelMax 1.5+)
//from pidautotune
//#define DEFAULT_bedKp 182.79
//#define DEFAULT_bedKi 14.84
//#define DEFAULT_bedKd 563.01
// FIND YOUR OWN: "M303 E-1 C8 S90" to run autotune on the bed at 90 degreesC for 8 cycles.
#define DEFAULT_bedKp 221.40
#define DEFAULT_bedKi 42.23
#define DEFAULT_bedKd 290.19
#endif // PIDTEMPBED
On récupère le.hex dans les profondeurs des dossiers (cocher l'option "compilation" d'afficher les résultats détaillés" dans les préférences pour voir trouver l'endroit). Flashage avec dagomApp ok. Je lance l'imprimante et....le plateau ne chauffe pas. L'ecran affiche bien les options, je lance le préchauffage du plateau, la thermistance à l'air de fonctionner mais le plateau ne chauffe pas.
Je crois que mon ATX est grillée....Gnoufaaarg ><
Bon on verra demain....Merci pour ton aide en tout cas, ça avance ^^