mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2026-05-04 03:00:04 -04:00
actually fix tilt bug lol
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user