mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-22 14:23:23 +02:00
shear
This commit is contained in:
@@ -2,6 +2,7 @@ use <helix.scad>;
|
||||
use <along_with.scad>;
|
||||
use <shape_trapezium.scad>;
|
||||
use <ellipse_extrude.scad>;
|
||||
use <shear.scad>;
|
||||
|
||||
r1 = 25;
|
||||
r2 = 15;
|
||||
@@ -11,6 +12,7 @@ level_dist = 20;
|
||||
module scales(ang, leng, radius, height, thickness) {
|
||||
module one_scale() {
|
||||
rotate([0, ang, 0])
|
||||
shear(sx = [0, -1.5])
|
||||
linear_extrude(thickness, center = true)
|
||||
scale([leng, 1])
|
||||
circle(1, $fn = 4);
|
||||
|
Reference in New Issue
Block a user