summaryrefslogtreecommitdiff
path: root/Tonokip_Firmware/configuration.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2011-04-19 09:26:56 +0200
committerkliment <kliment.yanev@gmail.com>2011-04-22 12:14:49 +0200
commit72e4ce1c2cd54c1d3dabb3aa728f7329684ca8f6 (patch)
tree21cad41d2db2c86f343e7faeacb5bc5d651525fa /Tonokip_Firmware/configuration.h
parent180f20a1cd786b46b9c7a01ca439f9556ea29488 (diff)
Gregfrost thermocouple support - still needs minor cleanup
Diffstat (limited to 'Tonokip_Firmware/configuration.h')
-rw-r--r--Tonokip_Firmware/configuration.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/Tonokip_Firmware/configuration.h b/Tonokip_Firmware/configuration.h
index 8d822bb..ddfcaf6 100644
--- a/Tonokip_Firmware/configuration.h
+++ b/Tonokip_Firmware/configuration.h
@@ -12,8 +12,7 @@
float full_velocity_units = 10.0; // the units between minimum and G1 move feedrate
float min_units_per_second = 35.0; // the minimum feedrate
-// THERMOCOUPLE SUPPORT UNTESTED... USE WITH CAUTION!!!!
-const bool USE_THERMISTOR = true; //Set to false if using thermocouple
+// AD595 THERMOCOUPLE SUPPORT UNTESTED... USE WITH CAUTION!!!!
//PID settings:
//Uncomment the following line to enable PID support. This is untested and could be disastrous. Be careful.
@@ -26,6 +25,14 @@ const bool USE_THERMISTOR = true; //Set to false if using thermocouple
#define PID_DGAIN 100 //100 is 1.0
#endif
+// Select one of these only to define how the nozzle temp is read.
+//#define HEATER_USES_THERMISTOR
+//#define HEATER_USES_AD595
+#define HEATER_USES_MAX6675
+
+// Select one of these only to define how the bed temp is read.
+#define BED_USES_THERMISTOR
+//#define BED_USES_AD595
// Calibration formulas
// e_extruded_steps_per_mm = e_feedstock_steps_per_mm * (desired_extrusion_diameter^2 / feedstock_diameter^2)