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/Reprap.h')
-rw-r--r--src/Reprap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Reprap.h b/src/Reprap.h
index 79c94bce..f7408bdd 100644
--- a/src/Reprap.h
+++ b/src/Reprap.h
@@ -59,6 +59,7 @@ public:
Tool* GetCurrentTool() const;
Tool* GetTool(int toolNumber) const;
Tool* GetOnlyTool() const;
+ uint32_t GetCurrentXAxes() const; // Get the current axes used as X axes
//Tool* GetToolByDrive(int driveNumber);
void SetToolVariables(int toolNumber, const float* standbyTemperatures, const float* activeTemperatures);
bool ToolWarningsAllowed();