OpenSCAD Text and Linear Extrusion

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2016
  • Commands covered:
    text(t, size, font,
    halign, valign, spacing,
    direction, language, script)
    linear_extrude(height,center,convexity,twist,slices)
    Examples:
    text("OpenSCAD");
    text("OpenSCAD", size=20, font="Impact:style=Regular", spacing=0.8, direction="ttb");
    linear_extrude(height=5) text("OpenSCAD");
    linear_extrude(height=25)
    text("OpenSCAD", size=20, font="Impact:style=Regular",
    spacing=0.8, direction="ttb");
    linear_extrude(height=10, twist=20) text("OpenSCAD");
    linear_extrude(height=50, twist=-180)
    text("OpenSCAD", size=20, font="Impact:style=Regular",
    spacing=0.8, direction="ttb");
    linear_extrude(height=10) circle(10);
    linear_extrude(height=10, twist=90) square([10,25]);
    linear_extrude(height = 10, center = true, convexity = 10, twist = -500)
    translate([2, 0, 0])
    circle(r = 1);
    References:
    en.wikibooks.org/wiki/OpenSCA...
    en.wikibooks.org/wiki/OpenSCA...

ความคิดเห็น • 6

  • @svenhansen9618
    @svenhansen9618 9 หลายเดือนก่อน

    Excellent overview of the linear extrude function, thank you.

  • @heghmanns007
    @heghmanns007 4 ปีที่แล้ว

    Thank you for this very helpful information!
    How to use "spacing" for each letter?
    E.g. as I want to use a hand drawing font I only need the first letter to be adjusted because the other letters are touching each other.
    At the end I will 3D print the text.

  • @RobertLugg
    @RobertLugg 3 ปีที่แล้ว

    Exactly what I was after.

  • @TheElcaoticox
    @TheElcaoticox 6 ปีที่แล้ว

    no funciona cuando pongo el comando text, a que se debe?

    • @nicojimenez-carlesparga5220
      @nicojimenez-carlesparga5220 5 ปีที่แล้ว

      porque no has puesto los paréntesis a lo mejor no se tu inténtalo espero q te salga