Difference between revisions of "Drivers"

From Hyrel3D
Jump to: navigation, search
(Installing Drivers)
(6 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
=== Installing Drivers ===
 
=== Installing Drivers ===
  
'''Drivers''' [[File:Download_button.png|150px|link=http://place.holder]]  
+
'''Drivers''' [[File:Download_button.png|150px|link=http://hyrel3d.net/downloads/repetrel/_RUN_ME_ON_NEW_INSTALL.rar]]  
  
 
'''''<span style="color: red;">Drivers, as of May, 2018</span>'''''
 
'''''<span style="color: red;">Drivers, as of May, 2018</span>'''''
Line 15: Line 15:
 
1. Download the file linked above.
 
1. Download the file linked above.
  
2. Right-Click and RUN AS ADMINISTRATOR: every file in that directory, in numerical order. As of May, 2018, this should be (note: some will fail - just continue):
+
2. Navigate to <code>C:\Repetrel\bin\_RUN_ME_ON_NEW_INSTALL</code> and execute each numbered file AS ADMINSTRATOR, IN ORDER:
  
* 1.Windows 8 Compatibility Resolver.bat
+
* <code>1.Windows 8 Compatibility Resolver.bat</code>
* 2.dpinst_amd64.exe
+
* <code>2.dpinst_amd64.exe</code>
* 3.dpinst_x86.exe
+
* <code>3.dpinst_x86.exe</code>
* 4.CDM v2.12.00 WHQL Certified.exe
+
* <code>4.CDM v2.12.00 WHQL Certified.exe</code>
* 5.VCP_V1.3.1_Setup_x64.exe
+
* <code>5.VCP_V1.3.1_Setup_x64.exe</code>
* 6.VCP_V1.3.1_Setup.exe
+
* <code>6.VCP_V1.3.1_Setup.exe</code>
* 7.vcredist_ia64.exe
+
* <code>7.vcredist_ia64.exe</code>
* 8.vcredist_x64.exe
+
* <code>8.vcredist_x64.exe</code>
* 9.vcredist_x86.exe
+
* <code>9.vcredist_x86.exe</code>
  
 +
Note: Yes, we know, not all of these will succeed. Some are for different versions of the OS or different chipsets. Rather than give a dozen different instruction sets, please just run these in order, as admin, and the ones that fail will fail. Thanks.
  
 
Now, in Devices and Printers, you should see the '''FT232R USB UART''' without any alert icon. Congratulations!
 
Now, in Devices and Printers, you should see the '''FT232R USB UART''' without any alert icon. Congratulations!
  
=== Installing on Another Computer ===
+
== Windows Visual C++ Redistributables ==
  
We run the current Repetrel on Windows 7, 8 and 10 on both Intel and AMD processors; however, you may not be able to run the printer from every unique environment possible. Please know that we cannot help troubleshoot every unique environment - this is why we include a full Tablet PC with each printer. These instructions work for most external installs:
+
Unfortunately, some Windows installs do not have the complete Microsoft Visual C++ library. If you are having problems, please go to the Microsoft site at https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads and download and install the following (in order):
  
# Install Repetrel, as above (no old folder to rename).
+
* Visual Studio 2010 (VC++ 10.0) SP1
# Install Drivers, as above.
+
* Visual Studio 2012 (VC++ 11.0)
# Install Ecosystem Apps, as below.
+
* Visual Studio 2013 (VC++ 12.0)
# Navigate to C:\EcosystemApps\Slic3r\slic3r.exe and execute it from the windows browser BEFORE LAUNCHING Repetrel.
+
* Visual Studio 2015
## Go to File > Preferences and set the Mode to Expert, check all four boxes, and click OK. Then close Slic3r and launch Repetrel.
+
* Visual Studio 2017
  
==== My Unit Shipped with a Tablet ====
+
== Microscope Driver ==
  
1. Don't worry about ever powering up the tablet - you can remove it. We just want the 3.3v, 5v and 12v power and USB connectivity to the spine and beyond.
+
The newer microscopes (send in 2018) require this driver to be downloaded, extracted, and installed: http://hyrel3d.net/downloads/drivers/Microscope_Driver.rar
 
 
2. Install the software as shown at [[Software#Repetrel_.26_Firmware_-_Version_2.855_as_of_19_Apr_2016|Repetrel]] above, and [[Software#Ecosystem_Apps|Ecosystem Apps]] below.
 
 
 
3. Install the drivers as shown at [[Software#Installing_Drivers|Drivers]] above.
 
 
 
4. Unplug the cables for the tablet USB connectivity and install PC Jumpers as shown:
 
 
 
[[Category:Software]]
 
[[Category:Firmware]]
 
{| align="right"
 
| __TOC__
 
|}
 
 
 
[[File:USBBchanges.png|600px|USB: Tablet Interface Board Changes for USBB Control]]
 
 
 
See the [https://www.youtube.com/watch?v=uPqr4S0WC3Q video].
 
 
 
5. Run a USB A to B cable from your PC to the USB-B port on the left side of the Printer:
 
 
 
[[File:USBBleft.png|300px|USB: Left side of Printer]]
 
 
 
==== My Unit Shipped with a Motherboard ====
 
 
 
1. Don't worry about ever powering up the motherboard. We just want the 3.3v, 5v and 12v power to the spine and beyond.
 
 
 
2. Install the software as shown at [[Software#Repetrel_.26_Firmware_-_Version_2.855_as_of_19_Apr_2016|Repetrel]] above, and [[Software#Ecosystem_Apps|Ecosystem Apps]] below.
 
 
 
3. Install the drivers as shown at [[Software#Installing_Drivers|Drivers]] above.
 
 
 
4. Run a USB to MiniUSB cable from your PC to the MiniUSB port on the right side of the Spine:
 
 
 
[[File:USBright.png|300px|USB: Lower Right Spine]]
 
 
 
5. Run a USB to MiniUSB cable from your PC to the MiniUSB port on the top, inside of the Spine:
 
 
 
[[File:USBtop.png|300px|USB: Top Inside Spine]]
 

Revision as of 13:54, 4 February 2019

Installing Drivers

Drivers Download button.png

Drivers, as of May, 2018

If, for some reason, you re-OSed or re-imaged your PC, or are installing on a new PC (or your local IT people made some changes preventing you from connecting to the printer), you will need to ensure that the proper drivers are in place. AFTER you have done the install above:

1. Download the file linked above.

2. Navigate to C:\Repetrel\bin\_RUN_ME_ON_NEW_INSTALL and execute each numbered file AS ADMINSTRATOR, IN ORDER:

  • 1.Windows 8 Compatibility Resolver.bat
  • 2.dpinst_amd64.exe
  • 3.dpinst_x86.exe
  • 4.CDM v2.12.00 WHQL Certified.exe
  • 5.VCP_V1.3.1_Setup_x64.exe
  • 6.VCP_V1.3.1_Setup.exe
  • 7.vcredist_ia64.exe
  • 8.vcredist_x64.exe
  • 9.vcredist_x86.exe

Note: Yes, we know, not all of these will succeed. Some are for different versions of the OS or different chipsets. Rather than give a dozen different instruction sets, please just run these in order, as admin, and the ones that fail will fail. Thanks.

Now, in Devices and Printers, you should see the FT232R USB UART without any alert icon. Congratulations!

Windows Visual C++ Redistributables

Unfortunately, some Windows installs do not have the complete Microsoft Visual C++ library. If you are having problems, please go to the Microsoft site at https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads and download and install the following (in order):

  • Visual Studio 2010 (VC++ 10.0) SP1
  • Visual Studio 2012 (VC++ 11.0)
  • Visual Studio 2013 (VC++ 12.0)
  • Visual Studio 2015
  • Visual Studio 2017

Microscope Driver

The newer microscopes (send in 2018) require this driver to be downloaded, extracted, and installed: http://hyrel3d.net/downloads/drivers/Microscope_Driver.rar