docs: update wordage + links

This commit is contained in:
Prohurtz 2023-04-14 16:21:08 -05:00
parent 23a97f1d14
commit 09cb9e0aff
4 changed files with 8 additions and 6 deletions

View File

@ -37,7 +37,7 @@ Make sure you close any current projects you have open or open a new window befo
2. Open Git Bash. 2. Open Git Bash.
<ImageCard :options="image_settings.setup_vscode_image_four"/> <ImageCard :options="image_settings.setup_vscode_image_four"/>
1. Change the directory to the directory that you want the firmware to be cloned. Ex: `cd C:\` 1. Change the directory to the directory that you want the firmware to be cloned. Ex: `cd C:/`
<ImageCard :options="image_settings.setup_vscode_image_five"/> <ImageCard :options="image_settings.setup_vscode_image_five"/>

View File

@ -75,12 +75,14 @@ Large:
[Amazon](https://www.amazon.com/gp/product/B09K3ZPY5Z/) [Amazon](https://www.amazon.com/gp/product/B09K3ZPY5Z/)
- ### 2x-4x Heatsinks - ### 2x-4x Heatsinks
[AliExpress](https://www.aliexpress.us/item/3256803892794950.html) [AliExpress](https://www.aliexpress.us/item/3256803892794950.html) (14mm for ESP, 8mm for voltage regulator)
- ### 2x Camera cable extensions - ### 2x Camera cable extensions
To extend the camera length, you will need a cable and a connector for each camera. Certain mounts may require a cable extension (MUTE's frunk mod)
To use a mount like that you will need a cable and a connector for each camera.
Headsets like the Quest 2 do not require extensions.
Cables (select 0.5mm pitch type A) [AliExpress](https://a.aliexpress.com/_mqVcK8a) Cables (select 0.5mm pitch type A) [AliExpress](https://a.aliexpress.com/_mqVcK8a) (200mm for MUTE's)
Connectors (select 24P) [Aliexpress](https://www.aliexpress.com/item/3256804096715690.html) Connectors (select 24P) [Aliexpress](https://www.aliexpress.com/item/3256804096715690.html)

View File

@ -11,7 +11,7 @@ const printed_parts = {
desc: "Camera and IR emitter mount by Arkfall" desc: "Camera and IR emitter mount by Arkfall"
}, },
{ {
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/blob/main/3d_Printed_Mounts/Quest_2/Prohurtz/EyeTrack_Arkfall_Quest_2_Mount_Edit_By_Prourtz.stl", url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/tree/main/3d_Printed_Mounts/Quest_2/Prohurtz",
desc: "★ Camera and IR emitter mount by Prohurtz" desc: "★ Camera and IR emitter mount by Prohurtz"
}, },

View File

@ -318,7 +318,7 @@ const image_settings = {
max_width: "max-width: 500px;" max_width: "max-width: 500px;"
}, },
setup_vscode_image_five: { setup_vscode_image_five: {
url: "https://i.imgur.com/mWAVxtF.png", url: "https://i.imgur.com/fJs4GJR.png",
alt: "'img'", alt: "'img'",
max_width: "max-width: 500px;" max_width: "max-width: 500px;"
}, },