Search found 29 matches

by dre99gsx
Wed Oct 30, 2013 3:50 pm
Forum: Assembly
Topic: Test request
Replies: 78
Views: 33479

Re: Test request

Hmm. I got 43>AssemblyGui - 8 error(s), 60 warning(s) Strange as I've been able to build other versions just fine. This may be why I was missing files in the Mod/Assembly folder... Here is one of them: C:\Program Files\Git\bin\FreeCAD_constraint-assembly\Build\src\Mod\Assembly\Gui\ui_TaskAssemblyCon...
by dre99gsx
Tue Oct 29, 2013 6:02 pm
Forum: Assembly
Topic: Test request
Replies: 78
Views: 33479

Re: Test request

It's working, and it's not. As soon as I try to apply a constraint, I get: Traceback (most recent call last): File "<string>", line 1, in <module> <type 'exceptions.Exception'>: No document object found of type 'Assembly::ConstraintAlignment' Stack Trace: Traceback (most recent call last):...
by dre99gsx
Tue Oct 29, 2013 5:06 pm
Forum: Assembly
Topic: Test request
Replies: 78
Views: 33479

Re: Test request

Got it. Thanks!
by dre99gsx
Tue Oct 29, 2013 3:46 pm
Forum: Assembly
Topic: Test request
Replies: 78
Views: 33479

Re: Test request

Bummer, I get a 443 error possibly due to my corporate network limitations. I downloaded the .zip version instead. How do I get git to recognize this as a repository so that it can list all branches? Sorry for these newbie questions here. *EDIT: I ran: git clone "unzipped directory" new fo...
by dre99gsx
Tue Oct 29, 2013 2:54 pm
Forum: Assembly
Topic: Test request
Replies: 78
Views: 33479

Re: Test request

I can help. I'm attempting to assemble a fixture with multiple bodies anyway. I'm used to following the instructions here: http://freecad-tutorial.blogspot.com/ What would I do differently to check out your version? git clone git://git.code.sf.net/p/free-cad/code free-cad-code <- I would clone this ...
by dre99gsx
Thu Oct 24, 2013 8:32 pm
Forum: Help on using FreeCAD
Topic: Need to cut USB cable (IGES) in half
Replies: 12
Views: 3613

Re: Need to cut USB cable (IGES) in half

Ok. I mispoke. You are correct as it loads multiple solids, not multiple faces. Some STEP files I import will contain multiples, others are one single solid. - I tried UNION, and then sketched one face and pocketed the one side of the cable down to half of the cable length. That works. - I also subt...
by dre99gsx
Wed Oct 23, 2013 8:31 pm
Forum: Help on using FreeCAD
Topic: Need to cut USB cable (IGES) in half
Replies: 12
Views: 3613

Re: Need to cut USB cable (IGES) in half

I thought I attached it. Let's try again. Looks like I cannot attach the file, even after multiple attempts to upload. Regardless, you can find the STEP version here: http://www.l-com.com/Redirect.aspx?file=%7e%2fmultimedia%2fCAD_MODELS%2fCSMUAMB5.step Now, I do have the step version, but when impor...
by dre99gsx
Wed Oct 23, 2013 3:23 pm
Forum: Help on using FreeCAD
Topic: Need to cut USB cable (IGES) in half
Replies: 12
Views: 3613

Need to cut USB cable (IGES) in half

I have an IGES file of a USB cable. I would like to remove one end of it. I have been unsuccessful. Here is what I tried: 1. Select a face which seemed to be planar, create a sketch to pocket (remove) a portion of the cable. Freecad complains face is not planar (not sure how it distinguishes this as...
by dre99gsx
Mon Oct 21, 2013 7:46 pm
Forum: Assembly
Topic: New dialogs for assembly constraints
Replies: 2
Views: 1864

Re: New dialogs for assembly constraints

I've been trying to assemble a few dozen parts with little luck using the latest git version. I can offer some feedback once you get another unofficial release for testing.
by dre99gsx
Thu Oct 17, 2013 11:29 pm
Forum: Help on using FreeCAD
Topic: Fillet on padded sketch in a group falls outside a group
Replies: 1
Views: 469

Fillet on padded sketch in a group falls outside a group

Not sure if I'm using "Group" correctly, but I thought I could start a sketch in a group, and pad it. If I then go to fillet that pad, the Fillet action is added to the tree but outside of the Group folder I created, not inside. Shouldn't it be placed inside the group folder instead? Also,...