Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use outside Sketchup #175

Open
kalvarez2 opened this issue Dec 26, 2017 · 4 comments
Open

Use outside Sketchup #175

kalvarez2 opened this issue Dec 26, 2017 · 4 comments
Labels

Comments

@kalvarez2
Copy link

Hi,
Is there any way to use the script directly? If I have an STL file, from Thingiverse and want to modify it for my needs, the Sketchup online app does not let me import stl files, if I can convert to .skp I can open it.

thanks

@Scott216
Copy link

I don't know about the SketchUp online app (I didn't even know there was one), but for the regular Sketchup program, I've used this plug-in: https://github.com/SketchUp/sketchup-stl

@Aerilius
Copy link
Contributor

Aerilius commented Jan 1, 2018

This project is an STL importer/exporter to be plugged into SketchUp, not a stand-alone "converter". It requires the SketchUp API to work, which is unfortunately not available as a stand-alone ruby gem.
Unfortunately the only way to produce SKP files from STL is to use the SketchUp desktop app (which foild the web-app's beautiful advantage of platform-independence).

@thomthom
Copy link
Member

thomthom commented Jan 3, 2018

As of SketchUp 2018 a STL importer/exporter is shipped with SketchUp. No need for an extension.

If I have an STL file, from Thingiverse and want to modify it for my needs, the Sketchup online app does not let me import stl files,

STL export is in the web version. I'd expect STL import to come soon.

Meanwhile you could try to download the old SketchUp 2017 Make and install this extension to do the conversion for you.

but for the regular Sketchup program, I've used this plug-in: https://github.com/SketchUp/sketchup-stl
This repository is the sourcecode for that extension.

@kalvarez2
Copy link
Author

thanks! I will keep waiting for the web version to get an stl import... I run on *nix and the desktop app is not an option... I am not very proficient in Ruby, but will take a look a the open issues in case I can help any... thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants