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-04-25 22:23:04 +0300
committerGitHub <noreply@github.com>2020-04-25 22:23:04 +0300
commitec1ca5efdfdf74fdbf17c1638cddc4a6bb9eaa22 (patch)
tree1e2e6560c6bd59d5df0da5c7523480a2782e9891 /WHATS_NEW_RRF3.md
parent9d08f173a606efbc26431a8e08f6bcd1dc2665c0 (diff)
Update WHATS_NEW_RRF3.md
Diffstat (limited to 'WHATS_NEW_RRF3.md')
-rw-r--r--WHATS_NEW_RRF3.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index c89b9ad8..42f85f78 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -14,7 +14,7 @@ Upgrade notes:
Known issues and limitations: as for 3.01-RC9
New features and changed behaviour:
-- A default bed heater is never configured. In previous 3.01 release candidates, heater 0 was the default bed heater in the Duet WiFi/Ethernet and Maestro builds.
+- A default bed heater is never assigned. In previous 3.01 release candidates, heater 0 was the default bed heater in the Duet WiFi/Ethernet and Maestro builds.
- The "laser" field in the rr_status and M408 responses and in state.laserPwm in the object model are now the power that will be used for the next G1, G2 or G3 move instead of the current laser power. This is to allow user interfaces to warn that the laser will turn on as soon as movement starts. New object model field move.current.laserPwm gives the current laser PWM.
- When in laser mode, at the end of a SD file print the laser power for the next move is set to zero automatically even if the job file didn't request it
- When parsing numbers in conditional GCode expressions, excessive numbers of digits no longer give rise to error messages