Added chain of command so hotend wont be turned off before the print is finished.

This commit is contained in:
blddk 2012-07-07 19:15:18 +03:00
parent d98317e213
commit dd2b9ef537

View file

@ -369,6 +369,8 @@ const int dropsegments=5; //everything with less than this number of steps will
//#define EXTRUDERFAN_PIN 66 //Pin used to control the fan, comment out to disable this function //#define EXTRUDERFAN_PIN 66 //Pin used to control the fan, comment out to disable this function
#define EXTRUDERFAN_DEC 50 //Hotend temperature from where the fan will be turned on #define EXTRUDERFAN_DEC 50 //Hotend temperature from where the fan will be turned on
//#define CHAIN_OF_COMMAND 1 //Finish buffered moves before executing M42, fan speed, heater target, and so...
//----------------------------------------------------------------------- //-----------------------------------------------------------------------
// DEBUGING // DEBUGING
//----------------------------------------------------------------------- //-----------------------------------------------------------------------