Search found 15 matches

by timthelion
Thu Jul 27, 2017 12:12 pm
Forum: Install / Compile
Topic: Building and running freecad using subuser and Docker
Replies: 7
Views: 3824

Re: Building and running freecad using subuser and Docker

Hi, two days late and hopefully not a dollar short, I've just uploaded a new version of subuser to github and pypy. I haven't notified package maintainers yet. Can you please test it out and see if the new version works? I also tested your Dockerfile with subuser and it works fine, though takes a lo...
by timthelion
Sun Jul 23, 2017 3:16 pm
Forum: Install / Compile
Topic: Building and running freecad using subuser and Docker
Replies: 7
Views: 3824

Re: Building and running freecad using subuser and Docker

Thank you for the reply. That is a bug in subuser. I will look into it on Tuesday.
by timthelion
Sat Jul 22, 2017 7:22 am
Forum: Install / Compile
Topic: Building and running freecad using subuser and Docker
Replies: 7
Views: 3824

Re: Building and running freecad using subuser and Docker

Hi,

I haven't built freecad with subuser in a while and it is very likely that some of the dependencies have changed, and the Dockerfile needs to be updated. What kind of error are you getting?
by timthelion
Wed Aug 03, 2016 4:08 pm
Forum: Archived Pull Requests
Topic: Add subuser dev image: RFC
Replies: 3
Views: 1059

Re: Add subuser dev image: RFC

Yes, I did. Thanks for pointing that out.
by timthelion
Wed Aug 03, 2016 2:54 pm
Forum: Archived Pull Requests
Topic: Add subuser dev image: RFC
Replies: 3
Views: 1059

Add subuser dev image: RFC

Hi, I I posted about this in the Install/Compile forum but didn't get any feeback. I've created a project called subuser that lets you run GUI applications inside a Docker container. My hope was that this would help projects like freecad, which have a lot of dependencies and are hard to build. I won...
by timthelion
Thu Jun 30, 2016 2:05 pm
Forum: Install / Compile
Topic: FreeCAD crashes when opening or creating new file
Replies: 2
Views: 2748

Re: FreeCAD crashes when opening or creating new file

If you launch it from the terminal, is there any output when it crashes?
by timthelion
Thu Jun 30, 2016 1:24 pm
Forum: Install / Compile
Topic: Building and running freecad using subuser and Docker
Replies: 7
Views: 3824

Building and running freecad using subuser and Docker

Hey! I've been working on a project called subuser for a long while now (couple of years). One of the main goals of subuser, is to make building and running freecad easier and more reliable. In order to do this, subuser allows you to build and run freecad inside a Docker container. I've created a vi...
by timthelion
Sat Dec 12, 2015 9:27 am
Forum: Archived Pull Requests
Topic: [pull request] simple grammar/spelling edits
Replies: 1
Views: 663

[pull request] simple grammar/spelling edits

Hello, I created a quick pull request to fix some typo's and grammar errors in comments in Application.cpp. https://github.com/FreeCAD/FreeCAD/pull/69 I noticed that there is a lot of code duplication in that file(I think for portability purposes). Is that on purpose? Or should that be refactored out?
by timthelion
Thu Jun 18, 2015 1:53 pm
Forum: Developers corner
Topic: Wireforming workbench
Replies: 3
Views: 1597

Re: Wireforming workbench

You are right, that I should be able to use the extrude function form sheet metal verbatim. They also have a bend function that could be coaxed into working as a wireforming bend function. There is no turn function there. The UI is also rather different. I would like to have a table style UI for wir...
by timthelion
Tue Jun 16, 2015 10:56 pm
Forum: Developers corner
Topic: Wireforming workbench
Replies: 3
Views: 1597

Wireforming workbench

Hello all, I am in need of an easy to work with wire forming workbench. I have come up with a design for one here: http://timothy.hobbs.cz/wireforming-workbench/index.html . I'm interested to hear feedback. I don't know when exactly I will write the code for this, or IF I will write the code for thi...