Version 1.17d
This commit is contained in:
parent
0d2a7b0508
commit
87208e3ec8
1 changed files with 7 additions and 4 deletions
11
WHATS_NEW.md
11
WHATS_NEW.md
|
@ -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
|
||||
=============
|
||||
|
|
Reference in a new issue