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/Movement/BedProbing/Grid.h')
-rw-r--r--src/Movement/BedProbing/Grid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Movement/BedProbing/Grid.h b/src/Movement/BedProbing/Grid.h
index 68b67580..dde258f9 100644
--- a/src/Movement/BedProbing/Grid.h
+++ b/src/Movement/BedProbing/Grid.h
@@ -74,7 +74,7 @@ public:
bool LoadFromFile(FileStore *f, StringRef& r); // Load the grid from file returning true if an error occurred
- unsigned int GetMinimumSegments(float distance) const; // Return the minimum number of segments for a move by this X or Y amount
+ unsigned int GetMinimumSegments(float deltaX, float deltaY) const; // Return the minimum number of segments for a move by this X or Y amount
bool UseHeightMap(bool b);
bool UsingHeightMap() const { return useMap; }