Skip to content
This repository was archived by the owner on Jul 9, 2020. It is now read-only.

Commit 636ba17

Browse files
committed
Merge branch 'v3-dev' of https://github.com/dc42/RepRapFirmware into v3-dev
2 parents e4e6b1e + 5db6dce commit 636ba17

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

WHATS_NEW_BETA.md renamed to WHATS_NEW_RRF3.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
RepRapFirmware 3.0beta13 (in preparation)
2-
========================
1+
RepRapFirmware 3.0RC1
2+
=====================
33

44
Recommended compatible firmware:
55
- Duet Web Control 2.0.4
@@ -13,19 +13,21 @@ Feature changes since beta 12:
1313
- Max bed heaters increased to 9 on Duet 3, 2 on Duet Meastro (still 4 on Duet WiFi/Ethernet)
1414
- Max chamber heaters increased to 4 on Duet 3 and on Duet WiFi/Ethernet
1515
- CRC calculation has been speeded up, which improves the speed of file uploads in standalone mode when CRC checking is enabled in DWC
16+
- G1 H1 E moves (stopping on motor stall) are now implemented
17+
- rr_config and M408 S5 responses now include field "sysdir" which is the system files folder set using M505
18+
- M950 P, M950 S, M42 and M280 are implemented on expansion boards
19+
- B parameter added to M408 to query expansion boards (for expansion board ATE)
20+
- M122 P parameter is passed to the expansion board if the B parameter is present and selects an expansion board (for ATE)
1621

1722
Bug fixes:
1823
- Duet 3 only: Files uploaded in standalone modes were frequently corruption during uploading, resulting in CRC mismatches reported
1924
- The M574 S0 parameter was teated the same as S2 (i.e. triggered when input high) except on endstop inputs connected to Duet 3 expansion boards
2025
- If a print that was sliced using absolute extrusion mode was resurrected, unwanted extrusion occurred just before the print was resumed
2126
- Bed compensation did not take account of the XY offset of the printing nozzle from the head reference point
22-
- When using SCARA kinematics the calculation of the minimum achoievable radius was incorrect. Depending on the B parameter of the M667 command, this could result in spurious "Intermediate position unreachable" errors, or non-extruding G1 moves being turned into G0 moves.
27+
- When using SCARA kinematics the calculation of the minimum achievable radius was incorrect. Depending on the B parameter of the M667 command, this could result in spurious "Intermediate position unreachable" errors, or non-extruding G1 moves being turned into G0 moves.
2328
- A badly-formed GCode file that returned the layer height or object height as nan or inf caused DWC to disconnect because of a JSON parse failure
2429
- M579 scale factors were not applied correctly to G2 and G3 arc moves
25-
- [TO TEST] Stall detection endstops should now work when multiple axes are homed simultaneously
26-
27-
Known issues:
28-
- Extruder stall detection (G1 H1 E moves) is not implemented
30+
- M119 crashed if an axis had no endstop
2931

3032
RepRapFirmware 3.0beta12
3133
========================

0 commit comments

Comments
 (0)