Ah, damn. I need to update the plugin because of some changes I made in the SolidWorks plugin.
I added some features to a common application module and it looks like the Inventor plugin does not get these changes.
Ah, damn. I need to update the plugin because of some changes I made in the SolidWorks plugin.
I added some features to a common application module and it looks like the Inventor plugin does not get these changes.
Oh, I'm your most patient (beta)-user...
Yes, you are and looks like you are already a good one
After uninstalling and reinstalling Inventor, as suggested by Autodesk during their beta program, something got broken.
Can't test my own changes, but, in theory, the new package under the same URL should work now.
PS: Btw, this is what I get here:
Quotepywintypes.com_error: (-2147352567, 'Ausnahmefehler aufgetreten.', (0, None, None, None, 0, -2147024809), None)
Edited by thopiekar
Quite an elaborate error message!
So, I deleted the PlugInFolder under MyName\AppData\Roaming\cura\3.2\plugins and installed your Plugin again. No import - file not found. Same error.
Hopefully your installation will be working soon!
Cheers.
Got it! Works now on my side. The issue was that I copied months before some articles from Autodesk websites, which are describing their API.
What you can see on Windows as a quotation mark (which is fine for Python programming), can be also a "0x93" byte, which made the plugin crash.
Good that I had Ubuntu installed on Windows, so I was able to look for the file, which contains the byte:
Updated the plugin file again, but now it should work.
PS: At least it opens part, assemblies and drawings using Inventor 2019 Beta2 now.
Edited by thopiekar@dxp Any success?
Nope. Still failing. Maybe wrong version?
Nope, should be fine. Just redownload from the first post and install.
Could you maybe send me your cura.log? The log could be very long, so it would be nice if you could remove it and then reproduce the bug.
After that, the log should only include the relevant info.
Additionally, is it possible to share this .ipt-file? Sending via e-mail is just fine
On the other hand you can try these files, which I use to test the plugin:
https://github.com/thopiekar/CuraInventorPlugin/tree/master/tests/Inventor Professional 2018
Just try to open them normally with Inventor before opening them in Cura, to make sure Inventor is able to open them at all.
Oh, and which Inventor version are you using?
Regards!
Edited by thopiekarOn 12.2.2018 at 2:09 PM, thopiekar said:Just reserving here this thread for questions between users, who are using the plugin.
Additionally, feel free to add ideas for improvements, which are important for you as issues to the project page.
Looking forward to stimulating and inspiring ideas!
Thanks!
- Website: https://thopiekar.eu/cad-integration/inventor-plugin/
- Testing version: https://thopiekar.eu/download/CuraInventorPlugin-0.1.4.curaplugin
- Installation guide for the .curaplugin files: https://thopiekar.eu/cad-integration/solidworks-plugin/installation/#manual-install
There was a common issue with the SolidWorks plugin. 0.1.4 is out!
PS: Technical explanation:
Edited by thopiekar
15 minutes ago, dxp said:the plugin is working now, i can import *.ipt-files directly. Yippie!
Awesome!
Hey @dxp,
are you experienced with custom exporting parameters in SolidWorks and Inventor?
3DS defines two values:
--> http://help.solidworks.com/2013/english/api/swconst/FileSaveAsSTLOptions.htm
Whereas Autodesk defines four of them:
SurfaceDeviation ( 0 to 100 for a percentage between values computed based on the size of the model )
NormalDeviation ( 0 to 40 to indicate values 1 to 41 )
MaxEdgeLength ( 0 to 100 for a percentage between values computed based on the size of the model )
AspectRatio ( 0 to 40 for values between 1.5 to 21.5 in 0.5 increments )
--> http://help.autodesk.com/view/INVNTOR/2018/ENU/?guid=GUID-25D24E28-7517-4903-8AEE-123F8C71A89E
Do you have an idea how to translate the two values from Solidworks into these four? Or backwards from these four to the two of SolidWorks?
Thanks!
PS: Asked the same question in the Autodesk forums: https://forums.autodesk.com/t5/inventor-customization/bd-p/120
Edited by thopiekarHi @thopiekar,
i'm using these settings:
oOptions.Value("ExportUnits") = 5 'Millimeter oOptions.Value("Resolution") = 0 'High - muss hier stehen, sonst grottige Qualität
Never tried "Resolution"=3. With "2" even the real prints had triangles where cylindric surfaces should be.
So "0" was a good setting between file-size and quality.
Autodesk has some more information about SurfaceDeviation and such stuff here:
STL File Save As Options reference
As for the translation - phew, that's to much of a guessing game for me. I would say
but there is no time for further research as i have to do my engineering work
Ciao!
Alright! Still, thanks for taking a look at it
The plugin is using Resolution = 0 already:
However, I should care about resetting the changes I made, like in the SolidWorks plugin, because people could get angered, who are using settings, like export in inch.
Edited by thopiekar
Hi
We are using Cura 3.3 and is not able to run Autodesk Inventor 2017 R4.3 with 0.1.5 plugin. Cura prgram crash while opening ipt -file.
Br
Steinar Sørem
Edited by StSSeems to be working again with Cura 3.3.1 and plugin 0.15. Using Inventor 2017 R4.3
Great! I'm in talks currently to get this plugin into the plugin browser, too.
https://thopiekar.eu/download/CuraInventorPlugin-0.2.2.curaplugin
There are no big differences regarding features, but some stability fixes inside.
@StS Do you (still) face the issue with 3.3.1? When doing my own tests here with the package above (v0.2.2) I didn't noticed any issues using 3.2.1 and 3.3.1. Or do @tetrahedron and you belong together and the issue has been solved?
Regards and thank you for giving feedback here!
@thopiekar, you are a lifesaver!
@Sts and I are working together. The issue can be considered as solved.
Haha, thanks @tetrahedron
Just let me know if something does not work. If I don't get any feedback from someone, I can still overlook something.
The better the documentation of the symptoms of the bug and the stronger the argumentation why fixing it counts (for all people), the earlier I'll take some time on it.
Again, thank you for your efforts, because it seems you only registered for the forums here to join this thread! ?
3.5 broke my favorite plugin ?
I will have to get back to 3.4
@eried I am having the same issues after installing 3.5. @thopiekar can you help us with this? Thanks in advance!
Sure, I can. Because of my job, I'm in Canada and doing recently many overhours.
By next week I'm back home in Germany where I will have a bit more than a week of leave because of the overhours of the whole trip.
Please keep in mind that this plugin is community supported and free software.
Thanks!
Edited by thopiekar
Recommended Posts
Top Posters In This Topic
27
10
6
3
Popular Days
Oct 10
11
Feb 12
8
Feb 14
5
Feb 13
4
Top Posters In This Topic
thopiekar 27 posts
eried 10 posts
dxp 6 posts
DHQidiTech1 3 posts
Popular Days
Oct 10 2018
11 posts
Feb 12 2018
8 posts
Feb 14 2018
5 posts
Feb 13 2018
4 posts
Popular Posts
dxp
Quite an elaborate error message! So, I deleted the PlugInFolder under MyName\AppData\Roaming\cura\3.2\plugins and installed your Plugin again. No import - file not found. Same error.
dxp
Hello, the plugin is working now, i can import *.ipt-files directly. Yippie! Cheers dxp
tetrahedron
@thopiekar, Seems to be working again with Cura 3.3.1 and plugin 0.15. Using Inventor 2017 R4.3
Posted Images
dxp 23
Hi @thopiekar
well, it was impossible to load a (2017) Inventor file (named 170816P1-Demonstrator Innensechskant.ipt)
"CuraInventorPlugin.CadIntegrationUtils.CommonReader.readOnSingleAppLayer [193]: Temporary file not found after export! (next file format..)"
Tried 2 different files. The Preview worked, but importing failed. Log is attached.
cura.log.um-forum.log
Link to post
Share on other sites