Git Product home page Git Product logo

robert-nelson / inkscape-paths2openscad Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fablabnbg/inkscape-paths2openscad

0.0 1.0 0.0 1.52 MB

Inkscape extension for designing simple 3D objects (2.5D actually) with inkscape. DOWNLOAD: https://github.com/fablabnbg/inkscape-paths2openscad/releases/latest

Home Page: http://www.thingiverse.com/thing:25036/#comment-1233550

License: GNU General Public License v2.0

Makefile 4.52% Python 92.05% Shell 3.44%

inkscape-paths2openscad's Introduction

paths2openscad

Downloads GitHub release Build Status

Download and install for Debian and Ubuntu Linux: https://github.com/fablabnbg/inkscape-paths2openscad/releases

SVG paths to OpenSCAD converter. Copied from Thingiverse things 24808 and 25036, both copyright user dnewman and released under GPL v2 or later.

See also: Thingiverse things 1065500 Inkscape to OpenSCAD converter v7 by Neon22.

Examples published on thingiverse: https://www.thingiverse.com/tag:inkscape-3D

Example for a scriptable call (untested)

inkscape --verb=EditSelectAll --verb=SelectionCombine --verb=EditDeselect --verb=command.extrude.openscad_auto.noprefs --verb=EditUndo --verb=EditUndo --verb=FileQuit /full/path/to/file.svg

Windows

  1. install openscad

  2. Add OpenSCAD to the path:

  • Create a new Environment Variable:

    Name: SCAD_PATH

    Value: path to openscad.exe (e.g., C:\Program Files\OpenSCAD)

  • Add or extend the PATH environment variable:

    Name: PATH

    Value: %SCAD_PATH%

  1. open the paths to OpenSCAD extension in inkscape, got to the Commands tab.

    Replace all occurrences of 'openscad' with the full path to openscad.exe -- also include the quotes. E.g.:

    "C:\Program Files\OpenSCAD\openscad.exe" "{NAME}.scad"
    "C:\Program Files\OpenSCAD\openscad.exe" "{NAME}.scad" -o "{NAME}.stl"
    

inkscape-paths2openscad's People

Contributors

dfandrich avatar hobo2k avatar jnweiger avatar jnweiger-dev avatar l0b0 avatar loguncov avatar theja2289 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.