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:
parent
24c80cb735
commit
e6dd35fca0
2 changed files with 4 additions and 4 deletions
|
@ -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]
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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]
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue