mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-07-17 15:17:55 +00:00
hull fix
This commit is contained in:
parent
57fbf6044d
commit
e29bb46dfa
2 changed files with 2 additions and 2 deletions
|
@ -2940,7 +2940,7 @@ module shape_slice(progress, thickness_difference, depth_difference) {
|
||||||
|
|
||||||
translate([x_skew_this_slice, skew_this_slice, depth_this_slice]) {
|
translate([x_skew_this_slice, skew_this_slice, depth_this_slice]) {
|
||||||
rotate([tilt_this_slice,y_tilt_this_slice,0]){
|
rotate([tilt_this_slice,y_tilt_this_slice,0]){
|
||||||
linear_extrude(height = SMALLEST_POSSIBLE + ($rounded_key ? $minkowski_radius : 0), scale = SMALLEST_POSSIBLE){
|
linear_extrude(height = SMALLEST_POSSIBLE, scale = 1){
|
||||||
key_shape(
|
key_shape(
|
||||||
[
|
[
|
||||||
total_key_width(thickness_difference),
|
total_key_width(thickness_difference),
|
||||||
|
|
|
@ -18,7 +18,7 @@ module shape_slice(progress, thickness_difference, depth_difference) {
|
||||||
|
|
||||||
translate([x_skew_this_slice, skew_this_slice, depth_this_slice]) {
|
translate([x_skew_this_slice, skew_this_slice, depth_this_slice]) {
|
||||||
rotate([tilt_this_slice,y_tilt_this_slice,0]){
|
rotate([tilt_this_slice,y_tilt_this_slice,0]){
|
||||||
linear_extrude(height = SMALLEST_POSSIBLE + ($rounded_key ? $minkowski_radius : 0), scale = SMALLEST_POSSIBLE){
|
linear_extrude(height = SMALLEST_POSSIBLE, scale = 1){
|
||||||
key_shape(
|
key_shape(
|
||||||
[
|
[
|
||||||
total_key_width(thickness_difference),
|
total_key_width(thickness_difference),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue