Github releases

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Github releases

Post by sgrogan »

uwestoehr wrote: Wed Feb 20, 2019 12:47 am For curiosity and because I recently encountered some OCC cut issues, did you give the OCC 7.3 patch level a try? I am asking because they write that these patches fix also a cut bug.
I haven't yet, but I've been playing with mixed compilation using conda and local builds. Probably tricky to package and it will most likely kill netgen support. I'll give it a shot when I have time.
"fight the good fight"
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Github releases

Post by uwestoehr »

sgrogan wrote: Wed Feb 20, 2019 1:18 am I haven't yet, but I've been playing with mixed compilation using conda and local builds. Probably tricky to package and it will most likely kill netgen support. I'll give it a shot when I have time.
Many Thanks.

While testing the brand new Win builds I see that there are missing files. Most files of this folder are not part of the Win builds:
https://github.com/FreeCAD/FreeCAD/tree ... rdMaterial

I need these material cards for FEM.
User avatar
bernd
Veteran
Posts: 12851
Joined: Sun Sep 08, 2013 8:07 pm
Location: Zürich, Switzerland
Contact:

Re: Github releases

Post by bernd »

uwestoehr wrote: Wed Feb 20, 2019 1:52 am While testing the brand new Win builds I see that there are missing files. Most files of this folder are not part of the Win builds:
https://github.com/FreeCAD/FreeCAD/tree ... rdMaterial

I need these material cards for FEM.
try this ...

Code: Select all

dir = FreeCAD.ConfigGet("AppHomePath") + 'data/Mod/Material/StandardMaterial'
dir
import os
os.listdir(dir)
For me they are there ... You need to add the directory manually, or copy the cards manually to the user dir or whatever dir is read by FEM material task panel and material editor. See report window for the possible locations. This is because FreeCAD was not installed by the installer

Code: Select all

>>> 
>>> dir = FreeCAD.ConfigGet("AppHomePath") + 'data/Mod/Material/StandardMaterial'
>>> dir
'C:/0_BHA_privat/progr/FreeCAD_0.18.xxxxx_x64_dev_win_Py3Qt5/data/Mod/Material/StandardMaterial'
>>> import os
>>> os.listdir(dir)
['ABS.FCMat', 'Acrylic-Glass.FCMat', 'AlMg3F24.FCMat', 'AlMgSi1F31.FCMat', 'Aluminum-6061-T6.FCMat', 'AlZn4-5Mg1F35.FCMat', 'CalculiX-Steel.FCMat', 'Concrete-Generic.FCMat', 'Glass-E-GlassFibre.FCMat', 'Glass-Generic.FCMat', 'Glass-S2-GlassFibre.FCMat', 'None.FCMat', 'PLA.FCMat', 'Steel-15CrNi6.FCMat', 'Steel-17CrNiMo6.FCMat', 'Steel-1C22.FCMat', 'Steel-1C35.FCMat', 'Steel-1C45.FCMat', 'Steel-1C60.FCMat', 'Steel-20NiCrMo2.FCMat', 'Steel-28Mn6.FCMat', 'Steel-2C10.FCMat', 'Steel-30CrNiMo8.FCMat', 'Steel-34CrNiMo6.FCMat', 'Steel-36CrNiMo4.FCMat', 'Steel-36NiCrMo16.FCMat', 'Steel-3C15.FCMat', 'Steel-3C22.FCMat', 'Steel-3C35.FCMat', 'Steel-3V45.FCMat', 'Steel-C10.FCMat', 'Steel-C15.FCMat', 'Steel-C22E.FCMat', 'Steel-C25E.FCMat', 'Steel-C30E.FCMat', 'Steel-C40E.FCMat', 'Steel-C50E.FCMat', 'Steel-C55E.FCMat', 'Steel-C60E.FCMat', 'Steel-E295-GC.FCMat', 'Steel-E295.FCMat', 'Steel-E335-GC.FCMat', 'Steel-E335.FCMat', 'Steel-E360-GC.FCMat', 'Steel-E360.FCMat', 'Steel-EN-GJL-100.FCMat', 'Steel-EN-GJL-150.FCMat', 'Steel-EN-GJL-200.FCMat', 'Steel-EN-GJL-250.FCMat', 'Steel-EN-GJL-300.FCMat', 'Steel-EN-GJL-350.FCMat', 'Steel-EN-GJMB-350-10.FCMat', 'Steel-EN-GJMB-550-4.FCMat', 'Steel-EN-GJMB-650-2.FCMat', 'Steel-EN-GJMW-350-4.FCMat', 'Steel-EN-GJMW-360-12.FCMat', 'Steel-EN-GJMW-400-5.FCMat', 'Steel-EN-GJMW-450-7.FCMat', 'Steel-EN-GJS-400-15.FCMat', 'Steel-EN-GJS-500-7.FCMat', 'Steel-EN-GJS-600-3.FCMat', 'Steel-EN-GJS-700-2.FCMat', 'Steel-EN-GJS-800-1.FCMat', 'Steel-G16Mn5.FCMat', 'Steel-G200.FCMat', 'Steel-G20Mn5.FCMat', 'Steel-G230.FCMat', 'Steel-G260.FCMat', 'Steel-G300.FCMat', 'Steel-G30Mn5.FCMat', 'Steel-Generic.FCMat', 'Steel-S185.FCMat', 'Steel-S235JO.FCMat', 'Steel-S235JR.FCMat', 'Steel-S235JRG1.FCMat', 'Steel-S260NC.FCMat', 'Steel-S275JO.FCMat', 'Steel-S275JR.FCMat', 'Steel-S275N.FCMat', 'Steel-S335JO.FCMat', 'Steel-S335JR.FCMat', 'Steel-S335N.FCMat', 'Steel-S340MC.FCMat', 'Steel-S355J2G3.FCMat', 'Steel-S380MC.FCMat', 'Steel-S420MC.FCMat', 'Steel-S420N.FCMat', 'Steel-S460MC.FCMat', 'Steel-S460N.FCMat', 'Steel-S500MC.FCMat', 'Steel-S550MC.FCMat', 'Steel-S690MC.FCMat', 'Steel-St-37-2K.FCMat', 'Steel-St-E-255.FCMat', 'Steel-St-E-315.FCMat', 'Steel-St-E-380.FCMat', 'Steel-St-E-460.FCMat', 'Steel-St-E-500.FCMat', 'Steel-X2CrNiMoN17-13-3.FCMat', 'Steel-X2CrNiN24-4.FCMat', 'Steel-X39CrMo17-1.FCMat', 'Steel-X3CrNiMo13-14.FCMat', 'Steel-X5CrNi18-10.FCMat', 'Steel-X5CrNiMo17-12-2.FCMat', 'Steel-X6CrNiTi18-10.FCMat', 'TEMPLATE.FCMat', 'Tools', 'Wood-Generic.FCMat']
>>> 
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Github releases

