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
path: root/Driver
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2017-08-05 00:21:24 +0300
committerDavid Crocker <dcrocker@eschertech.com>2017-08-05 00:21:24 +0300
commit26028ad14932a68da9e0b4e8604fcbc26277a261 (patch)
treee7de0c8823553ea7c549b06917c3f116e3301656 /Driver
parent2bc5b188399a4fa07244e925d95ef9138aacaee3 (diff)
Version 1.19RC2
Changed the way we handel tool offsets to (I hope) meet the needs of both IDEX and conventional dual-nozzle printers Fixed spurious error message when G92 E0 is processed Fixed Duet3D filament sensor data receive code Device driver now supports Alligator board VID/PID
Diffstat (limited to 'Driver')
-rw-r--r--Driver/DuetDriverFiles.zipbin5654 -> 5699 bytes
-rw-r--r--Driver/duet.inf26
-rw-r--r--Driver/duetinf.catbin6648 -> 6730 bytes
3 files changed, 15 insertions, 11 deletions
diff --git a/Driver/DuetDriverFiles.zip b/Driver/DuetDriverFiles.zip
index 48fe36b5..357faa7b 100644
--- a/Driver/DuetDriverFiles.zip
+++ b/Driver/DuetDriverFiles.zip
Binary files differ
diff --git a/Driver/duet.inf b/Driver/duet.inf
index d956dcbb..a8a34112 100644
--- a/Driver/duet.inf
+++ b/Driver/duet.inf
@@ -5,7 +5,8 @@ Provider = "Escher 3D"
DriverPackageDisplayName = "Duet3D USB driver"
DUET = "Duet 3D printer control electronics with pre-1.18 firmware"
DUET06 = "Duet 06 or 085 3D printer control electronics"
-DUETNG = "Duet WiFi or Ethernet 3D printer control electronics"
+ALLIGATOR = "Alligator 3D printer control electronics"
+DUETNG = "Duet WiFi or Duet Ethernet 3D printer control electronics"
Serial.SvcDesc = "USB Serial emulation driver"
BOSSAPORT = "Bossa Program Port"
@@ -19,7 +20,7 @@ ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318}
DriverPackageDisplayName = %DriverPackageDisplayName%
Provider = %Provider%
CatalogFile = duetinf.cat
-DriverVer = 04/09/2017,1.18.1.0 ; date in US format
+DriverVer = 08/04/2017,1.19.0.0 ; date in US format
[Manufacturer]
%Provider% = DeviceList, NTAMD64, NT
@@ -30,21 +31,24 @@ FakeModemCopyFileSection = 12
[DeviceList]
%BOSSAPORT% = DriverInstall, USB\VID_03EB&PID_6124
-%DUET% = DriverInstall, USB\VID_03EB&PID_2404
-%DUET06% = DriverInstall, USB\VID_1209&PID_D3D8
-%DUETNG% = DriverInstall, USB\VID_1D50&PID_60EC
+%DUET% = DriverInstall, USB\VID_03EB&PID_2404
+%DUET06% = DriverInstall, USB\VID_1209&PID_D3D8
+%ALLIGATOR% = DriverInstall, USB\VID_1209&PID_AB3D
+%DUETNG% = DriverInstall, USB\VID_1D50&PID_60EC
[DeviceList.NTAMD64]
%BOSSAPORT% = DriverInstall, USB\VID_03EB&PID_6124
-%DUET% = DriverInstall.NTamd64, USB\VID_03EB&PID_2404
-%DUET06% = DriverInstall.NTamd64, USB\VID_1209&PID_D3D8
-%DUETNG% = DriverInstall.NTamd64, USB\VID_1D50&PID_60EC
+%DUET% = DriverInstall.NTamd64, USB\VID_03EB&PID_2404
+%DUET06% = DriverInstall.NTamd64, USB\VID_1209&PID_D3D8
+%ALLIGATOR% = DriverInstall.NTamd64, USB\VID_1209&PID_AB3D
+%DUETNG% = DriverInstall.NTamd64, USB\VID_1D50&PID_60EC
[DeviceList.NT]
%BOSSAPORT% = DriverInstall, USB\VID_03EB&PID_6124
-%DUET% = DriverInstall.NT, USB\VID_03EB&PID_2404
-%DUET06% = DriverInstall.NT, USB\VID_1209&PID_D3D8
-%DUETNG% = DriverInstall.NT, USB\VID_1D50&PID_60EC
+%DUET% = DriverInstall.NT, USB\VID_03EB&PID_2404
+%DUET06% = DriverInstall.NT, USB\VID_1209&PID_D3D8
+%ALLIGATOR% = DriverInstall.NT, USB\VID_1209&PID_AB3D
+%DUETNG% = DriverInstall.NT, USB\VID_1D50&PID_60EC
;------------------------------------------------------------
; Windows XP, Vista, Windows 7, Windows 8, Windows 10 - 32bit
diff --git a/Driver/duetinf.cat b/Driver/duetinf.cat
index e2d2abae..cc71f5bf 100644
--- a/Driver/duetinf.cat
+++ b/Driver/duetinf.cat
Binary files differ