Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2014-07-30 18:54:17 +0400
committerDavid Crocker <dcrocker@eschertech.com>2014-07-30 18:54:17 +0400
commit30b67ff40af5ecff6ca810e3579891bec2811630 (patch)
tree769092217885fb6efb7d21526567fd978e125bdf /Changes in dc42 fork.txt
parent653ba3b344cfc5d44ab635914b99c5eb7e9d9d12 (diff)
Version 0.78g
Fixed bug: if 5 point bed compansation was used then doing G32 more than once would try to move the head off the edge of the bed unless the first 4 probe coordinates were reset between them. Fixed bug: if the last command in a a macro file did not end in newline then it might not be fully executed Bug fix: potential array underrun in Gcodes::Pop() Reduced Z dive height back to 5mm
Diffstat (limited to 'Changes in dc42 fork.txt')
-rw-r--r--Changes in dc42 fork.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/Changes in dc42 fork.txt b/Changes in dc42 fork.txt
index 5069528f..504b646f 100644
--- a/Changes in dc42 fork.txt
+++ b/Changes in dc42 fork.txt
@@ -1,4 +1,4 @@
-Additional functionality in 0.78e-dc42 release compared to RRP 0.78:
+Additional functionality in 0.78g-dc42 release compared to RRP 0.78:
* The Duet can serve all the files needed by the web interface
@@ -72,7 +72,7 @@ Additional functionality in 0.78e-dc42 release compared to RRP 0.78:
* M104 and M109 commands now accept an optional T parameter to specify the tool number, as generated by slic3r in multi-media gcode files.
-* Movement code from RepRapPro's 0.89 dev version incorporated, including 5-point manual or automatic bed compensation mechanism.
+* Movement code from RepRapPro's 0.89 dev version incorporated, including 5-point manual or automatic bed compensation mechanism. A bug fix to this was added in version 0.78g.
* Heater status (off/standby/on) is included in the status poll response for the web interface. This will be used in a future version of the web interface.
@@ -94,9 +94,9 @@ Additional functionality in 0.78e-dc42 release compared to RRP 0.78:
* Bug fix: indentation of multipart messages sent to the USB interface now works properly
-* Bug fix: if G10 was used to set just the active temperature for a tool, then the standby temperature for the same tool was set to an undefined value, and vice versa.
+* Bug fix: if G10 was used to set just the active temperature for a tool, then the standby temperature for the same tool was set to an undefined value, and vice versa
-* Bug fix: if bed compensation or axis compensation was in use, then a G1 S1 command to home an axis could be prematurely terminated if the head was already at the endstop position for a different axis.
+* Bug fix: if bed compensation or axis compensation was in use, then a G1 S1 command to home an axis could be prematurely terminated if the head was already at the endstop position for a different axis
* Bug fix: if a tool was defined as using zero drives or zero extruders, it would be treated as assuming a collection of drives or extruders according to the vales in an uninitialised array
@@ -106,6 +106,8 @@ Additional functionality in 0.78e-dc42 release compared to RRP 0.78:
* Bug fix: print moves received just prior to an M109 or M190 command were not executed until after the heater had reached temperature instead of before
+* Bug fix: if the last command in a macro file did not have a newline character at the end then the command might not be fully executed
+
Additional functionality in web interface 0.95 compared to RRP 0.65: