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>2022-09-13 12:35:30 +0300
committerDavid Crocker <dcrocker@eschertech.com>2022-09-13 12:35:30 +0300
commit6d7e503670463924f44c7de2a65b9ba7271905ea (patch)
treeea1be9dbe6f6f0e08d65ebb6802a08c9fc238c52 /src/Platform/Platform.h
parent966d526de26e3a5b8d01700d2e4dfc931064d71b (diff)
Support M915 on MB6XD for CAN-connected drivers
Diffstat (limited to 'src/Platform/Platform.h')
-rw-r--r--src/Platform/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Platform.h b/src/Platform/Platform.h
index f92ee9e1..1ed5186b 100644
--- a/src/Platform/Platform.h
+++ b/src/Platform/Platform.h
@@ -609,7 +609,7 @@ public:
bool HasVinPower() const noexcept { return true; }
#endif
-#if HAS_STALL_DETECT
+#if HAS_STALL_DETECT || SUPPORT_CAN_EXPANSION
GCodeResult ConfigureStallDetection(GCodeBuffer& gb, const StringRef& reply, OutputBuffer *& buf) THROWS(GCodeException);
#endif