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>2019-10-21 17:34:09 +0300
committerDavid Crocker <dcrocker@eschertech.com>2019-10-21 17:34:09 +0300
commit1b2f046c012fb78f96298c088254871355fac1eb (patch)
tree61002a7e088aa43b621072f5aa6fde7fd413385d /Driver
parent85a33c7e5bdee16a83b0dc94150c9e7c443b9ed7 (diff)
Updated the Windows device driver to recignoise Duet 3 main board
Diffstat (limited to 'Driver')
-rw-r--r--Driver/duet.inf6
-rw-r--r--Driver/duetinf.catbin6812 -> 9734 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/Driver/duet.inf b/Driver/duet.inf
index 46c7b3d9..bcefc9c7 100644
--- a/Driver/duet.inf
+++ b/Driver/duet.inf
@@ -8,6 +8,7 @@ DUET06 = "Duet 06 or 085 3D printer control electronics"
ALLIGATOR = "Alligator 3D printer control electronics"
DUETNG = "Duet 2 WiFi or Duet 2 Ethernet 3D printer control electronics"
DUETMAESTRO = "Duet 2 Maestro 3D printer control electronics"
+DUET3 = "Duet 3 motion control electronics
Serial.SvcDesc = "USB Serial emulation driver"
BOSSAPORT = "Bossa Program Port"
@@ -21,7 +22,7 @@ ClassGuid = {4D36E978-E325-11CE-BFC1-08002BE10318}
DriverPackageDisplayName = %DriverPackageDisplayName%
Provider = %Provider%
CatalogFile = duetinf.cat
-DriverVer = 02/03/2018,1.21.0.0 ; date in US format
+DriverVer = 10/21/2019,1.22.0.0 ; date in US format
[Manufacturer]
%Provider% = DeviceList, NTAMD64, NT
@@ -37,6 +38,7 @@ FakeModemCopyFileSection = 12
%ALLIGATOR% = DriverInstall, USB\VID_1209&PID_AB3D
%DUETNG% = DriverInstall, USB\VID_1D50&PID_60EC
%DUETMAESTRO% = DriverInstall, USB\VID_1D50&PID_60ED
+%DUET3% = DriverInstall, USB\VID_1D50&PID_60EE
[DeviceList.NTAMD64]
%BOSSAPORT% = DriverInstall, USB\VID_03EB&PID_6124
@@ -45,6 +47,7 @@ FakeModemCopyFileSection = 12
%ALLIGATOR% = DriverInstall.NTamd64, USB\VID_1209&PID_AB3D
%DUETNG% = DriverInstall.NTamd64, USB\VID_1D50&PID_60EC
%DUETMAESTRO% = DriverInstall.NTamd64, USB\VID_1D50&PID_60ED
+%DUET3% = DriverInstall, USB\VID_1D50&PID_60EE
[DeviceList.NT]
%BOSSAPORT% = DriverInstall, USB\VID_03EB&PID_6124
@@ -53,6 +56,7 @@ FakeModemCopyFileSection = 12
%ALLIGATOR% = DriverInstall.NT, USB\VID_1209&PID_AB3D
%DUETNG% = DriverInstall.NT, USB\VID_1D50&PID_60EC
%DUETMAESTRO% = DriverInstall.NT, USB\VID_1D50&PID_60ED
+%DUET3% = DriverInstall, USB\VID_1D50&PID_60EE
;------------------------------------------------------------
; Windows XP, Vista, Windows 7, Windows 8, Windows 10 - 32bit
diff --git a/Driver/duetinf.cat b/Driver/duetinf.cat
index d8db19c4..85df0717 100644
--- a/Driver/duetinf.cat
+++ b/Driver/duetinf.cat
Binary files differ