If you only changed one of the RT resistors, you'll need to combine the bed table from the 10K file and the extruder table from the 4k7 file.
As for the extruder, did you adjust config.h to read the thermistor from pin AI01? The last I saw of your config.h, it was set for a thermocouple. Heres the correct line 305:
As for the extruder, did you adjust config.h to read the thermistor from pin AI01? The last I saw of your config.h, it was set for a thermocouple. Heres the correct line 305:
DEFINE_TEMP_SENSOR(extruder, TT_THERMISTOR, AIO1, THERMISTOR_EXTRUDER)