Search found 261 matches

by Konstantin
Tue Aug 29, 2017 6:47 am
Forum: Install / Compile
Topic: Today's updates broke compillation
Replies: 7
Views: 1471

Re: Today's updates broke compillation

As a generic troubleshooting step, can you try a clean build (assuming it wasn't already)? I haven't noticed anything obviously related to the mentioned commits yet. Yes, it was a clean build. I deleted everything and run my script with cmake and make commands. And strange thing is that it stops in...
by Konstantin
Mon Aug 28, 2017 9:17 pm
Forum: Install / Compile
Topic: Today's updates broke compillation
Replies: 7
Views: 1471

Re: Today's updates broke compillation

peterl94 wrote: Mon Aug 28, 2017 9:00 pm I don't see the error? Your build log only shows up to 54%.
Hm. I made this

Code: Select all

make > buildlog.txt
But it looks like builting log went to the file, and errors stayed in Konsole.

Ok, here is another file.
by Konstantin
Mon Aug 28, 2017 8:48 pm
Forum: Install / Compile
Topic: Today's updates broke compillation
Replies: 7
Views: 1471

Today's updates broke compillation

This morning I pulled and compiled FreeCAD successfully. Pulled in the evening again and now I can't compile it.

By that time 951, 953 and 955 was merged. So it must be something of it.

I compile FreeCAD with Pyside2 and Qt5.

Buildlog attached
by Konstantin
Mon Aug 28, 2017 7:10 am
Forum: Path/CAM
Topic: Path Operations refactor branch.
Replies: 44
Views: 9418

Re: Path Operations refactor branch.

mlampert wrote: Mon Aug 28, 2017 6:42 am
Konstantin wrote: Mon Aug 28, 2017 6:21 am [Edited] It seems that I have again that problem, when I pull from git, but somehow old version remains.
The PR hasn't been merged yet.
Oooops :lol: It's me. :oops:
by Konstantin
Mon Aug 28, 2017 6:21 am
Forum: Path/CAM
Topic: Path Operations refactor branch.
Replies: 44
Views: 9418

Re: Path Operations refactor branch.

[Edited] It seems that I have again that problem, when I pull from git, but somehow old version remains.
by Konstantin
Sun Aug 27, 2017 12:53 pm
Forum: Path/CAM
Topic: Copy Holding Tags to another profile?
Replies: 7
Views: 1504

Re: Copy Holding Tags to another profile?

mlampert wrote: Sat Aug 26, 2017 10:17 pm Capture.PNG
?
by Konstantin
Sat Aug 26, 2017 8:06 pm
Forum: Path/CAM
Topic: Copy Holding Tags to another profile?
Replies: 7
Views: 1504

Re: Copy Holding Tags to another profile?

Wouldn't it be better to make holding tags a separate object and use it everywhere you need? Or even add ability to use user defined object as holding tag?
by Konstantin
Fri Aug 25, 2017 7:58 am
Forum: Path/CAM
Topic: Path Operations refactor branch.
Replies: 44
Views: 9418

Re: Path Operations refactor branch.

The base geometry for drilling and helix are the actual holes. So when you add the top face as a base geometry the algorithm can't figure out how to drill that one. If you don't use "Reset" (which will try and find all drillable features in Base) you can select cylinder faces or circular ...
by Konstantin
Thu Aug 24, 2017 2:27 pm
Forum: Path/CAM
Topic: Path Operations refactor branch.
Replies: 44
Views: 9418

Re: Path Operations refactor branch.

Hm. opened drilling operation again, removed this top face from BaseGeometry list, then all holes appeared.

And a question, what Base location does at all? Tried to input there something,butcouldn't understand. And I can't close drilling operation after that :)
by Konstantin
Thu Aug 24, 2017 2:12 pm
Forum: Path/CAM
Topic: Path Operations refactor branch.
Replies: 44
Views: 9418

Re: Path Operations refactor branch.

Second problem. Now It doesnt' produce path for drilling. Extruded sketch with holes, added Job, Tool, selected top face, Drilling, but pressing Ok does nothing. in output I see Drilling Select Mode PathCircularHoleBase(224).setDepths(Drilling, 10.0, 10.0, BoundBox (2.59374, 2.84076, 0, 89.2986, 68....