Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2016-08-20 14:14:28 +0300
committerDavid Crocker <dcrocker@eschertech.com>2016-08-20 14:14:28 +0300
commited40658c455095ebd7ecdc2eebfb9d8455a49261 (patch)
treeac4542871efe3b07dac623b2c09b79889d198228 /src/OutputMemory.h
parent4bca2a787bf6ad3bafe1472682bfdfcfaae4180e (diff)
Version 1.15rc2
Fixed doubling of M301 I parameter and halving of M301 P parameter Implemented M303 auto tune and M307 heater process model Improved temperature monitoring to detect heater cartridges or thermistor falling out Implemented M38 (thanks chrishamm) Retructured course code tree
Diffstat (limited to 'src/OutputMemory.h')
-rw-r--r--src/OutputMemory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputMemory.h b/src/OutputMemory.h
index 59edc645..8106f974 100644
--- a/src/OutputMemory.h
+++ b/src/OutputMemory.h
@@ -10,7 +10,7 @@
#include "Core.h"
#include "Configuration.h"
-#include "StringRef.h"
+#include "Libraries/General/StringRef.h"
#include "MessageType.h"
const size_t OUTPUT_STACK_DEPTH = 4; // Number of OutputBuffer chains that can be pushed onto one stack instance