mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-02 05:32:41 +00:00
actually fix tilt bug lol
This commit is contained in:
parent
141ac7c828
commit
b5b447cfac
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ module inside() {
|
|||
// put something at the top of the key, with no adjustments for dishing
|
||||
module top_placement(depth_difference) {
|
||||
translate([$dish_skew_x, $top_skew + $dish_skew_y, $total_depth - depth_difference]){
|
||||
rotate([-$top_tilt / top_total_key_height(),0,0]){
|
||||
rotate([-$top_tilt / $key_height,0,0]){
|
||||
children();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue