Version 1.17d

This commit is contained in:
dc42 2017-01-28 17:39:22 +00:00 committed by GitHub
parent 0d2a7b0508
commit 87208e3ec8

View file

@ -2,21 +2,24 @@
Summary of important changes in recent versions
===============================================
Version 1.17c+2
===============
Version 1.17d
=============
New features:
- G2 and G3 arc movement commands are implemented.
- If the controller is reset because of a Hard Fault exception, additional debugging information is stored in the Software Reset Data and displayed by M112
- Faster step pulse generation - now up to 180kHz simultaneously on 3 motors on the Duet WiFi
- The M102 command (generated by S3D when using firmware retractiobn) is ignored instead of provoking a warning message
Bug fixes:
- If tool mixing was used with absolute extruder coordinates, the extrusoin amount was calculated incorrectly.
- If tool mixing was used with absolute extruder coordinates, the extrusion amount was calculated incorrectly.
- Second SD card didn't work on Duet085 and RADDS builds
- The deprecated M206 command rtakes account of whether the units are mm or inches
- Also fixed bug with absolute extruder coordinates introduced in temporary versions 1.17c+1 and +2
Known issues
------------
- If you enable tool mixing, you should use relative extrusion only. If you use absolute extrusion, then if you pause and resume the print, the extruder is likely to extrude the wrong amount of filament in the first move after resuming.
- If G20 is used to set the units to inches, this isn't taken into account by the G2 and G3 commands.
Version 1.17c
=============