Search found 73 matches

by leonardshelby
Fri Mar 01, 2019 6:23 pm
Forum: Install / Compile
Topic: 0.17 & Mac Mojave total crash
Replies: 54
Views: 10841

Re: 0.17 & Mac Mojave total crash

Here's how you can get a conda build on your mac: Here is a short instruction how to install a python3 version of freecad with conda: (by now only a linux version is available, maybe someone want to make a conda paykage of freecad for windows and mac) INSTALL MINICONDA: first get miniconda: http://c...
by leonardshelby
Mon Feb 25, 2019 4:07 pm
Forum: Install / Compile
Topic: 0.17 & Mac Mojave total crash
Replies: 54
Views: 10841

Re: 0.17 & Mac Mojave total crash

Edit->Alignment works fine here, using the latest conda build. OS: macOS 10.14 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18.15972 (Git) Build type: Release Branch: master Hash: 4e973324ae03c6db9188c08483232fa059c1c9ae Python version: 3.6.7 Qt version: 5.6.2 Coin version: 4.0.0a...
by leonardshelby
Thu Jan 31, 2019 9:10 pm
Forum: Install / Compile
Topic: FreeCAD on macOS Mojave
Replies: 34
Views: 16462

Re: FreeCAD on macOS Mojave

If that's possible, they probably should be code signed. I wouldn't be surprised if Apple soon won't allow any unsigned apps at all. I believe the default setting on Mojave is already even stricter: App Store only.

I have tried to disable "gatekeeper", but it does not fix the freezes.
by leonardshelby
Wed Jan 30, 2019 1:12 pm
Forum: Install / Compile
Topic: Freecad 0.18 Mac OS daily release
Replies: 36
Views: 7249

Re: Freecad 0.18 Mac OS daily release

I guess only @peterl94 is able to do this currently. If someone can create the .dmg and post it anywhere I can upload it to the repo. The problem is only Peter has developed the secret sauce to create the .dmg from the miniconda build. I just came across this site: https://wiki.octave.org/Create_a_...
by leonardshelby
Mon Jan 07, 2019 9:00 pm
Forum: Install / Compile
Topic: Py3 Mac app for testing
Replies: 19
Views: 5161

Re: Py3 Mac app for testing

Nice to see you guys working on new builds for mac :)

I'm afraid the freezes on macos 10.14.x are still here when launched from finder. It is not a big issue as there are workarounds, I just wanted to leave the feedback.
by leonardshelby
Wed Dec 12, 2018 10:16 pm
Forum: Path/CAM
Topic: Poor man's (single width) slotting
Replies: 10
Views: 2891

Re: Poor man's (single width) slotting

My sketches were inside the body :? Works, thanks!
by leonardshelby
Wed Dec 12, 2018 11:44 am
Forum: Path/CAM
Topic: Poor man's (single width) slotting
Replies: 10
Views: 2891

Re: Poor man's (single width) slotting

@mlampert: How did you get your sketch to show up as 2d feature when creating a new path job? It works fine on your sample file here, but on my own files it only shows solids to select. My Version Info: OS: macOS 10.14 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18.15363 (Git) Bu...
by leonardshelby
Mon Dec 10, 2018 3:07 pm
Forum: Path/CAM
Topic: Creating Lasercutting Paths
Replies: 11
Views: 5161

Re: Creating Lasercutting Paths

After the first few days working with paths, I am running into the same issue as I do with part design: the name of the edges that I select for engraving change, even when I am not deleting the 'source'-lines when working in sketcher. So it breaks the paths, just like references to ext. geometry in ...
by leonardshelby
Fri Dec 07, 2018 11:00 pm
Forum: Path/CAM
Topic: Creating Lasercutting Paths
Replies: 11
Views: 5161

Re: Creating Lasercutting Paths

It works pretty straight forward already using engrave and a few workarounds. A "laser/plasma" option in the tool type dropdown with other options (xy movements only, optional z axis for focal length/rotary axis) could make sense. That said, those Z movements and some other gcode are ignor...
by leonardshelby
Wed Dec 05, 2018 9:11 pm
Forum: Path/CAM
Topic: Creating Lasercutting Paths
Replies: 11
Views: 5161

Re: Creating Lasercutting Paths

Yes, that example also uses engrave. Just with a seperate sketch for the lines. In my case it is probably easier to create slots/holes in the part with the edge I want to cut in mind. I'll have to get comfortable with the path module and see. Thanks for the link!