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-28 21:02:14 +0400
committerDavid Crocker <dcrocker@eschertech.com>2014-07-28 21:02:14 +0400
commitb9d6994ba5d03b14ad7b56ee3ff3a2ff1222c048 (patch)
tree33dbf635a685f9b7438348d7af06fa6ae48a6806 /Changes in dc42 fork.txt
parent78f4becd718dfc9cb03a0f3731d5ca229e6491ad (diff)
Version 0.78f-dc42
M563 command extended to allow the tool number origin to be adjusted. If there is no P parameter in the command then the S parameter specifies an offset to be added to tool numbers in T, G10, M104 and M109 commands. This is so that multi-media gcode files generated by slic3r can be printed without having to edit all the tool numbers in the gcode file first. This extension is intended to be temporary, until slicer provides a mechanism for specifying the tool numbers. A separate offset is maintained for each data source (USB, web or SD card) and the offset for data from the SD card is reset to zero when a new file is started. To use this facility to print slic3r multi-media gcode files, add M563 S1 to your start gcode. 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 dev branch incorporated, including 5-point manual or automatic bed compensation mechanism. 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. Incorporated code from RepRapPro dev branch to allow many more M-commands to return values as well as set them. Incorporated code from RepRapPro dev branch to implement the M119 and M135 commands. There is currently a bug in the M135 (set heat sample interval) command, which means that if you change the interval from its default value of 0.5 seconds then you need to adjust the I parameter by the same ratio and the D parameter by the inverse ratio. Extrusion totals are reset to zero when starting a new print from SD card.
Diffstat (limited to 'Changes in dc42 fork.txt')
-rw-r--r--Changes in dc42 fork.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Changes in dc42 fork.txt b/Changes in dc42 fork.txt
index 1a9c247d..5069528f 100644
--- a/Changes in dc42 fork.txt
+++ b/Changes in dc42 fork.txt
@@ -68,6 +68,20 @@ Additional functionality in 0.78e-dc42 release compared to RRP 0.78:
* G90 and G91 commands now affect only the the axes, not the extruders
+* M563 command extended to allow the tool number origin to be adjusted. If there is no P parameter in the command then the S parameter specifies an offset to be added to tool numbers in T, G10, M104 and M109 commands. This is so that multi-media gcode files generated by slic3r can be printed without having to edit all the tool numbers in the gcode file first. This extension is intended to be temporary, until slicer provides a mechanism for specifying the tool numbers. A separate offset is maintained for each data source (USB, web or SD card) and the offset for data from the SD card is reset to zero when a new file is started. To use this facility to print slic3r multi-media gcode files, add M563 S1 to your start gcode.
+
+* 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.
+
+* 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.
+
+* Incorporated code from RepRapPro 0.89 dev version to allow many more M-commands to return the existing values as well as set them.
+
+* Incorporated code from RepRapPro 0.89 dev branch to implement the M119 and M135 commands. There is currently a bug in the M135 (set heat sample interval) command, which means that if you change the interval from its default value of 0.5 seconds then you need to adjust the I parameter by the same ratio and the D parameter by the inverse ratio.
+
+* Extrusion totals are reset to zero when starting a new print from SD card.
+
* FTP server supported (thanks zombiepantslol)
* Telnet server supported (thanks zombiepantslol)