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:
Diffstat (limited to 'src/PrintMonitor.h')
-rw-r--r--src/PrintMonitor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PrintMonitor.h b/src/PrintMonitor.h
index a028c819..71c705da 100644
--- a/src/PrintMonitor.h
+++ b/src/PrintMonitor.h
@@ -58,7 +58,7 @@ struct GCodeFileInfo
time_t lastModifiedTime;
float firstLayerHeight;
float objectHeight;
- float filamentNeeded[DRIVES - MIN_AXES];
+ float filamentNeeded[MaxExtruders];
unsigned int numFilaments;
float layerHeight;
char generatedBy[50];