Search found 17 matches

by LLuoss
Wed Dec 04, 2019 2:13 am
Forum: Users Showcase
Topic: Probably the most complex thing I've cut so far
Replies: 17
Views: 7987

Re: Probably the most complex thing I've cut so far

Certainly maxed out the size my MPCNC can cut, I keep postponing that rebuild to make it larger... sheet fixed with the classic masking tape + super glue combo, then the CNC drilled a bunch of strategically placed holes so I could screw it down, paused, moved out of the way, paused again, then proc...
by LLuoss
Mon Nov 18, 2019 6:29 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442087

Re: Curves workbench

Chris_G wrote: Mon Oct 21, 2019 2:29 pm I think you should try to build the fillet detail surface separately from the main surface.
Like in the attached file, for example.
Thanks a lot!Finally,I solved it.Now,I have another question.How do I export a curve into mesh(.obj)?The emphasis is on curves and obj formats!Hope your reply.
by LLuoss
Mon Oct 21, 2019 8:38 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442087

Re: Curves workbench

Strange behaviour: split curve and extend curve move their Z and Y position with this sketch. :? Placement bug again, probably. I'll have a look. I've tried, but my problem still doesn't seem to be solved. I'm using version 0.18 Gordon surface does some curve approximation at the beginning of its p...
by LLuoss
Wed Oct 09, 2019 2:22 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442087

Re: Curves workbench

Strange behaviour: split curve and extend curve move their Z and Y position with this sketch. :? Placement bug again, probably. I'll have a look. I've tried, but my problem still doesn't seem to be solved. I'm using version 0.18 Gordon surface does some curve approximation at the beginning of its p...
by LLuoss
Tue Oct 08, 2019 1:49 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442087

Re: Curves workbench

I have pushed a small change to Gordon surface. It is now possible to change the max number of control points (it was fixed to 80 before) In your case, increasing this value to 300 / 400 will help catching the small detail on one side of the surface. In python script : gordon1 = gordon.InterpolateC...
by LLuoss
Sun Sep 29, 2019 6:53 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442087

Re: Curves workbench

Chris_G wrote: Fri Sep 27, 2019 7:50 am Of course, I did.
Gordon surface tool can fail or produce wrong results in MANY situations.
So I can't help without a test file.
Ok,thanks!I will send you a test file separately. If you are free, please help to find out what the problem is.
by LLuoss
Fri Sep 27, 2019 7:24 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442087

Re: Curves workbench

Chris_G wrote: Thu Sep 26, 2019 5:06 am
LLuoss wrote: Thu Sep 26, 2019 1:34 am Does anybody know these problems?It's very important to me!Thanks.
Something didn't work as good as expected ... that's all I can guess from a screenshot.
Did you have any problems using Gordon surface before?I still can't solve my problems.
by LLuoss
Thu Sep 26, 2019 1:34 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442087

Re: Curves workbench

Hi,glad to see u again!I'm confused how to do these three steps with python code?Do you have any simple code examples for these three steps?Looking forward to your reply!Thanks! Don't use this, it is outdated. Use the Gordon surface. I already answered about the Gordon surface scripting : import go...
by LLuoss
Fri Sep 20, 2019 2:40 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442087

Re: Curves workbench

Hi,glad to see u again!I'm confused how to do these three steps with python code?Do you have any simple code examples for these three steps?Looking forward to your reply!Thanks! Don't use this, it is outdated. Use the Gordon surface. I already answered about the Gordon surface scripting : import go...
by LLuoss
Mon Sep 16, 2019 8:54 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1839
Views: 442087

Re: Curves workbench

...sweeping with 2 rails: Hi, The Sweep On 2 Rails requires 3 steps. Please update the Workbench, since I added a tool yesterday. Step 1 -> create a Birail object out of 2 edges sw2r-1.jpg Step 2 -> select the Birail and the profiles and create the Sweep on 2 rails sw2r-2.jpg Step 3 -> Approximate ...