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>2016-05-27 22:59:44 +0300
committerDavid Crocker <dcrocker@eschertech.com>2016-05-27 22:59:44 +0300
commiteb5445770b0c7155fd8d7b3d86c0ac54e66d0499 (patch)
tree1e5a420b4237b46360aa0d40ca78045e9cd72efa /SD-image
parent59d92525da4733d22d0b2ad9b06e64b898b24e1e (diff)
Version 1.13 beta 1
Added support for M581 and M582 commands M25 pause command can now be used inside a macro file to pause a file being printed from SD card Firmware update messages are now sent to USB and PanelDue (but the existing PanelDue firmware doesn't display them) Added gcode queue underrun counter, displayed in M122 Move diagnostic info M122 responses are now sent only to the comms channel that requested them Added support for additional firmware modules to be updated for Duet NG Corrected a possible problem with multiple incompatible gcodes being executed concurrently Support H parameter on M0 and M1 commands When executing M0/M1 commands and no print is paused, execute stop.g/sleep.g if they exist Treat M25 within the file being printed the same as M226 Added additional simulation modes to help identify bottlenecks Don't disable all interrupts when starting a new move, to reduce interrupt latency so that we can still receive data from PanelDue Moved some utility maths functions to CoreNG
Diffstat (limited to 'SD-image')
-rw-r--r--SD-image/sys-dc42Kossel/config.g1
1 files changed, 1 insertions, 0 deletions
diff --git a/SD-image/sys-dc42Kossel/config.g b/SD-image/sys-dc42Kossel/config.g
index 53694012..23c8bb35 100644
--- a/SD-image/sys-dc42Kossel/config.g
+++ b/SD-image/sys-dc42Kossel/config.g
@@ -34,6 +34,7 @@ M83 ; ...but relative extruder moves
; Thermistors and heaters
M305 P0 T100000 B3950 R4700 H0 L0 ; Typical Chinese bed thermistor. Put your own H and/or L values here to set the bed thermistor ADC correction.
M305 P1 T100000 B4388 R4700 H0 L0 ; E3Dv6 hot end. Put your own H and/or L values here if necessary to set the first nozzle thermistor ADC correction.
+M301 H0 P20 I0.5 D1000 T0.85 W150 B5 ; PID settings for the bed
M301 H1 P10 I0.10 D100 T0.50 ; PID settings for extruder 0
M570 S200 ; Allow extra heating time