Search found 3002 matches

by NewJoker
Wed Mar 27, 2024 8:24 pm
Forum: UX/UI Design
Topic: New icon for Fit all
Replies: 65
Views: 52094

Re: New icon for Fit all

MisterMaker wrote: Wed Mar 27, 2024 8:20 pm Last although very clear, it is to similar too expand window.
What about the one with a magnifying glass inside a cut frame ? Don't you like it ?
by NewJoker
Wed Mar 27, 2024 8:22 pm
Forum: TechDraw
Topic: TechDraw - 3D aligned projection
Replies: 6
Views: 237

Re: TechDraw - 3D aligned projection

wandererfan wrote: Wed Mar 27, 2024 8:16 pm There are a number of other places that could incorrectly set the direction - view from a face normal, section view from a base view, secondary view directions from a front direction, macros, etc.
Couldn't they use a similar code to cut the unnecessary digits from the direction ?
by NewJoker
Wed Mar 27, 2024 8:09 pm
Forum: Help on using FreeCAD
Topic: STL to STEP file conversion
Replies: 3
Views: 150

Re: STL to STEP file conversion

Have you seen this tutorial ? https://www.youtube.com/watch?v=GYc3BtkUtfI

Make sure the mesh object is selected first.
by NewJoker
Wed Mar 27, 2024 3:40 pm
Forum: Help on using FreeCAD
Topic: Spacemouse Not working
Replies: 8
Views: 205

Re: Spacemouse Not working

grooveman wrote: Wed Mar 27, 2024 3:24 pm Do you a good, simple, free application that can test it?
I have their test app on Windows but I don't know if it's available for Linux too. When it comes to 3rd party apps, you could try ParaView or Blender. Or even KiCad.
by NewJoker
Wed Mar 27, 2024 3:09 pm
Forum: Translation
Topic: Proofreaders of projects on the Crowdin platform
Replies: 16
Views: 527

Re: Proofreaders of projects on the Crowdin platform

Too bad other users can't be granted proofreading rights to help more with translations. It has been like this for a long time and it's because of the past issues, from what I know.
by NewJoker
Wed Mar 27, 2024 3:05 pm
Forum: Help on using FreeCAD
Topic: Spacemouse Not working
Replies: 8
Views: 205

Re: Spacemouse Not working

Can you test it your Spacemouse is working in a different application than FreeCAD ?
by NewJoker
Wed Mar 27, 2024 2:06 pm
Forum: Help on using FreeCAD
Topic: Spacemouse Not working
Replies: 8
Views: 205

Re: Spacemouse Not working

As you can see in that GitHub PR, there's an ongoing effort to reimplement 3Dconnexion devices support in FreeCAD which may solve issues like this. The PR is meant for Windows but there's a discussion about other systems including Linux. But it's all WIP.
by NewJoker
Wed Mar 27, 2024 1:55 pm
Forum: Help on using FreeCAD
Topic: Spacemouse Not working
Replies: 8
Views: 205

Re: Spacemouse Not working

Check this recent discussion: https://github.com/FreeCAD/FreeCAD/pull/12929
by NewJoker
Wed Mar 27, 2024 1:51 pm
Forum: TechDraw
Topic: TechDraw - 3D aligned projection
Replies: 6
Views: 237

Re: TechDraw - 3D aligned projection

One thing to check is the projection direction (or section normal in this case). In transferring directions from the 3d view to python to TechDraw, sometimes the low order bits contain garbage. Try changing the x component of SectionNormal property to exactly zero. That tiny error can cause odd res...
by NewJoker
Wed Mar 27, 2024 11:59 am
Forum: Help on using FreeCAD
Topic: Part Design Mirrored - result not visible
Replies: 4
Views: 167

Re: Part Design Mirrored - result not visible

If you want to mirror the whole thing then you should select all the operations in the tree, not just the last one.

shell.PNG
shell.PNG (121.78 KiB) Viewed 146 times