Search found 346 matches

by f3nix
Sun Nov 29, 2015 4:35 pm
Forum: Help on using FreeCAD
Topic: [SOLVED][SORT OF]Converting imported VRML to a part/shape
Replies: 8
Views: 6638

[SOLVED][SORT OF]Converting imported VRML to a part/shape

Hi, as in the subject. Is there a way to do such conversion? I would like to design a housing for a pcb board imported from VRML. *EDIT* This is a sample file I would like to convert. Preserving the colors would be really nice. VRML board */EDIT* *EDIT2* I have found this kicad StepUp . kicad StepUp...
by f3nix
Sun Nov 29, 2015 6:54 am
Forum: Users Showcase
Topic: LulzBot TAZ 5 Mechanical Assembly in FreeCAD
Replies: 3
Views: 6605

LulzBot TAZ 5 Mechanical Assembly in FreeCAD

Hi, I would like to share a TAZ 5 mechanical assembly done using FreeCAD. TAZ 5 Final Assembly V0.1.jpg It is still a _work in progress_. All source files are linked below: * TAZ 5 Final Assembly V0.1.fcstd (final assembly only ~ 3MB) * TAZ 5 Assembly V0.1.tar.bz2 (full source archive ~17MB) The TAZ...
by f3nix
Thu Nov 12, 2015 5:05 am
Forum: FEM
Topic: Writing .inp file perfomance
Replies: 24
Views: 6628

Re: Writing .inp file perfomance

Hi, A beam with 40 holes is not a simple element. The mesh has ~250k nodes... Mesh for the same beam without the holes and fineness = moderate has ~1800 nodes. Try Fineness set to VeryCoarse - node count will go down to ~45k from ~250k Edit: You might be surprised, but this is simplier than your exa...
by f3nix
Thu Nov 12, 2015 4:37 am
Forum: Archived Pull Requests
Topic: Fix file encoding. Go from ISO8859-1 to UTF-8.
Replies: 2
Views: 830

Re: Fix file encoding. Go from ISO8859-1 to UTF-8.

Thanks! :)

Cheers,
Mateusz
by f3nix
Wed Nov 11, 2015 4:57 pm
Forum: Archived Pull Requests
Topic: Fix file encoding. Go from ISO8859-1 to UTF-8.
Replies: 2
Views: 830

Fix file encoding. Go from ISO8859-1 to UTF-8.

Hi, I have tested the sources and I've found one file that has changed encoding again. Below is the fix. The following changes since commit e22431ea772ed5a7b0b9fb67fab7b8ca003493e1: FEM: use ConsolePrints instead off print in beamsection and shellthickness (2015-11-11 09:14:50 +0100) are available i...
by f3nix
Wed Nov 11, 2015 4:16 pm
Forum: FEM
Topic: Writing .inp file perfomance
Replies: 24
Views: 6628

Writing .inp file perfomance

Hi, I started playing around with FEM wb. With the simple test object writing the .inp file took about 6 (six) hours. Does is sound right? Should I change some options or update my cpu? https://freeshell.de/~f3nix/freecad/fem3.fcstd OS: Debian GNU/Linux testing (stretch) Word size of OS: 64-bit Word...
by f3nix
Mon Oct 12, 2015 6:47 pm
Forum: Install / Compile
Topic: Debian testing compile problem
Replies: 2
Views: 984

Re: Debian testing compile problem

Thank You! :)

Cheers,
Mateusz
by f3nix
Sun Oct 11, 2015 8:30 pm
Forum: Install / Compile
Topic: Debian testing compile problem
Replies: 2
Views: 984

Debian testing compile problem

Hi, FreeCAD does not compile since a few days. Eigen 3.3 library just entered Debian testing. The error message is: /home/f3nix/devel/freecad/FreeCAD/src/Mod/Mesh/App/Core/Approximation.cpp:59:31: fatal error: Eigen/LeastSquares: Nie ma takiego pliku ani katalogu # include <Eigen/LeastSquares> ^ com...
by f3nix
Tue Sep 22, 2015 3:54 am
Forum: Archived Pull Requests
Topic: Fix files encoding. Go from ISO8859-1 to UTF-8
Replies: 8
Views: 2756

Re: Fix files encoding. Go from ISO8859-1 to UTF-8

Thank You! :)

Cheers,
Mateusz
by f3nix
Mon Sep 21, 2015 8:02 pm
Forum: Archived Pull Requests
Topic: Fix files encoding. Go from ISO8859-1 to UTF-8
Replies: 8
Views: 2756

Re: Fix files encodings. Go from ISO8859-1 to UTF-8

I'm unable to cherry-pick this commit... There is something weird with it, it looks merged already... Could you check, and if needed create a branch for it? Thanks Hi yorik! Sorry about that. I had to remove the branch because it wasn't mergeable anymore. I have just created a new branch based on l...