1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-30 18:00:01 +02:00

use m_transpose

This commit is contained in:
Justin Lin
2022-03-30 21:29:40 +08:00
parent a65a8e60cb
commit 0af33f4008
4 changed files with 10 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
use <ellipse_extrude.scad>;
use <curve.scad>;
use <sweep.scad>;
use <rails2sections.scad>;
use <matrix/m_transpose.scad>;
use <shape_trapezium.scad>;
use <ptf/ptf_rotate.scad>;
@@ -52,7 +52,7 @@ module dragon_head() {
translate([0, 0, -2])
rotate([90, 0, -90])
sweep(rails2sections([path1, path2, path3, path4, path5]));
sweep(m_transpose([path1, path2, path3, path4, path5]));
translate([0, 0, -3.25])
rotate([90, 0, -90])