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:
authorChristian Hammacher <bmasterc@gmail.com>2021-07-21 14:50:07 +0300
committerChristian Hammacher <bmasterc@gmail.com>2021-07-21 14:50:07 +0300
commit72fc1c8ff2be93a31baa7ac57b4e85e4f9533a39 (patch)
tree6ccd7d04e4b89c5dc0199295ad0289c233fc50dd /src/Tools/Tool.cpp
parent6288d72fb0242a44cf48cc4ca4f4c4af284e2f66 (diff)
More work towards 3.4
Added new "cancelling" state to state.status Experimental support for M911/916 is now enabled
Diffstat (limited to 'src/Tools/Tool.cpp')
-rw-r--r--src/Tools/Tool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Tools/Tool.cpp b/src/Tools/Tool.cpp
index 8e92c31f..6493039d 100644
--- a/src/Tools/Tool.cpp
+++ b/src/Tools/Tool.cpp
@@ -571,7 +571,7 @@ void Tool::DefineMix(const float m[]) noexcept
reprap.ToolsUpdated();
}
-#if HAS_MASS_STORAGE
+#if HAS_MASS_STORAGE || HAS_LINUX_INTERFACE
// Write the tool's settings to file returning true if successful. The settings written leave the tool selected unless it is off.
bool Tool::WriteSettings(FileStore *f) const noexcept