mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-16 22:37:03 +00:00
skin extrude thickness fix
This commit is contained in:
parent
cc336c0c41
commit
f7b5f382fa
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ function skin_shape_slice(progress, thickness_difference, skew_this_slice, x_ske
|
||||||
transform(
|
transform(
|
||||||
rotation([tilt_this_slice,y_tilt_this_slice,0]),
|
rotation([tilt_this_slice,y_tilt_this_slice,0]),
|
||||||
skin_key_shape([
|
skin_key_shape([
|
||||||
total_key_width(0),
|
total_key_width(0) - thickness_difference,
|
||||||
total_key_height(0),
|
total_key_height(0) - thickness_difference,
|
||||||
],
|
],
|
||||||
[$width_difference, $height_difference],
|
[$width_difference, $height_difference],
|
||||||
progress,
|
progress,
|
||||||
|
|
Loading…
Reference in a new issue