Search found 101 matches

by miniellipse
Tue Apr 04, 2023 3:37 am
Forum: Open discussion
Topic: [Please Vote] FPA Logo
Replies: 77
Views: 11672

Re: [Please Vote] FPA Logo

A
by miniellipse
Tue Mar 29, 2022 4:13 am
Forum: Help on using FreeCAD
Topic: Curves workbench
Replies: 1824
Views: 426235

Re: Curves workbench

Hmm...loaded an offending file, ran the code, closed/opened file: Edit: it appears to work on some files. 14:19:23 Traceback (most recent call last): File "/home/mac/.local/share/FreeCAD/Mod/CurvedShapes/CurvedArray.py", line 196, in onChanged self.execute(fp) File "/home/mac/.local/...
by miniellipse
Tue Mar 29, 2022 3:32 am
Forum: Open discussion
Topic: Curved Shapes Workbench
Replies: 149
Views: 58001

Re: Curved Shapes Workbench

Could be like this or something looks like. :) Ha ha.. I thought by now, you would have finished this plane. I am trying to learn somethings but I upgraded my home computer to OSX Monterey and now I have issues with the Curves WB. I got these same errors when I opened your new Sirius_2009-Wing_vb f...
by miniellipse
Sat Mar 26, 2022 5:37 pm
Forum: Open discussion
Topic: Curved Shapes Workbench
Replies: 149
Views: 58001

Re: Curved Shapes Workbench python errors

I updated fcad on my mac and when I load an example file from the forum, I get this errors in report view: 10:18:40 Traceback (most recent call last): File "/Users/ADMacMini/Library/Preferences/FreeCAD/Mod/CurvedShapes/CurvedArray.py", line 196, in onChanged self.execute(fp) File "/Us...
by miniellipse
Tue Mar 22, 2022 8:46 pm
Forum: Help on using FreeCAD
Topic: [solved] Draft WB Wire to BSpline causes TypeError _removeSwitch()
Replies: 2
Views: 562

[solved] Re: Draft WB Wire to BSpline causes TypeError _removeSwitch()

Sorry to bother you all. But I solved with a clean re-install of 19.4
by miniellipse
Tue Mar 22, 2022 8:26 pm
Forum: Help on using FreeCAD
Topic: [solved] Draft WB Wire to BSpline causes TypeError _removeSwitch()
Replies: 2
Views: 562

[solved] Draft WB Wire to BSpline causes TypeError _removeSwitch()

I am trying to do a simple step that causes an error in FCAD v 0.19.24267 but no error when I try in Fcad v 0.18 . FCad v0.19 file attached. The error is caused when I try to convert a Wire into a BSpline in DRAFT Wb. Error in Report View: 13:24:47 Running the Python command 'Draft_WireToBSpline' fa...
by miniellipse
Wed Mar 16, 2022 4:26 pm
Forum: Help on using FreeCAD
Topic: Aerofoil advice please - Points and Splines
Replies: 17
Views: 5200

Re: Aerofoil advice please - Points and Splines

Looking forward to your improvements. In the above example, "Sirius", how would one implement a different airfoil for the tip? Thanks for your Airplane WB. :)
by miniellipse
Fri Sep 24, 2021 4:25 am
Forum: Tutorials and videos
Topic: Learn Python (Beginners Guide) MangoJelly Solutions and YORIK. + german tutorial + Qt
Replies: 7
Views: 9723

Re: Learn Python (Beginners Guide) MangoJelly Solutions

I second this. Those tutorials are some of the best and he keeps on making more.
by miniellipse
Wed Jul 14, 2021 7:33 am
Forum: Help on using FreeCAD
Topic: [Solved] How to draw a photomask with FreeCAD
Replies: 17
Views: 3239

Re: How to draw a photomask with FreeCAD

You might also want to try Openscad. It allows 2d shapes to be drawn programmatically and then has a dxf export. Most photomask manufacturers will be very sensitive to how the dxf lines are formed to create enclosed polygons. Problems may arise if you have a donut like shape.