actually fix tilt bug lol

This commit is contained in:
Bob - Home - Windows 2018-02-17 14:41:18 -05:00
parent 141ac7c828
commit b5b447cfac
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ module inside() {
// put something at the top of the key, with no adjustments for dishing // put something at the top of the key, with no adjustments for dishing
module top_placement(depth_difference) { module top_placement(depth_difference) {
translate([$dish_skew_x, $top_skew + $dish_skew_y, $total_depth - 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(); children();
} }
} }