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>2019-12-27 23:33:14 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-12-27 23:33:14 +0300
commit23d9cd00777319c272bee77d6f11e59a5f392060 (patch)
tree2c5a7bc643822b3be4816886eab74ac0ffb1cd7d
parent92b7142cf6a78be3b4c2b1b62532b33269cd13d3 (diff)
parentcb0340ec769961cdb0356edd2b49ddecd0aaeaef (diff)
Merge branch 'v3-dev' of https://github.com/dc42/RepRapFirmware into v3-dev
-rw-r--r--WHATS_NEW_RRF3.md15
1 files changed, 10 insertions, 5 deletions
diff --git a/WHATS_NEW_RRF3.md b/WHATS_NEW_RRF3.md
index adf61a3b..2c2d3b5f 100644
--- a/WHATS_NEW_RRF3.md
+++ b/WHATS_NEW_RRF3.md
@@ -4,9 +4,9 @@ RepRapFirmware 3.0RC2 (in preparation)
Recommended compatible firmware:
- Duet Web Control 2.0.4
- DuetWiFiServer 1.23
-- DuetSoftwareFramework 1.2
-- Duet3Firmware_EXP3HC 3.0RC1
-- Duet3Firmware_Tool1LC 3.0RC1
+- DuetSoftwareFramework 1.2.0.1
+- Duet3Firmware_EXP3HC 3.0RC2
+- Duet3Firmware_Tool1LC 3.0RC2
Known issues:
- As for RRF 3.0RC1
@@ -16,12 +16,17 @@ Upgrade notes:
Feature changes:
- Increased maximum number of triggers on Duet 3 from 16 to 32
+- Increased maximum number of heaters on Duet 3 to 16
+- Increased maximum number of extra heater protections on Duet 3 to 16
+- Increased maximum number of fans on Duet 3 to 16
Bug fixes:
-- Fix for M584 sent via SPI when the first parameter is an array
+- Fix for M584 sent via SPI to Duet 3 when the first parameter is an array
- Fix for analog Z probing when Z probe reports "near" from the start of the move
- Fix for M25 while tool changing is is progress
-- In G31 response display trigger height to 3 decimal places instead of 2
+- Use of M950 to configure heater numbers greater than 5 on expansion boards caused sensors to disappear
+- The response to M308 with just a S parameter didn't include the sensor name or last reading if the sensor was connected to a Duet 3 expansion board
+- The G31 response now displays trigger height to 3 decimal places instead of 2
RepRapFirmware 3.0RC1
=====================