Search found 34 matches

by _AndreaS_
Fri Jun 03, 2022 5:49 pm
Forum: Install / Compile
Topic: [Solved] Snap package: POV-ray executable not found
Replies: 12
Views: 3070

Re: [Solved] Snap package: POV-ray executable not found

Wait!
It actually updated by itself! Perhaps there is an automatic refreshing of the snap packages... sorry but I didn't know!
by _AndreaS_
Fri Jun 03, 2022 5:47 pm
Forum: Install / Compile
Topic: [Solved] Snap package: POV-ray executable not found
Replies: 12
Views: 3070

Re: [Solved] Snap package: POV-ray executable not found

ppd wrote: Fri Jun 03, 2022 5:46 pm It's been online for quite some time now. Try running sudo snap refresh freecad in a terminal.
It's what I've just done:

Code: Select all

$ sudo snap refresh freecad 
snap "freecad" has no updates available
by _AndreaS_
Fri Jun 03, 2022 5:39 pm
Forum: Install / Compile
Topic: [Solved] Snap package: POV-ray executable not found
Replies: 12
Views: 3070

Re: [Solved] Snap package: POV-ray executable not found

@_AndreaS_ You do have /etc/povray on the host/your system, correct? Seems like we'd need a bind mount in this case. I forgot that /etc is mounted from the host. Will push a fix later. Edit : https://github.com/FreeCAD/FreeCAD-snap/commit/794db2d4ef221d0d55db630ac446b69393283dfc https://github.com/...
by _AndreaS_
Fri Jun 03, 2022 3:56 am
Forum: Install / Compile
Topic: [Solved] Snap package: POV-ray executable not found
Replies: 12
Views: 3070

Re: POV-ray executable not found

Release ETA 2 hours: https://github.com/FreeCAD/FreeCAD-snap/actions/runs/2357234554 After refreshing snap package to: snap-id: 6gjU50q0lEDaMTtSUxYoVDSmjR5fERpB tracking: latest/edge refresh-date: today at 05:49 CEST channels: latest/stable: 0.19.4 2022-05-18 (29) 504MB - latest/candidate: 0.20beta...
by _AndreaS_
Thu Jun 02, 2022 3:42 pm
Forum: Help on using FreeCAD
Topic: Sketcher: place a point on the intersection of two edges
Replies: 9
Views: 1666

Re: Sketcher: place a point on the intersection of two edges

You did not mention circles before. But even then it works AFAICT. And I have corrected my previous post: both constraints can be applied in a single step. I didn't mention because my question was in general on any edge. Anyway I see in your file it works as expected. But not in mine. So I'm lookin...
by _AndreaS_
Thu Jun 02, 2022 3:36 pm
Forum: Help on using FreeCAD
Topic: Sketcher: place a point on the intersection of two edges
Replies: 9
Views: 1666

Re: Sketcher: place a point on the intersection of two edges

papyblaise wrote: Thu Jun 02, 2022 3:13 pm do not ask a thousand topics on the same subject, say on one only what you want
I didn't. I asked only TWO questions, and they are related to different things. They are not the same subject.
by _AndreaS_
Thu Jun 02, 2022 3:16 pm
Forum: Help on using FreeCAD
Topic: Sketcher: place a point on the intersection of two edges
Replies: 9
Views: 1666

Re: Sketcher: place a point on the intersection of two edges

You need to apply separate constraints for each line. Ok, first I applied a constraint between the point and the construction line: Screenshot from 2022-06-02 17-13-54.png Then, I selected again the point and the circle, adding another point-to-object constraint: Screenshot from 2022-06-02 17-15-04...
by _AndreaS_
Thu Jun 02, 2022 3:12 pm
Forum: Help on using FreeCAD
Topic: Split circle using construction line
Replies: 2
Views: 510

Split circle using construction line

Here my current sketch: Screenshot from 2022-06-02 17-09-37.png I want to split the circle using the outer construction lines: Screenshot from 2022-06-02 17-10-18.png I'm not able to do this. I looked at the available tools but I cannot understand which one I have to use. OS: Ubuntu Core 20 (ubuntu:...
by _AndreaS_
Thu Jun 02, 2022 3:07 pm
Forum: Help on using FreeCAD
Topic: Sketcher: place a point on the intersection of two edges
Replies: 9
Views: 1666

Sketcher: place a point on the intersection of two edges

Please, look at this picture: Screenshot from 2022-06-02 17-02-21.png I want to place the point on the intersection of the two edges (one geometry and one construction). I tried to select both edges and the point, applying the point-to-object constraint, but it doesn't work: Screenshot from 2022-06-...
by _AndreaS_
Fri May 20, 2022 7:33 am
Forum: Install / Compile
Topic: [Solved] Snap package: POV-ray executable not found
Replies: 12
Views: 3070

Re: POV-ray executable not found

Thanks! Yes it's a snap installation. I received the suggestion to use it instead of the standard apt packages.
I'll try to update later today and I'll report back the results.