1
0
Fork 0
mirror of https://github.com/rsheldiii/KeyV2.git synced 2025-05-30 20:01:19 +00:00

Update linear_extrude.scad

mostly for iso enter
This commit is contained in:
Bob 2020-07-21 13:51:03 -04:00
parent 24c80cb735
commit e6dd35fca0
2 changed files with 4 additions and 4 deletions

View file

@ -2913,8 +2913,8 @@ module linear_extrude_shape_hull(thickness_difference, depth_difference, extra_s
linear_extrude(height = height, scale = [width_scale, height_scale]) {
translate([0,-$linear_extrude_height_adjustment,0]){
key_shape(
[total_key_width(thickness_difference), total_key_height(thickness_difference)],
[$width_difference, $height_difference]
[total_key_width(), total_key_height()],
[thickness_difference, thickness_difference]
);
}
}

View file

@ -9,8 +9,8 @@ module linear_extrude_shape_hull(thickness_difference, depth_difference, extra_s
linear_extrude(height = height, scale = [width_scale, height_scale]) {
translate([0,-$linear_extrude_height_adjustment,0]){
key_shape(
[total_key_width(thickness_difference), total_key_height(thickness_difference)],
[$width_difference, $height_difference]
[total_key_width(), total_key_height()],
[thickness_difference, thickness_difference]
);
}
}