Quantcast
Channel: Reprap Forum - Firmware - Marlin
Viewing all articles
Browse latest Browse all 2831

Temperature Sensor Question for TronXY P802E (no replies)

$
0
0
Thanks to a previous post, I was able to install Marlin on my Melzi board. Before I give Marlin a spin, I had a question about temperature sensors. I have a TronXY P802E, which is running Repetier. When I built Repetier, I used a temperature table I found online that was purportedly from TronXY that contained temperature tables for the hot end and the bed (see below). It appears that Marlin is not as configurable in this regard, as the only choice is to pick a specific temperature sensor. I see 10 different 100K thermistors with 4.7K pull up resistors in Configuration.h, so I'm unsure which one to select since I have no idea which of these thermistor is closest to the ones that are in the hot end and heated bed.

Does it make a big difference which one I select, or should I just use the default choice?


#undef USER_THERMISTORTABLE0
#define USER_THERMISTORTABLE0 {\
{56,300*8},{59,295*8},{64,290*8},{70,285*8},{76,280*8},{82,275*8},{89,270*8},{98,265*8},\
{108,260*8},{118,255*8},{128,250*8},{145,245*8},{156,240*8},{168,235*8},{187,230*8},{208,225*8},\
{227,220*8},{248,215*8},{272,210*8},{301,205*8},{336,200*8},{370,195*8},{400,190*8},{450,185*8},\
{492,180*8},{552,175*8},{615,170*8},{690,165*8},{750,160*8},{830,155*8},{920,150*8},{1010,145*8},\
{1118,140*8},{1215,135*8},{1330,130*8},{1460,125*8},{1594,120*8},{1752,115*8},{1900,110*8},{2040,105*8},\
{2200,100*8},{2350,95*8},{2516,90*8},{2671,85*8},{2831,80*8},{2975,75*8},{3115,70*8},{3251,65*8},\
{3375,60*8},{3480,55*8},{3580,50*8},{3660,45*8},{3740,40*8},{3869,30*8},{3912,25*8},{3948,20*8},\
{4077,-20*8},{4094,-55*8}}

#undef USER_THERMISTORTABLE1
#define USER_THERMISTORTABLE1 {\
{56,300*8},{187,250*8},{615,190*8},{690,185*8},{750,180*8},{830,175*8},{920,170*8},{1010,165*8},\
{1118,160*8},{1215,155*8},{1330,145*8},{1460,140*8},{1594,135*8},{1752,130*8},{1900,125*8},{2040,120*8},\
{2200,115*8},{2350,110*8},{2516,105*8},{2671,98*8},{2831,92*8},{2975,85*8},{3115,76*8},{3251,72*8},\
{3480,62*8},{3580,52*8},{3660,46*8},{3740,40*8},{3869,30*8},{3912,25*8},{3948,20*8},{4077,-20*8},\
{4094,-55*8}}

Viewing all articles
Browse latest Browse all 2831

Trending Articles