Heater wattage reporting for M105 using EXTRUDER_WATTS and BED_WATTS

This commit is contained in:
David Forrest
2014-02-03 14:46:09 -05:00
parent 430dcb65a7
commit a5f53f0cf3
2 changed files with 14 additions and 0 deletions

View File

@ -156,6 +156,10 @@
// HEATER_BED_DUTY_CYCLE_DIVIDER intervals.
//#define HEATER_BED_DUTY_CYCLE_DIVIDER 4
// If you want the M105 heater power reported in watts, define the BED_WATTS, and (shared for all extruders) EXTRUDER_WATTS
//#define EXTRUDER_WATTS (12.0*12.0/6.7) // P=I^2/R
//#define BED_WATTS (12.0*12.0/1.1) // P=I^2/R
// PID settings:
// Comment the following line to disable PID and enable bang-bang.
#define PIDTEMP