mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +00:00
skin extrude thickness fix
This commit is contained in:
parent
cc336c0c41
commit
f7b5f382fa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user