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>2020-04-07 17:14:32 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-04-07 17:14:32 +0300
commitab5685b306a681915d6b842c2f1bd71afbc8d2ee (patch)
tree3ae594807645de639bb405100210b4b333eea5e0 /src/Endstops/SwitchEndstop.h
parentf545b211949a0993491d45e9eef16509b3d40e0f (diff)
Increment move.seq when speed or extrusion factor is changed
Speed factor is on longer live in object model Rationalised exception specifications
Diffstat (limited to 'src/Endstops/SwitchEndstop.h')
-rw-r--r--src/Endstops/SwitchEndstop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Endstops/SwitchEndstop.h b/src/Endstops/SwitchEndstop.h
index ea4be47d..88ac12e0 100644
--- a/src/Endstops/SwitchEndstop.h
+++ b/src/Endstops/SwitchEndstop.h
@@ -34,7 +34,7 @@ public:
void HandleRemoteInputChange(CanAddress src, uint8_t handleMinor, bool state) noexcept override;
#endif
- GCodeResult Configure(GCodeBuffer& gb, const StringRef& reply) THROWS_GCODE_EXCEPTION;
+ GCodeResult Configure(GCodeBuffer& gb, const StringRef& reply) THROWS(GCodeException);
GCodeResult Configure(const char *pinNames, const StringRef& reply) noexcept;
private: