diff --git a/vitepress/docs/src/pages/firmware_guide/setup_vscode.md b/vitepress/docs/src/pages/firmware_guide/setup_vscode.md index 7c441a9..8d4b4e7 100644 --- a/vitepress/docs/src/pages/firmware_guide/setup_vscode.md +++ b/vitepress/docs/src/pages/firmware_guide/setup_vscode.md @@ -37,7 +37,7 @@ Make sure you close any current projects you have open or open a new window befo 2. Open Git Bash. - 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:/` diff --git a/vitepress/docs/src/pages/how_to_build/parts_list.md b/vitepress/docs/src/pages/how_to_build/parts_list.md index 699e954..9c78b71 100644 --- a/vitepress/docs/src/pages/how_to_build/parts_list.md +++ b/vitepress/docs/src/pages/how_to_build/parts_list.md @@ -75,12 +75,14 @@ Large: [Amazon](https://www.amazon.com/gp/product/B09K3ZPY5Z/) - ### 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 -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) diff --git a/vitepress/docs/src/static/3d_printed_parts/index.ts b/vitepress/docs/src/static/3d_printed_parts/index.ts index 2ac339f..77a3c31 100644 --- a/vitepress/docs/src/static/3d_printed_parts/index.ts +++ b/vitepress/docs/src/static/3d_printed_parts/index.ts @@ -11,7 +11,7 @@ const printed_parts = { 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" }, diff --git a/vitepress/docs/src/static/image_settings/index.ts b/vitepress/docs/src/static/image_settings/index.ts index f0a9dfd..788f78b 100644 --- a/vitepress/docs/src/static/image_settings/index.ts +++ b/vitepress/docs/src/static/image_settings/index.ts @@ -318,7 +318,7 @@ const image_settings = { max_width: "max-width: 500px;" }, setup_vscode_image_five: { - url: "https://i.imgur.com/mWAVxtF.png", + url: "https://i.imgur.com/fJs4GJR.png", alt: "'img'", max_width: "max-width: 500px;" },