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-11-23 01:25:10 +0300
committerDavid Crocker <dcrocker@eschertech.com>2016-11-23 01:25:30 +0300
commitbc17f312ae16383ae90a76b70e78c73c49ea05da (patch)
tree4a5d63b9a49b9a1b87614e52a4855ceedcc20928 /src/Configuration.h
parentec8b24e8c4a3ea95c9e1b0cbcd4ea5f2bf06538a (diff)
Version 1.15dev6
Grid compensation now working except for G28 S2 and lack of segmentation for long moves Fixed pause command that was broken in previous 1.17 dev release Support mixing extruders using absolute extruder coordinates, except that pause/resume won't restore the correct extruder coordinates
Diffstat (limited to 'src/Configuration.h')
-rw-r--r--src/Configuration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Configuration.h b/src/Configuration.h
index 40d2b9e5..62d7c58c 100644
--- a/src/Configuration.h
+++ b/src/Configuration.h
@@ -28,11 +28,11 @@ Licence: GPL
// Firmware name is now defined in the Pins file
#ifndef VERSION
-# define VERSION "1.17dev5"
+# define VERSION "1.17dev6"
#endif
#ifndef DATE
-# define DATE "2016-11-19"
+# define DATE "2016-11-22"
#endif
#define AUTHORS "reprappro, dc42, zpl, t3p3, dnewman"