You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: WHATS_NEW_RRF3.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
RepRapFirmware 3.0beta13 (in preparation)
2
-
========================
1
+
RepRapFirmware 3.0RC1
2
+
=====================
3
3
4
4
Recommended compatible firmware:
5
5
- Duet Web Control 2.0.4
@@ -13,19 +13,21 @@ Feature changes since beta 12:
13
13
- Max bed heaters increased to 9 on Duet 3, 2 on Duet Meastro (still 4 on Duet WiFi/Ethernet)
14
14
- Max chamber heaters increased to 4 on Duet 3 and on Duet WiFi/Ethernet
15
15
- 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)
16
21
17
22
Bug fixes:
18
23
- Duet 3 only: Files uploaded in standalone modes were frequently corruption during uploading, resulting in CRC mismatches reported
19
24
- 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
20
25
- If a print that was sliced using absolute extrusion mode was resurrected, unwanted extrusion occurred just before the print was resumed
21
26
- 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.
23
28
- 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
24
29
- 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
0 commit comments