Search found 381 matches

by fosselius
Wed Jul 01, 2020 12:17 pm
Forum: Path/CAM
Topic: Some question about Robot Workbench
Replies: 12
Views: 2611

Re: Some question about Robot Workbench

I have started to get more time for my robot hobby and might go for a PhD biped locomotion any decade now ;) so i am currently reverse engineering the STL files into freecad project files in this project: https://github.com/open-dynamic-robot-initiative/open_robot_actuator_hardware i will then proce...
by fosselius
Wed Jul 01, 2020 12:08 pm
Forum: Help on using FreeCAD
Topic: [Fixed] Issue 4043: Shape.exportStl locks FreeCAD
Replies: 11
Views: 2663

Re: Issue 4043: Shape.exportStl locks FreeCAD

ah, sorry have been busy. have not built freecad for several months! are growing lazy and using the app-images.

i can try to repeat the tests once i get my env up and running again, have reinstalled my computer..
by fosselius
Wed Jul 01, 2020 12:04 pm
Forum: Developers corner
Topic: Helping to review pull requests
Replies: 69
Views: 208332

Re: Helping to review pull requests

add me, maidenone on github
by fosselius
Fri Feb 07, 2020 7:10 am
Forum: Developers corner
Topic: testing modifications of Asm3
Replies: 9
Views: 1973

Re: testing modifications of Asm3

i contacted the solvespace author regarding special licence for freecad but he did not want to. i think its mentioned somewhere in the first 50 pages of the asm3 thread :p

also asm3 is not supposed to be solver dependant.there was some python solver alternative? atleast in the beginning.
by fosselius
Sat Dec 21, 2019 8:13 am
Forum: Assembly
Topic: Current Assembly Status
Replies: 58
Views: 119965

Re: Current Assembly Status

thanks. updated post
by fosselius
Fri Nov 29, 2019 6:09 pm
Forum: Assembly
Topic: Reimplementing constraint solver
Replies: 423
Views: 115499

Re: Reimplementing constraint solver [BFGS solver is up!]

benchmark time?
by fosselius
Sun Sep 29, 2019 6:54 am
Forum: Developers corner
Topic: Fooling around with FreeCAD Source and OCC
Replies: 8
Views: 1967

Re: Fooling around with FreeCAD Source and OCC

haha, Typically me, starting a project then changing focus within 10 minutes only to forget what i was doing a week later..
by fosselius
Mon Sep 09, 2019 5:32 am
Forum: Developers corner
Topic: Proposed Changes/Updates to Console
Replies: 16
Views: 2376

Re: Proposed Changes/Updates to Console

Great write up! The idea is that, as much as possible, a developer should attempt to only define a single class in a given header file. In my personal experience, I have not found the need to deviate from this rule of thumb. In fact, whenever I have found myself tempted to define a second class in t...
by fosselius
Sun Sep 08, 2019 7:48 pm
Forum: Developers corner
Topic: Discussion: using FreeCAD or App namespaces, which is prefered
Replies: 23
Views: 3377

Re: Discussion: using FreeCAD or App namespaces, which is prefered

ezzieyguywuf wrote: Sat Sep 07, 2019 1:34 pm is that assumption a good one? Or is this particular test poorly written, and needs to import FreeCAD itself?
No, Yes ^_^