Its not so much a truer or untrue temp...
All it is that the Solidoodle OEM hotend uses the Makergear 'Big Head' Nozzle, and then attaches the thermistor to the exterior and lower down on the nozzle some distance from the heater cartridge. A "standard" hotend has the thermistor located right next to the melt zone / cartridge or resistor.
If you imagine an aircon system.. a Thermistor inside the room being cooled will read much cooler than one outside and in the hall. The thermistor in the hallway has to wait for the cold air to radiate out into the hall before it gets measured. This also means that when the temperature in the hallway is at say 20°C, its probably already down to 15-16°C inside the room. This also means that if you try to control the temperature inside the room using the thermistor out in the hallway, its going to be a lot 'slower' to react to changes than if you measured the thermistor inside the room - the inside room one would see changes instantly almost whereas the one out in the hallway has to wait a while before it 'sees' the changes and knows whether to shut the aircon on or off... meaning if you want the room to be 16°C.. you have to shut the aircon on/off when the hallways thermistor reads 20°C... if you waited for the hallways to get to 16°C, it'd be maybe 8-9°C inside the room with the aircon....
Solidoodle uses thermistors in the hallway. Everyother hotend pretty much has its thermistor inside the aircon'ed room.
(substitute 'aircon' for Heater Cartridge, 'room' for Melt Zone, inverse the logic from cool to heat, and voila.. you have how PID in your Hotend works.... )
Also - just to note - whilst the standard firmware thermistor is type 6, which is a modified type 1, will 'work' ok with a type 1.. its not 'safe' to just assume if temps match at the low-end then the thermistor tables are 'right' or its 'safe' to use. Thermistor tables are not linear.. this means two different types of thermistor can very much have a similar resistance at a low tempreature but completely different resistances for the same temps further up the table. A thermistor works by varying its resistance as tempreature rises and falls - the firmware has various 'tables' that are used to convert a given resistance to a *known* tempreature and it is in no fashion linear. a 1k change at the low end of the table might be 5°C, but a 1k change at the middle of the table might equate to 20°C differences...
This is why its vital to know *which* thermistor you have - and in actual precision environments, you generally then self-measure the resistance and produce your own 'known good' table - datasheets are close, but every NTC (negative temperature coefficent) or PTC resistor behaves 'differently'.. and thus you usually go through a lengthy calibration process if precision is required instead of 'rough guesstimates' (which is actually all you need in this particular application - so generic tables are 'good enough') We aren't trying to launch a Lunar Mission here - so rough stuff is ok - but don't just assume somethings good to go because ONE point on a table aligns with where you think it should be
.
Anyway... info provided just to explain why just assuming that because something matches at 20°C ambient to what you think it should be is often bad because it means nothing as you move through the temperatures and up the non-linear scale....