Search found 88 matches

by berka
Tue Jan 10, 2023 10:18 pm
Forum: Help on using FreeCAD
Topic: Incorrect error thrown on some PartDesign Pad taper
Replies: 8
Views: 677

Re: Incorrect error thrown on some PartDesign Pad taper

Yes, I was able to fix the constraints too (by different approaches.) But it still seems cumbersome to do this in multiple places in my more complicated design. Anyway, thanks much for inspiring that idea.

I've opened the bug report:
https://github.com/FreeCAD/FreeCAD/issues/8160
by berka
Tue Jan 10, 2023 9:54 pm
Forum: Help on using FreeCAD
Topic: Incorrect error thrown on some PartDesign Pad taper
Replies: 8
Views: 677

Re: Incorrect error thrown on some PartDesign Pad taper

This gives me a workaround idea. I can see if it’s any better if I split the circle into two arcs. That actually worked when split to two arcs. It's a "partially redundant sketch" now, and it was way harder than I expected to make the solver do this. I don't think I'll implement this work...
by berka
Tue Jan 10, 2023 9:38 pm
Forum: Help on using FreeCAD
Topic: Incorrect error thrown on some PartDesign Pad taper
Replies: 8
Views: 677

Re: Incorrect error thrown on some PartDesign Pad taper

It doesn't depend on being a twoLength, or on the negative extrusion angle or the extrusion length, but fails if the radius is less than 1.0 mm. If I create the circle in the sketcher using an ellipse with almost equal major and minor radii it works! Setting the major and minor radii equal causes a...
by berka
Tue Jan 10, 2023 1:44 pm
Forum: Help on using FreeCAD
Topic: Incorrect error thrown on some PartDesign Pad taper
Replies: 8
Views: 677

Incorrect error thrown on some PartDesign Pad taper

I'm pretty sure I've hit a bug that's been bugging me for a few weeks. I use PartDesign Pads and Pockets with taper angles for injection moldability. So taper angles are small (~5deg). I've had annoying failures when using taper angles. I think it's specific to circles/arcs. The error is: Extrusion:...
by berka
Sat Dec 31, 2022 6:21 pm
Forum: Developers corner
Topic: [done] FreeCAD 0.20.2 release by the end of November
Replies: 39
Views: 7150

Re: [done] FreeCAD 0.20.2 release by the end of November

The links from the web site don't point to this version yet. I stumbled on this thread while trying to figure out readiness of v1.0.
by berka
Sun Dec 11, 2022 2:25 pm
Forum: Help on using FreeCAD
Topic: Low-resolution or scaled 3D viewport on second monitor (MacOS)
Replies: 2
Views: 336

Re: Low-resolution or scaled 3D viewport on second monitor (MacOS)

I suspect you will find that the external display is not being driven as a 3480 x 2160 display, but rather a 1740 x 1080 or some other numbers. Gene Hi Gene, Thank you for that. I will investigate some more. I now see the resolution of the overall window has changed! I was fooled by Mac Preview sho...
by berka
Sat Dec 10, 2022 5:15 pm
Forum: Help on using FreeCAD
Topic: Low-resolution or scaled 3D viewport on second monitor (MacOS)
Replies: 2
Views: 336

Low-resolution or scaled 3D viewport on second monitor (MacOS)

I'm sure this has been discussed, but I had no luck in search here, bugs, or Google; sorry. I'm getting my 3D viewport looking low-resolution (most likely scaled) when I move my FreeCAD window from my built-in display to the external display. The same window on built-in and external display screensh...
by berka
Sat Feb 12, 2022 3:19 am
Forum: Help on using FreeCAD
Topic: Bad pole on BezierSegment/SVG export problem
Replies: 16
Views: 2090

Re: Bad pole on BezierSegment/SVG export problem

Still works on Firefox and Chrome. I can't test on Safari. Master was updated with the fix about a week ago. Any idea when your version was built? For me, identical error message on Chrome for me as Safari. Clearly, there is some common code between the two browsers. This is the weekly development ...
by berka
Fri Feb 11, 2022 6:27 pm
Forum: Help on using FreeCAD
Topic: Bad pole on BezierSegment/SVG export problem
Replies: 16
Views: 2090

Re: Bad pole on BezierSegment/SVG export problem

I don't see a visible template there in your output. My issue is template-specific: A3_Landscape_ISO7200_Pep.svg I get this on Safari: This page contains the following errors: error on line 18 at column 487: Namespace prefix sodipodi on namedview is not defined error on line 91 at column 72: Namespa...
by berka
Fri Feb 11, 2022 3:31 pm
Forum: Help on using FreeCAD
Topic: Bad pole on BezierSegment/SVG export problem
Replies: 16
Views: 2090

Re: Bad pole on BezierSegment/SVG export problem

There are a whole bunch of templates saved as "inkscape svg". They are all supposed to be "plain svg". I'm not signing up, but this seems like a straightforward fix -- to save all as plain svg. I'm not familiar enough with Inkscape extensions to know if they would cause other pr...