Search found 155 matches

by cblt2l
Thu Apr 24, 2014 3:10 am
Forum: Python scripting and macros
Topic: CuraEngine Plugin
Replies: 111
Views: 60005

Re: CuraEngine Plugin

I got tired of making tgz archives and made a github repo for it.
https://github.com/cblt2l/FreeCAD-CuraEngine-Plugin
by cblt2l
Thu Apr 24, 2014 12:02 am
Forum: Python scripting and macros
Topic: CuraEngine Plugin
Replies: 111
Views: 60005

Re: CuraEngine Plugin

Mark, I found an issue with the minimalLayerTime value not being set correctly. After fixing that the printSpeed setting seems to work ok with Curaengine 13 & 14. The attachment in the first post is updated with the fix. It does look like some new settings were added in 14, but I probably won't ...
by cblt2l
Wed Apr 23, 2014 11:25 pm
Forum: Install / Compile
Topic: Debian Wheezy package built from git
Replies: 44
Views: 29357

Re: Debian Wheezy package built from git

Nate, No problems here. Keep in mind that the link from my first post works only when set up as an apt repository i.e. you have to add the line to your sources.list file. If you are trying to follow the link and download the packages manually then you will get a 404. Alternately, (hopefully this is ...
by cblt2l
Tue Apr 22, 2014 4:32 pm
Forum: Python scripting and macros
Topic: CuraEngine Plugin
Replies: 111
Views: 60005

Re: CuraEngine Plugin

Sorry about the wait Mark, I'll take a look when I get home. Can you post the log file? Its generated in the same directory as the part file.
by cblt2l
Sat Apr 05, 2014 5:44 pm
Forum: Python scripting and macros
Topic: Rotation of a part using two vectors
Replies: 7
Views: 5471

Re: Rotation of a part using two vectors

Ok, I changed it to Placement.multiply and everything worked fine in the test macro. I then changed my original macro that I described in the first post and tested it but noticed that there are a few instances where the rotation is off by 180 or 90 degrees. Here is the final macro: import FreeCAD, F...
by cblt2l
Thu Apr 03, 2014 9:48 pm
Forum: Python scripting and macros
Topic: Rotation of a part using two vectors
Replies: 7
Views: 5471

Re: Rotation of a part using two vectors

Thanks for the help ickby (and thanks for not suggesting quaternions :lol:) One problem with your method though is when I change the macro per your suggestion I get: Traceback (most recent call last): File "/home/user/Programs/python/FreeCAD_Macros/testlog.py", line 25, in <module> pla1 = ...
by cblt2l
Thu Apr 03, 2014 2:01 am
Forum: Python scripting and macros
Topic: Rotation of a part using two vectors
Replies: 7
Views: 5471

Rotation of a part using two vectors

I'm working on a macro that does the following: 1. User selects face of part 2. User runs macro 3. Part is rotated so that the selected face is coincident to the XY plane. The normal vector for the face should be (0,0,-1) so that the Z vertices of the part are all >= 0. The method I tried is to crea...
by cblt2l
Mon Mar 24, 2014 9:13 pm
Forum: Help on using FreeCAD
Topic: On The Subject of Mesh Design Workbench
Replies: 20
Views: 3613

Re: On The Subject of Mesh Design Workbench

In file included from Partition_Inter3d.cxx:34:0: Partition_Inter2d.hxx:31:37: fatal error: Handle_BRepAlgo_AsDes.hxx: No such file or directory #include <Handle_BRepAlgo_AsDes.hxx> ^ compilation terminated. make[3]: *** [Partition_Inter3d.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... In...
by cblt2l
Mon Mar 24, 2014 5:08 pm
Forum: Help on using FreeCAD
Topic: On The Subject of Mesh Design Workbench
Replies: 20
Views: 3613

Re: On The Subject of Mesh Design Workbench

If you downloaded the entire debian source package (you should have a debian directory in the root of the source) then from the root of the source directory run:

Code: Select all

dpkg-buildpackage -us -uc
It will check all of the dependencies and then build the package.
by cblt2l
Mon Mar 24, 2014 4:25 pm
Forum: Help on using FreeCAD
Topic: On The Subject of Mesh Design Workbench
Replies: 20
Views: 3613

Re: On The Subject of Mesh Design Workbench

Mark,

On Wheezy I have no problems building the netgen 4.9 package from Debian Sid against oce 15 from experimental. Maybe try grabbing the source package here and giving it a try.