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 13:08:50 +0300
committerGitHub <noreply@github.com>2020-02-23 13:08:50 +0300
commit0fb8e2f9d702c4cc0e573688457ad8bcbba8e303 (patch)
tree4b04deddead12b98a9ffe466a66ad35f82a00bec /WHATS_NEW_RRF3.md
parent35abd5f1c2514cd3e31290f2344976d93c52b375 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index 28b09f03..17fa5db4 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -7,6 +7,7 @@ New features/changed behaviour
- If the macro stack depth is exceeded, the current macros in the stack are abandoned; and if the macro was called from a GCode print file, that file is abandoned too
- 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
Bug fixes:
- The seconds in the last-modified times of files were reported incorrectly (this was a long-standing bug)
@@ -14,6 +15,9 @@ Bug fixes:
- In five-bar SCARA kinematics, the X and Y motors were not treated as continuous rotation axes (thanks bondus)
- When a GCode channel locks movement and waits for movement to stop, if there is no movement but moves have been queued, those moves are now executed immediately. Previously there could be a short delay before they were executed.
+Other:
+- Integrated PRs from ajquick (for building nonstandard Duet 2 configuration without smart driver support) and wilriker (refactoring of fan configuration code)
+
RepRapFirmware 3.01-RC2
=======================