diff options
author | blddk <michael.andresen@gmail.com> | 2012-07-07 19:15:18 +0300 |
---|---|---|
committer | blddk <michael.andresen@gmail.com> | 2012-07-07 19:15:18 +0300 |
commit | dd2b9ef537d24252878e91d314bf298840f3eb20 (patch) | |
tree | c1e3e92a2ff2f71bd54b945b019e8d5b6311647a /Sprinter | |
parent | d98317e2136c9b61a68b83fee8af863980cdb3bb (diff) |
Added chain of command so hotend wont be turned off before the print is finished.
Diffstat (limited to 'Sprinter')
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 //----------------------------------------------------------------------- |