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 add ...
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 ...
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...
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 = obj.Placem...
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...
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...
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:
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.