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:
authordc42 <dcrocker@eschertech.com>2020-02-23 19:57:01 +0300
committerGitHub <noreply@github.com>2020-02-23 19:57:01 +0300
commit7e527af136082714448b764127ebb161a157d221 (patch)
tree9730e005a71d21a3668ece410f4507cf7d3a7aeb /WHATS_NEW_RRF3.md
parent0fb8e2f9d702c4cc0e573688457ad8bcbba8e303 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 17fa5db4..2263973d 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -8,6 +8,7 @@ New features/changed behaviour
- A G4 command will no longer wait for all movement to complete if the input channel executing the G4 has not commanded any motion since it last waited for motion to stop. This is to allow G4 to be used to introduced delays in trigger and deamon GCode files, without causing motion to stop. M400 can be used to wait for motion to stop.
- Filament monitor types types 4 (rotating magnet + filament presence switch) and 6 (laser + filament presence switch) now provoide object model property 'filamentPresent'. Types 1 and 2 already did.
- Added object model properties extruders[].filament and tools[].filament
+- Added support for file runonce.g. If this file is present at startup, it is run after runnig config.g and activating the network, and then deleted.
Bug fixes:
- The seconds in the last-modified times of files were reported incorrectly (this was a long-standing bug)