The White PTFE is not structural !
You MUST use the brown PEEK Block to mount and support my Hot End.
I have included a few mounting examples:
Using Wades geared extruder
Using Adrians extruder
And the mounting on my huxley.
// /usr/local/bin/createTemperatureLookup.py --r0=100000 --t0=25 --r1=0 --r2=4700 --beta=4267 --max-adc=1023
// r0: 100000
// t0: 25
// r1: 0
// r2: 4700
// beta: 4267
// max adc: 1023
#define NUMTEMPS 20
short temptable[NUMTEMPS][2] = {
{1, 713},
{54, 236},
{107, 195},
{160, 172},
{213, 157},
{266, 144},
{319, 134},
{372, 125},
{425, 117},
{478, 110},
{531, 103},
{584, 96},
{637, 89},
{690, 83},
{743, 75},
{796, 68},
{849, 59},
{902, 48},
{955, 34},
{1008, 3}
};