@craigrezac7 Probably best to start a new thread, but if this is enough to get you going...
This thermistor? https://www.sliceengineering.com/collections/all-products-collection/products/thermistor-high-temperature. There's a link to the 'RT Table' that has the specs for the thermistor.
Also, the RRF config tool has this thermistor built-in already. Go to the Heater tab https://configtool.reprapfirmware.org/Heaters and under Heater Configuration, click on one of the 'R25' parameters. This should give you a drop down list of thermistors, of which one is "Slice Engineering High Temperature Thermistor". This gives values of:
R25: 500000 Ω
β: 4723 K
C: 1.196220e-7
Code for this for config.g is:
M305 P1 T500000 B4723 C1.196220e-7 R4700 ; set thermistor + ADC parameters for heater 1
I'm sure others on here are running these, so any other questions, probably start a new thread.
Ian