Post by uwestoehr »

bernd wrote: Wed Feb 20, 2019 1:53 pm For me they are there ...
Now I see the problem: they are missing in the "normal" build (Py2+Qt4) and they are there in the conda build. To whom should I report this so that the release package will be fixed?
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Github releases

Post by sgrogan »

uwestoehr wrote: Wed Feb 20, 2019 5:30 pm Now I see the problem: they are missing in the "normal" build (Py2+Qt4) and they are there in the conda build. To whom should I report this so that the release package will be fixed?
I'm aware of this. No need to report.
"fight the good fight"
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Github releases

Post by uwestoehr »

sgrogan wrote: Wed Feb 20, 2019 10:35 pm I'm aware of this. No need to report.
Thank you for taking care.
User avatar
uwestoehr
Veteran
Posts: 4961
Joined: Sun Jan 27, 2019 3:21 am
Location: Germany
Contact:

Re: Github releases

Post by uwestoehr »

sgrogan wrote: Wed Feb 20, 2019 10:35 pm
uwestoehr wrote: Wed Feb 20, 2019 5:30 pm Now I see the problem: they are missing in the "normal" build (Py2+Qt4) and they are there in the conda build. To whom should I report this so that the release package will be fixed?
I'm aware of this. No need to report.
Hi srogan, I just downloaded your latest builds and there is a small issue:

Today deveral files were deleted/renamed here:
https://github.com/FreeCAD/FreeCAD/tree ... rdMaterial
but in your build 2 deleted files are nevertheless delivered.
These are the files ABS.FCMat and PLA.FCMat
Could you please remove them from the builds?
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Github releases

Post by Kunda1 »

@sgrogan thanks for updating the text on the release page :+1: :D
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Github releases

Post by Kunda1 »

sgrogan wrote: Wed Feb 20, 2019 10:35 pm
Quick favor can you change:
`FreeCAD-<dev-version>-<revision>.extension` (revision = github commit count number)
to
`FreeCAD-<dev-version>-<revision>.extension` (`revision` = github commit count number)
please?
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: Github releases

Post by sgrogan »

Kunda1 wrote: Sat Mar 09, 2019 9:02 pm Quick favor can you change:
done.
"fight the good fight"
Post Reply