skin extrude thickness fix

This commit is contained in:
Bob 2022-02-19 14:57:31 -05:00
parent cc336c0c41
commit f7b5f382fa
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ function skin_shape_slice(progress, thickness_difference, skew_this_slice, x_ske
transform(
rotation([tilt_this_slice,y_tilt_this_slice,0]),
skin_key_shape([
total_key_width(0),
total_key_height(0),
total_key_width(0) - thickness_difference,
total_key_height(0) - thickness_difference,
],
[$width_difference, $height_difference],
progress,