Difference between revisions of "Drivers"

From Hyrel3D
Jump to: navigation, search
(9 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.older]]  
+
'''Drivers''' [[File:Download_button.png|150px|link=http://hyrel3d.net/downloads/repetrel/_RUN_ME_ON_NEW_INSTALL.rar]]  
  
'''''<span style="color: red;">Version __ as of __</span>'''''
+
'''''<span style="color: red;">Drivers, as of May, 2018</span>'''''
  
 
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:
 
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. Run: '''C:\repetrel\ST-LINK Utility\Windows 8 Compatibility Resolver.bat'''
+
1. Download the file linked above.
  
2. Right-Click and RUN AS ADMINISTRATOR: '''C:\repetrel\DfuSe\Driver\dpinst_x86.exe''' (or other appropriate file if on another architecture); Click to ALLOW this program to run.
+
2. Navigate to <code>C:\Repetrel\bin\_RUN_ME_ON_NEW_INSTALL</code> and execute each numbered file AS ADMINSTRATOR, IN ORDER:
  
Now, in Devices and Printers, you should see the '''FT232R USB UART''' without any alert icon. Congratulations!
+
* <code>1.Windows 8 Compatibility Resolver.bat</code>
 +
* <code>2.dpinst_amd64.exe</code>
 +
* <code>3.dpinst_x86.exe</code>
 +
* <code>4.CDM v2.12.00 WHQL Certified.exe</code>
 +
* <code>5.VCP_V1.3.1_Setup_x64.exe</code>
 +
* <code>6.VCP_V1.3.1_Setup.exe</code>
 +
* <code>7.vcredist_ia64.exe</code>
 +
* <code>8.vcredist_x64.exe</code>
 +
* <code>9.vcredist_x86.exe</code>
  
=== Installing on Another Computer ===
+
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.
  
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:
+
Now, in Devices and Printers, you should see the '''FT232R USB UART''' without any alert icon. Congratulations!
 
 
# Install Repetrel, as above (no old folder to rename).
 
# Install Drivers, as above.
 
# Install Ecosystem Apps, as below.
 
# Navigate to C:\EcosystemApps\Slic3r\slic3r.exe and execute it from the windows browser BEFORE LAUNCHING Repetrel.
 
## Go to File > Preferences and set the Mode to Expert, check all four boxes, and click OK. Then close Slic3r and launch Repetrel.
 
 
 
==== My Unit Shipped with a Tablet ====
 
 
 
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.
 
 
 
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.
+
== Windows Visual C++ Redistributables ==
  
4. Run a USB to MiniUSB cable from your PC to the MiniUSB port on the right side of the Spine:
+
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):
  
[[File:USBright.png|300px|USB: Lower Right Spine]]
+
* 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
  
5. Run a USB to MiniUSB cable from your PC to the MiniUSB port on the top, inside of the Spine:
+
== Microscope Driver ==
  
[[File:USBtop.png|300px|USB: Top Inside Spine]]
+
The newer microscopes (send in 2018) require this driver to be downloaded, extracted, and installed: http://hyrel3d.net/downloads/drivers/Microscope_Driver.rar

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