Moved SLOWDOWN function. (jetty840)

Included AD595 calibration options. (daid)
This commit is contained in:
Erik van der Zalm
2012-02-26 16:23:47 +01:00
parent 4fbda5c3f5
commit 018c567abf
4 changed files with 31 additions and 50 deletions

View File

@ -59,6 +59,11 @@
#define EXTRUDER_RUNOUT_SPEED 1500. //extrusion speed
#define EXTRUDER_RUNOUT_EXTRUDE 100
//These defines help to calibrate the AD595 sensor in case you get wrong temperature measurements.
//The measured temperature is defined as "actualTemp = (measuredTemp * TEMP_SENSOR_AD595_GAIN) + TEMP_SENSOR_AD595_OFFSET"
#define TEMP_SENSOR_AD595_OFFSET 0.0
#define TEMP_SENSOR_AD595_GAIN 1.0
//===========================================================================
//=============================Mechanical Settings===========================
//===========================================================================