mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +00:00
Update TIPS_AND_TRICKS.md
doubleshot letters explanation
This commit is contained in:
parent
c2e6caabe6
commit
44cd516304
@ -6,6 +6,27 @@ just want to make sure I put this here, I'm going to make this a much better doc
|
|||||||
|
|
||||||
still in beta, but using `upside_down()` in a method chain will rotate keycaps to be upside down. This makes the stem print better and requires no support, but generally the top of the keycap comes out worse - unless it is flat.
|
still in beta, but using `upside_down()` in a method chain will rotate keycaps to be upside down. This makes the stem print better and requires no support, but generally the top of the keycap comes out worse - unless it is flat.
|
||||||
|
|
||||||
|
### "doubleshot" letters with a regular printer
|
||||||
|
|
||||||
|
While printing upside down, you can do yourself a favor and embed some legends! use code like below:
|
||||||
|
|
||||||
|
```
|
||||||
|
legends = ["F1", "1", "q", "a", "z", ""];
|
||||||
|
for (x = [0:1:4]) {
|
||||||
|
translate_u(0,-x) legend(legends[x]) g20_row(3, 0) upside_down() {
|
||||||
|
$stem_support_type = "disable";
|
||||||
|
key(true);
|
||||||
|
dished() {
|
||||||
|
legends($inset_legend_depth);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
and comment out either `key(true)` or the whole `dished` segment. This code generates keycaps with inset legends and the legends that fit inside those insets.
|
||||||
|
|
||||||
|
Run just the legends through your slicer first and make sure to turn off anything like skirts or brims, it should print your legends in a single layer on your print bed. Leave them there, swap filaments, and then print the rest of the keycaps around them in a different color. The result is pretty impressive. They aren't quite doubleshot, since the main benefit of doubleshots is the plastic goes all the way through the keycap, but they look incredibly impressive for what they are.
|
||||||
|
|
||||||
## front print legends and location / font size
|
## front print legends and location / font size
|
||||||
|
|
||||||
still in beta, set `$front_print_legends = true` to have legends print on the front instead of the top of the keycaps.
|
still in beta, set `$front_print_legends = true` to have legends print on the front instead of the top of the keycaps.
|
||||||
|
Loading…
Reference in New Issue
Block a user