In the Marlin setup instructions there is a section that is highlighted
# define TEMP_SENSOR_0 1
# define TEMP_SENSOR_1 1
# define TEMP_SENSOR_2 1
# define TEMP_SENSOR_BED 1
Yet in the text
#define TEMP_SENSOR_0 7
#define TEMP_SENSOR_1 0
#define TEMP_SENSOR_2 0
#define TEMP_SENSOR_BED 1
and discusses "Depending of your Hot End, you will select one sensor or other."
I have
http://www.cooking-hacks.com/shop/3d-pr ... e-extruderIs this the correct setting for this nozzle/sensor ?
It also mentions "const bool X_ENDSTOPS_INVERTING = true" etc
I have not found X_ENDSTOPS_INVERTING in the current Marlin.pde file
Is this an addition , or out of date documentation ?
Any help appreciated in advance .
CEN