summaryrefslogtreecommitdiff
path: root/Sprinter/Configuration.h
diff options
context:
space:
mode:
authorkliment <kliment.yanev@gmail.com>2012-07-10 09:57:05 -0700
committerkliment <kliment.yanev@gmail.com>2012-07-10 09:57:05 -0700
commit9fe56bac47bb01f5412e12ed31a3d74b31b29040 (patch)
treeba5a01ab1f6e62b555b351f85adfd56774087d0b /Sprinter/Configuration.h
parentd98317e2136c9b61a68b83fee8af863980cdb3bb (diff)
parent982796f9f023ca158593a52348224ec3faf99a84 (diff)
Merge pull request #198 from blddk/experimental
Synchronize before certain commands are executed if chain of command is defined
Diffstat (limited to 'Sprinter/Configuration.h')
-rw-r--r--Sprinter/Configuration.h2
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
//-----------------------------------------------------------------------