Skip to content

Commit b96699e

Browse files
committed
nice
0 parents  commit b96699e

12 files changed

+17664
-0
lines changed

.gitignore

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
### macOS ###
2+
# General
3+
.DS_Store
4+
.AppleDouble
5+
.LSOverride
6+
7+
# Icon must end with two \r
8+
Icon
9+
10+
# Thumbnails
11+
._*
12+
13+
# Files that might appear in the root of a volume
14+
.DocumentRevisions-V100
15+
.fseventsd
16+
.Spotlight-V100
17+
.TemporaryItems
18+
.Trashes
19+
.VolumeIcon.icns
20+
.com.apple.timemachine.donotpresent
21+
22+
# Directories potentially created on remote AFP share
23+
.AppleDB
24+
.AppleDesktop
25+
Network Trash Folder
26+
Temporary Items
27+
.apdisk
28+
29+
### Windows ###
30+
# Windows thumbnail cache files
31+
Thumbs.db
32+
ehthumbs.db
33+
ehthumbs_vista.db
34+
35+
# Dump file
36+
*.stackdump
37+
38+
# Folder config file
39+
[Dd]esktop.ini
40+
41+
# Recycle Bin used on file shares
42+
$RECYCLE.BIN/
43+
44+
# Windows Installer files
45+
*.cab
46+
*.msi
47+
*.msix
48+
*.msm
49+
*.msp
50+
51+
# Windows shortcuts
52+
*.lnk

LICENSE

+674
Large diffs are not rendered by default.

README.md

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Lubrigante
2+
3+
_A TGR Alice Acrylic Case Revision By Zambumon_
4+
5+
![Lubrigante](./misc/overview_half_plate.png)
6+
7+
The aim of this project is to revisit the TGR Alice acrylic case (designed by Yuktsi), and host a guide with some basic resources so you can make your own.
8+
9+
You can find Yuktsi's original case files [here](https://geekhack.org/index.php?topic=95054.msg2661499#msg2661499).
10+
11+
12+
13+
### Differences between Lubrigante and Alice
14+
15+
- 4mm corners and a smaller footprint
16+
- Top piece opening has now round corners instead of sharp ones
17+
- Reworked stabs footprint
18+
- Fixed layout both for half-plate and full-plate.
19+
20+
# Disclosure
21+
22+
**THIS IS A WORK IN PROGRESS PROJECT. USE THE FILES AT YOUR OWN RISK**
23+
24+
## Available layouts:
25+
26+
- **MAN OF LAYOUTS**: fixed layout. Stepped caps lock, 2.00U space bar next to a 1.25U modifier, standard backspace.
27+
- **Half plate**
28+
- **Full plate**
29+
30+
31+
---
32+
33+
## Making the case
34+
35+
When importing the files, make sure to **set the scale to millimetres**. The pieces should be 348.8mm wide, and 536mm tall.
36+
37+
The case is composed by 4 pieces that will get held together by 8 M3 screws. The original case used 3 different acrylic thicknesses: an 8mm top, 5mm plate, 5mm middle piece, and 3mm bottom.
38+
39+
The original design had 10 countersunk M3 holes: 8 on the top piece, and two on the base piece. Additionally, the base piece had 8 of its screw holes tapped.
40+
41+
![TGR's guidelines](./misc/img/alice_case_acrylic_guidelines.png)
42+
_Screenshot of TGR's guidelines for the acrylic case_
43+
44+
While it is possible to make the case by just using four 5mm thick pieces of acrylic, it is not recommended, as the switches would still be visible when finishing assembly.
45+
46+
47+
### Ordering the acrylic pieces
48+
49+
There are a handful of ways of getting the acrylic pieces done:
50+
- Contacting a local maker spaces or a laser cutting shop
51+
- Ordering online:
52+
- [Ponoko](https://www.ponoko.com) (NA)
53+
- [Sculpteo](https://www.sculpteo.com/) (EU)
54+
- Joining a group buy
55+
56+
57+
### Other components
58+
59+
- PCB: This is a WIP.
60+
- [CNCd aluminum cone feet](http://lmgtfy.com/?q=cnc+aluminum+cone+feet)
61+
- Bumpons: I recommend using some `SJ5302 3M`, as these are very similar to the ones used by the CNCd cone feet.
62+
- Screws:
63+
- 8x M3 x 20mm screws. Preferrably flat head screws if you get the 8mm piece countersunk. The original acrylic TGR Alice used plastic of nylon screws.
64+
- 2x M3 x 10mm (or less) screws. Usually, these two come with the cone feet.
65+
66+
---
67+
68+
## License
69+
70+
This repository is under the [GNU GPL V3 license](./LICENSE)

0 commit comments

Comments
 (0)