Poket-Jony / Marlin-A4MaxPro-2.0.x

🖨 Marlin 2.0.x optimized for the Anycubic 4Max Pro 3D printer
GNU General Public License v3.0
54 stars 18 forks source link

[BUG] Wrong Heatbed Thermistor #18

Closed bernhardberger closed 4 years ago

bernhardberger commented 4 years ago

According to the DT3D board the Bed Thermistor should be Type5 (not verified by me)

Poket-Jony commented 4 years ago

Merged in https://github.com/Poket-Jony/Marlin-A4MaxPro-2.0.x/pull/19

Nestor75 commented 4 years ago

I would say that the sensor type is 11 instead of 5. The reason are, the anycubic official store says the sensor is Sensor de calor: 100 K 1% B = 3950 so the code in marlin is 11. And the another reason is, I use type 11 for both sensors, hotend and bed becasue I read it in many places the sensors are the same and I verified the good one for hotend is 11.

I would say the correct code is 11 .

bernhardberger commented 4 years ago

Good question.. someone tore the Ultrabase for the 4MP apart recently and meant it's (actually) Type5 on the heatbed, not 11..

Nestor75 commented 4 years ago

the point is that code 5 and code 11 give more or less the same temparature at low degrees. For example, at room temerature both codes give exactly the same temparature. The problem is more relevant with the hotend becasue with code 5 it gives 230 degres but the real temeprature could be above 250 degres. the hotbed doesn't go above 110 degrees so..... the most probably thing is the code here does not affects almost anything.