From 26028ad14932a68da9e0b4e8604fcbc26277a261 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Fri, 4 Aug 2017 22:21:24 +0100 Subject: 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 --- Driver/DuetDriverFiles.zip | Bin 5654 -> 5699 bytes Driver/duet.inf | 26 +++++++++++++++----------- Driver/duetinf.cat | Bin 6648 -> 6730 bytes 3 files changed, 15 insertions(+), 11 deletions(-) (limited to 'Driver') diff --git a/Driver/DuetDriverFiles.zip b/Driver/DuetDriverFiles.zip index 48fe36b5..357faa7b 100644 Binary files a/Driver/DuetDriverFiles.zip and b/Driver/DuetDriverFiles.zip 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 Binary files a/Driver/duetinf.cat and b/Driver/duetinf.cat differ -- cgit v1.2.3