From dd2b9ef537d24252878e91d314bf298840f3eb20 Mon Sep 17 00:00:00 2001 From: blddk Date: Sat, 7 Jul 2012 19:15:18 +0300 Subject: Added chain of command so hotend wont be turned off before the print is finished. --- Sprinter/Configuration.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index f5a5730..aca24e1 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -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_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 //----------------------------------------------------------------------- -- cgit v1.2.1