mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +00:00
add corner and side sculpting to iso_enter
This commit is contained in:
parent
b172788ddd
commit
5be792e270
11945
customizer.scad
11945
customizer.scad
File diff suppressed because it is too large
Load Diff
@ -59,11 +59,11 @@ function skin_iso_enter_shape(size, delta, progress, thickness_difference) =
|
||||
add_rounding(
|
||||
iso_enter_vertices(
|
||||
size,
|
||||
delta,
|
||||
[delta.x - $side_sculpting(progress), delta.y - $side_sculpting(progress)],
|
||||
progress,
|
||||
thickness_difference
|
||||
),
|
||||
$corner_radius
|
||||
$corner_radius + $corner_sculpting(progress)
|
||||
),
|
||||
$shape_facets
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user