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>2020-03-31 01:41:19 +0300
committerChristian Hammacher <bmasterc@gmail.com>2020-03-31 01:41:19 +0300
commita3319663a60ebc5bfc5114c9e4a7c57029d64f1c (patch)
tree5efeff8efd7509ea56ecc1e2cbb4618648384eaf /src/RepRap.h
parentbf39ed87190e7b4389d92ab2d1f55244fb0500eb (diff)
More work for DSF 1.3.0
Added line number support to binary GCodeBuffers Implemented blocking message box support for DSF Implemented expression evaluation for DSF Improved output parts in the OM and tested with DWC Status responses no longer modify data Minor improvements in the Linux subsystem
Diffstat (limited to 'src/RepRap.h')
-rw-r--r--src/RepRap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/RepRap.h b/src/RepRap.h
index eec84bd5..bd33d473 100644
--- a/src/RepRap.h
+++ b/src/RepRap.h
@@ -140,9 +140,9 @@ public:
uint16_t GetExtrudersInUse() const noexcept;
uint16_t GetToolHeatersInUse() const noexcept;
- OutputBuffer *GetStatusResponse(uint8_t type, ResponseSource source) noexcept;
+ OutputBuffer *GetStatusResponse(uint8_t type, ResponseSource source) const noexcept;
OutputBuffer *GetConfigResponse() noexcept;
- OutputBuffer *GetLegacyStatusResponse(uint8_t type, int seq) noexcept;
+ OutputBuffer *GetLegacyStatusResponse(uint8_t type, int seq) const noexcept;
#if HAS_MASS_STORAGE
OutputBuffer *GetFilesResponse(const char* dir, unsigned int startAt, bool flagsDirs) noexcept;
@@ -274,8 +274,8 @@ private:
String<MachineNameLength> myName;
unsigned int beepFrequency, beepDuration;
+ uint32_t beepTimer;
String<MaxMessageLength> message;
- uint16_t messageSequence; // TODO replace this with seqs.state
MessageBox mbox; // message box data