mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
scale first cat
This commit is contained in:
@@ -63,6 +63,7 @@ module fidget_cat(beginning_radius, n, height, thickness, spacing, slope) {
|
|||||||
// translate([0, 0, -7.3])
|
// translate([0, 0, -7.3])
|
||||||
difference() {
|
difference() {
|
||||||
linear_extrude(half_height, scale = s[0])
|
linear_extrude(half_height, scale = s[0])
|
||||||
|
scale(1.025)
|
||||||
cat(beginning_radius);
|
cat(beginning_radius);
|
||||||
|
|
||||||
linear_extrude(thickness * 2, center = true) {
|
linear_extrude(thickness * 2, center = true) {
|
||||||
|
Reference in New Issue
Block a user