OpenSCAD Tutorial: Lathe with Inkscape

Поделиться
HTML-код
  • Опубликовано: 18 сен 2024
  • Learn how to draw 2D shapes in Inkscape and instantly see them lathed into 3D shapes in OpenSCAD that can be 3D printed.
    Here's the entire OpenSCAD script:
    rotate_extrude($fn = 64) import("drawing.svg")
    Remember to save your Inkscape drawing in the same directory as you have your OpenSCAD project saved.
  • НаукаНаука

Комментарии • 4

  • @jasoncrawford1911
    @jasoncrawford1911 4 месяца назад

    Awesome! Thanks

  • @davidkaye821
    @davidkaye821 4 месяца назад

    Window both Explorer and the OpenSCAD editor windows side by side. Drag the SVG file into the editor and the Import command will automatically be inserted, WITH the correct pathlist. Works with DXF too, and will do the Surface command with PNG and DAT files. VERY useful.

  • @kaulinyasunandansaikia363
    @kaulinyasunandansaikia363 2 года назад

    Yo dude that's useful! Thanks!

  • @Spastuscat
    @Spastuscat 2 года назад +1

    Thanks for the tutorial! This is awesome!