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-17 03:28:26 +0400
committerDavid Crocker <dcrocker@eschertech.com>2014-07-17 03:28:26 +0400
commit8bab7ab035dc8f442cee999b3edd1b81c259b7ae (patch)
tree8fb699b70ed1428f70a04758e9224e0b8a69a34c /Changes in dc42 fork.txt
parent8f1dd9c3153f66da208d6553b7cef9abcb110238 (diff)
Version 0.78d-dc42
M116 now accepts a P parameter so that you can wait just for the heaters associated with a particular tool M220 and M221 commands report the current override factor if no S parameter is provided Multiple "Filament used" values from gcode files are reported to the web interface Active and standby temperatures for all heaters are reported to the web interface Bug fix: defining a tool with no drives or no extruders would cause it to use a collection of drives or extruders depending on the values of un-initialised array elements Bug fix: running a macro file would reset the extruder position to a value depending on what extrusion (if any) was requested by the last movement command in the macro file
Diffstat (limited to 'Changes in dc42 fork.txt')
-rw-r--r--Changes in dc42 fork.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Changes in dc42 fork.txt b/Changes in dc42 fork.txt
index 6fd343a6..ee3eb947 100644
--- a/Changes in dc42 fork.txt
+++ b/Changes in dc42 fork.txt
@@ -48,6 +48,18 @@ Additional functionality in 0.78a-dc42 release compared to RRP 0.78:
* M0 and M1 commands now turn all heaters off instead of setting them to their standby temperatures
+* When using a Z probe, Z homing and bed probing are done in two stages (a fast stage followed by a slow stage) for better accuracy.
+
+* M116 takes an optional P parameter to specify which tool to wait for. If no P parameter is given, it waits for all tools and the bed as before. The main purpose of this is that on a tool change, you can wait for the new tool to heat up to operating temperature but not wait for the old tool to cool down to standby temperature.
+
+* When fetching file info, if the gcode file contains more than one 'filament used' comment, the filament lengths in all of them are returned to the web interface
+
+* The active and standby temperatures of all heaters are included in the status poll response
+
+* The default initial Z homing and bed probing speed has been increased. This is possible because Z homing and bed probing slow down when the probe reading is approaching the target value.
+
+* The M220 and M221 commands now return the override factors if no S parameter is provided
+
* FTP server supported (thanks zombiepantslol)
* Telnet server supported (thanks zombiepantslol)
@@ -64,6 +76,10 @@ Additional functionality in 0.78a-dc42 release compared to RRP 0.78:
* 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
+
+* Bug fix: the cumulative extruder positions were getting reset (typically to zero) on a tool change or other macro file execution
+
Additional functionality in web interface 0.95 compared to RRP 0.65: