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/PrintMonitor.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/PrintMonitor.h')
-rw-r--r--src/PrintMonitor.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PrintMonitor.h b/src/PrintMonitor.h
index 0662b151..32ca2136 100644
--- a/src/PrintMonitor.h
+++ b/src/PrintMonitor.h
@@ -123,8 +123,6 @@ class PrintMonitor
float fileProgressPerLayer[MAX_LAYER_SAMPLES];
float layerEstimatedTimeLeft;
- float RawFilamentExtruded() const;
-
// We parse G-Code files in multiple stages. These variables hold the required information
volatile FileParseState parseState;
char filenameBeingParsed[FILENAME_LENGTH];