Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/dc42/RepRapFirmware.git into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
dc42 committed Feb 9, 2020
2 parents fc74a2e + 724e128 commit 3a1ce5d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions WHATS_NEW.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Summary of important changes in recent versions
===============================================

Version 2.06 (in preparation)
============
Compatible files:
- DuetWiFiServer 1.23
- DuetWebControl 2.0.6 (recommended) or 1.22.6

Bug fixes:
- On delta printers, M564 S0 did not allow you to exceed the M665 print radius parameter
- Fixed a possible 1-character buffer overflow in class OutputBuffer
- On tool changers, if the different tools did not have equal XY offsets then G1 X moves in the tpre and tpost tool change files might perform uncommanded Y movement, and vice versa

Version 2.05
============
Compatible files:
Expand All @@ -10,6 +21,10 @@ Compatible files:
Upgrade notes from version 2.04:
- If using this release to control a laser cutter or laser engraver, see "Changed behaviour" below.

Known issues:
- On delta printers, M564 S0 does not allow you to exceed the M665 print radius parameter
- On tool changers, if the different tools do not have equal XY offsets then G1 X moves in the tpre and tpost tool change files might perform uncommanded Y movement, and vice versa. Workaround: insert command M400 at the start of each tpre and tpost file.

Changed behaviour:
- In laser mode (M453), M3 never turns on the laser immediately. Instead it sets the default laser power for following G1/G2/G3 commands. Likewise, M5 does not immediately turn off the laser, it sets the default laser power for following G1/G2/G3 commands. If a subsequent G1 command has a S parameter, the value of that parameter becomes the default laser power for that command and subsequent G1/G2/G3 commands.
- Current position is no longer shown for pulse-type filament monitors, because it was meaningless and nearly always zero
Expand Down

0 comments on commit 3a1ce5d

Please sign in to comment.