https://github.com/docwhat/gpd-win4-stand
A stand for the GPD Win 4 handheld
https://github.com/docwhat/gpd-win4-stand
Last synced: 4 months ago
JSON representation
A stand for the GPD Win 4 handheld
- Host: GitHub
- URL: https://github.com/docwhat/gpd-win4-stand
- Owner: docwhat
- Created: 2023-05-05T16:19:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T04:02:43.000Z (over 2 years ago)
- Last Synced: 2025-04-10T23:44:22.140Z (about 1 year ago)
- Language: OpenSCAD
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GPD Win 4 stand
> A stand/dock for the GPD Win 4 handheld device. It can also work for other thick devices as well.
## Caveats :warning:
This is my first 3d printing project! Yay!
It has been prototyped on my wife's 3d printer (a FlashForge Finder v2).
I have not tested this on any other 3d printer, so I don't know if it will work on other printers.
## Requirements
You'll need [OpenSCAD](https://www.openscad.org/) to generate STL files from the source code.
## Usage
I work on the project using [VS Code](https://code.visualstudio.com/). I have saved the recommended settings in the `.vscode` folder.
## Updating scad-utils
The project uses the library [scad-utils](https://github.com/OskarLinde/scad-utils).
To update the library, run the following command:
```sh
git subtree pull --prefix scad-utils https://github.com/OskarLinde/scad-utils.git master --squash
```