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>2019-03-25 19:47:27 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-03-25 19:47:27 +0300
commit51bf2c4ea69464882357623d45fa7d238975e269 (patch)
tree7dab963a00c9a941df8a052d33b5a5c6ce54e0e6 /src/Display
parentddda8f049ed63d25f4c9290a8eb78b916c0e8c20 (diff)
More 2,.03beta3 changes
Fixed bug with configuring chamber heater Fixed build errors for Duet085, DuetM and Duet3 configurations
Diffstat (limited to 'src/Display')
-rw-r--r--src/Display/MenuItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Display/MenuItem.cpp b/src/Display/MenuItem.cpp
index b64892a6..e0a9e511 100644
--- a/src/Display/MenuItem.cpp
+++ b/src/Display/MenuItem.cpp
@@ -315,7 +315,7 @@ void ValueMenuItem::Draw(Lcd7920& lcd, PixelNumber rightMargin, bool highlight,
break;
case 21: // Z baby-step
- currentValue = reprap.GetGCodes().GetBabyStepOffset(Z_AXIS);
+ currentValue = reprap.GetGCodes().GetTotalBabyStepOffset(Z_AXIS);
break;
// Platform's IP address is the "planned", Network's IP address is the "actual"