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

Commit b53dcd5

Browse files
committed
Merge branch 'v3-dev' of https://github.com/dc42/RepRapFirmware into v3-dev
2 parents dc9a019 + 9848d5e commit b53dcd5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

WHATS_NEW_RRF3.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Recommended compatible firmware:
66
- DuetWiFiServer 1.23
77
- DuetSoftwareFramework 1.1.0.5
88

9+
Upgrade notes:
10+
- Endstop type S0 (active low switch) is no longer supported in M574 commands. Instead, use type S1 and invert the input by prefixing the pin name with '!'.
11+
912
Feature changes since beta 12:
1013
- Duet 3 only: Switch-type endstops connected to expansion boards are supported (needs recent expansion board firmware too)
1114
- Current position is no longer shown for pulse-type filament monitors, because it was meaningless and nearly always zero
@@ -21,7 +24,6 @@ Feature changes since beta 12:
2124

2225
Bug fixes:
2326
- Duet 3 only: Files uploaded in standalone modes were frequently corruption during uploading, resulting in CRC mismatches reported
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
2527
- If a print that was sliced using absolute extrusion mode was resurrected, unwanted extrusion occurred just before the print was resumed
2628
- Bed compensation did not take account of the XY offset of the printing nozzle from the head reference point
2729
- 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.

0 commit comments

Comments
 (0)