Search found 13 matches

Go to advanced search

by ieatacid
Sun Oct 01, 2017 11:32 am
Forum: General Discussion and Tips
Topic: Solidworks macro to export to Simplify3D
Replies: 15
Views: 17021
 
Jump to post

Re: Solidworks macro to export to Simplify3D

What's the chance you can advise on adjusting the macro to locate the STL in the native folder of the part you're exporting? For example. I have a project folder and within that I have Folders for IGS, PDFs, DXFs, and STLs. I'd like it to recall the folder of the SW file and then save it to it's re...
by ieatacid
Thu Sep 21, 2017 9:43 am
Forum: General Discussion and Tips
Topic: Solidworks macro to export to Simplify3D
Replies: 15
Views: 17021
 
Jump to post

Re: Solidworks macro to export to Simplify3D

I would try and start fresh like gearsawe suggested. I don't know why you'd get that error, there's no switch statement. The only thing I could think of is maybe it got added to an existing macro or some code or text got added to it by mistake.
by ieatacid
Sat Sep 16, 2017 5:59 pm
Forum: General Discussion and Tips
Topic: Solidworks macro to export to Simplify3D
Replies: 15
Views: 17021
 
Jump to post

Re: Solidworks macro to export to Simplify3D

dtwrv6 wrote:The very first line of code seems to cause a problem for me. I'm running Solidworks 2010 if that matters.
This?

Code: Select all

Dim swApp As SldWorks.SldWorks
Is there an error message you can post?

That first line should be the same whether it's SW 2010 or the latest version.
by ieatacid
Sat Sep 16, 2017 4:11 pm
Forum: Feature Requests
Topic: Send GCode Directly to OctoPrint
Replies: 108
Views: 183648
 
Jump to post

Re: Send GCode Directly to OctoPrint

Ill would also like this feature to be added please. My printer is located in my cellar. Just pressing ->print would be very cool instead of running 3 floors downstairs and upstairs after that. This is easy. Connect to the Raspberry Pi that's running OctoPrint. If you're using a keyboard and monito...
by ieatacid
Mon Sep 11, 2017 9:48 am
Forum: General Discussion and Tips
Topic: Solidworks macro to export to Simplify3D
Replies: 15
Views: 17021
 
Jump to post

Re: Solidworks macro to export to Simplify3D

Good idea! Updated the first post with your changes.
by ieatacid
Sun Sep 10, 2017 2:40 pm
Forum: General Discussion and Tips
Topic: Solidworks macro to export to Simplify3D
Replies: 15
Views: 17021
 
Jump to post

Re: Solidworks macro to export to Simplify3D

ieatacid wrote:If anyone knows how to make the macro select the part, that would be a great addition 8-)
Figured it out and updated the first post.
by ieatacid
Sat Sep 09, 2017 5:03 pm
Forum: General Discussion and Tips
Topic: Solidworks macro to export to Simplify3D
Replies: 15
Views: 17021
 
Jump to post

Re: Solidworks macro to export to Simplify3D

If anyone knows how to make the macro select the part, that would be a great addition 8-)
by ieatacid
Sat Sep 09, 2017 1:57 pm
Forum: General Discussion and Tips
Topic: Solidworks macro to export to Simplify3D
Replies: 15
Views: 17021
 
Jump to post

Re: Solidworks macro to export to Simplify3D

If you select your body and execute the macro it will automatically export an STL file and open it in Simplify3D with one click, instead of having to do all that one-by-one. Just go to Tools->Macros->New then paste the above code over the code that Solidworks generates. Then save it. You could then ...
by ieatacid
Sat Sep 09, 2017 12:04 pm
Forum: General Discussion and Tips
Topic: Solidworks macro to export to Simplify3D
Replies: 15
Views: 17021
 
Jump to post

Solidworks macro to export to Simplify3D

I couldn't find a macro to do this so I made one. Set your paths (see comments in code). Dim swApp As SldWorks.SldWorks Dim Part As ModelDoc2 Dim result As Long Sub main() Dim Path As String ' SET YOUR STL OUTPUT PATH Path = "C:\Stuff\Files\3D printing\STL\" Set swApp = Application.SldWork...
by ieatacid
Wed Sep 06, 2017 7:58 pm
Forum: Troubleshooting and Bug Reports
Topic: Sider control handles are very tiny
Replies: 3
Views: 2349
 
Jump to post

Re: Sider control handles are very tiny

Resetting the theme to Default did the trick. Thanks!

Go to advanced search