Skip to content

Commit 2b8a238

Browse files
committed
TODO.md
1 parent ed0c201 commit 2b8a238

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,7 @@ Prints from this library are still challenging, despite all efforts to the contr
198198
That's it, if you have any questions feel free to open an issue or leave a comment on thingiverse!
199199

200200
## TODO:
201-
* replace linear_extrude_shape_hull with skin_extrude_shape_hull or something, to enable concave extrusions
202-
* replace current ISO enter shape with one that works for `skin()`
203-
* generate dishes via math?
201+
moved to [TODO doc](./TODO.md)
204202

205203
## Contributions welcome
206204

customizer.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4877,7 +4877,7 @@ module keytext(text, position, font_size, depth) {
48774877
woffset = (top_total_key_width()/3.5) * position[0];
48784878
hoffset = (top_total_key_height()/3.5) * -position[1];
48794879
translate([woffset, hoffset, -depth]){
4880-
color($tertiary_color) linear_extrude(height=$dish_depth + depth){
4880+
color($tertiary_color) linear_extrude(height=2){
48814881
text(text=text, font=$font, size=font_size, halign="center", valign="center");
48824882
}
48834883
}

0 commit comments

Comments
 (0)