Search found 35 matches

by mumme
Fri Jun 26, 2015 8:52 pm
Forum: Path/CAM
Topic: [Path] Compound objects copys its childs paths?
Replies: 21
Views: 5434

Re: [Path] Compound objects copys its childs paths?

Thanks for the info. Ok I think I can understand the purpose of a Compound object (which also PathProject inherits from) What I don't understand is why all childs toolpaths is copied and stored internally in the Compound object. So the G-code gets stored twice and whats worse because of this you can...
by mumme
Fri Jun 26, 2015 3:07 pm
Forum: Path/CAM
Topic: [Path] Compound objects copys its childs paths?
Replies: 21
Views: 5434

[Path] Compound objects copys its childs paths?

I am trying to implement hide and show in the ViewProvider for Path, but childs Commands is copied into Compound objects paths

To be able to hide a path I must select project as invisible too for it to work.

Anybody know why this is so?

Thanks
Fredrik
by mumme
Mon Jun 22, 2015 12:03 pm
Forum: Install / Compile
Topic: Clang compile
Replies: 22
Views: 10065

Re: Clang compile

peterl94 wrote:Why don't you go ahead and make a request over in the pull request form for this to be merged.
Ok, done: viewtopic.php?f=17&t=11479#p92363
by mumme
Mon Jun 22, 2015 10:29 am
Forum: Archived Pull Requests
Topic: [Pull Reqest] Optionally use external KDL lib
Replies: 1
Views: 864

[Pull Reqest] Optionally use external KDL lib

The following changes since commit 8c282eb08437229f29d10d3cf3d18912399c6e10: Add ability to have external orocos-kdl library instead of the supplied in FreeCAD, used in Robot and Path workbenches (2015-06-22 00:33:53 +0200) are available in the git repository at: git@github.com:mumme74/FreeCAD.git e...
by mumme
Mon Jun 22, 2015 12:19 am
Forum: Install / Compile
Topic: Clang compile
Replies: 22
Views: 10065

Re: Clang compile

First excuse my bad english... I have lurking around freecad for a while and now I finally got around to try to compile path-module on OS X. Hi! Im' still trying to compile freecad but now i'm stuck in another part of code! I was also stumbling on this error using clang: Apple LLVM version 6.1.0 I'm...