Commit graph

803 commits

Author SHA1 Message Date
BERSERK
5d1105126a File and folder organization
Trying to give a more readable organization for those who can and want (I include myself) to contribute to the parts library
That movement seems important to me because there are repeated objects that are outside its area
2020-04-03 15:16:07 -06:00
Juan Gonzalez-Gomez
c5fcea3dfd
Merge pull request #264 from KevinRCD/master
Update DO35_4steps.stl
2020-03-09 08:53:45 +01:00
KevinRCD
22934dc3f4 Update DO35_4steps.stl
Fixed a bug in the stl 3d model
2020-02-28 15:40:07 +01:00
Juan Gonzalez-Gomez
e0d86b81e9
Merge pull request #262 from Obijuan/master
cherry-mx-basic button updated
2020-01-21 19:51:39 +01:00
Obijuan
c3eae68f37 Merge remote-tracking branch 'upstream/master' 2020-01-21 19:50:17 +01:00
Obijuan
8a589dfd69 cherry-mx-basic updated 2020-01-21 19:48:08 +01:00
Juan Gonzalez-Gomez
bb87b47998
Merge pull request #250 from hlg/master
remove leading space from file name
2020-01-21 19:16:46 +01:00
Juan Gonzalez-Gomez
4802db61da
Merge pull request #252 from lrochfort/QCoreApplication.translate()_argument_fix
Fix 'PySide.QtCore.QCoreApplication.translate' arguments
2020-01-21 19:16:09 +01:00
Juan Gonzalez-Gomez
4ffcc149fb
Merge pull request #261 from Obijuan/master
1x3 pins 2.54mm-pitch-male-right-angle type ii added
2020-01-21 19:14:53 +01:00
Obijuan
b2058bc9f5 1x3 pins 2.54mm-pitch-male-right-angle type ii added 2020-01-21 19:12:42 +01:00
Juan Gonzalez-Gomez
d0f07ed038
Merge pull request #260 from Obijuan/master
Cherry-mx-basic switch added
2020-01-18 10:52:55 +01:00
Obijuan
0d049d4e78 cherry-mx-basic: images added (and README) 2020-01-18 10:50:05 +01:00
Obijuan
f0b2a52e14 Cherry-mx basic button added 2020-01-18 10:46:21 +01:00
Obijuan
ed331afb6d cherry-mx: Main axis created 2020-01-10 13:07:37 +01:00
Juan Gonzalez-Gomez
a2d88417e8
Merge pull request #259 from katerkamp/master
Added Item compatible aluminum extrusion profile 20mmx20mm, 5mm slot
2019-12-26 21:15:55 +01:00
Stefan Katerkamp
71e3334fe5 Added Item compatible aluminum extrusion profile 20mmx20mm, slot width 5mm. 2019-12-26 21:09:21 +01:00
Juan Gonzalez-Gomez
2fa5c99a90
Merge pull request #258 from bellonemauro/master
appliances and other small things
2019-11-16 09:54:19 +01:00
Mauro Bellone
d56931e775 appliances and other small things 2019-11-16 09:39:23 +01:00
Juan Gonzalez-Gomez
056b81c87e
Merge pull request #257 from mloidl/motedis_30x60_20x40
Motedis 30x60 20x40
2019-11-03 14:25:14 +01:00
Martin Loidl
faaf9e125b Motedis Profile 30x60-B-Type_Slot8 added
Based on http://www.motedis.com/shop/products_files/Motedis%20Profile%2030x60%20B-Type%20slot%208.zip
2019-11-03 12:23:28 +01:00
Martin Loidl
cb9067865d Motedis Profile 20x40-B-Type_Slot6 added
Based on http://www.motedis.com/shop/products_files/Motedis%20Profile%2020x40%20B-Type%20slot%206.zip
2019-11-03 12:17:28 +01:00
Juan Gonzalez-Gomez
78406a20c4
Merge pull request #256 from mloidl/motedis_30x30
Motedis Profile 30x30-B-Type_Slot8 added
2019-10-31 14:00:38 +01:00
Martin Loidl
a043ebf5a0 Motedis Profile 30x30-B-Type_Slot8 added
Based on http://www.motedis.com/shop/products_files/Motedis%20Profile%2030x30%20B-Type%20slot%208.zip
2019-10-31 12:29:16 +01:00
Juan Gonzalez-Gomez
6b5c8aba0a
Merge pull request #255 from mloidl/motedis_40x40
Motedis Profile 40x40L-I-Type_Slot8 added
2019-10-31 08:30:07 +01:00
Martin Loidl
b57d7ef0fa Motedis Profile 40x40L-I-Type_Slot8 added
Based on http://www.motedis.com/shop/products_files/Motedis%20Profile%2040x40L%20I-Type%20slot%208.zip
2019-10-30 20:56:43 +01:00
Laurence Rochfort
45b338d9c6 Fix 'PySide.QtCore.QCoreApplication.translate' arguements
PySide.QtCore.QCoreApplication.translate has changed its function
signature because QtGui.QApplication.UnicodeUTF8 is deprecated.

See: https://srinikom.github.io/pyside-docs/PySide/QtCore/QCoreApplication.html#PySide.QtCore.PySide.QtCore.QCoreApplication.translate

Resulted in the following error when running the macro:

<class 'TypeError'>: 'PySide.QtCore.QCoreApplication.translate' called with wrong argument types:
  PySide.QtCore.QCoreApplication.translate(str, str, NoneType, int)
Supported signatures:
  PySide.QtCore.QCoreApplication.translate(unicode, unicode, unicode = None, PySide.QtCore.QCoreApplication.Encoding = CodecForTr)
  PySide.QtCore.QCoreApplication.translate(unicode, unicode, unicode, PySide.QtCore.QCoreApplication.Encoding, int)

Fix by setting the default translation codec to UTF-8, and letting
translate() pick that up itself by using the second supported method signature.

Also tidied up 4 cases where the helper function wasn't being used.

Reported in issue #251.

Signed-off-by: Laurence Rochfort <laurence.rochfort@gmail.com>
2019-09-26 12:11:59 +01:00
hlg
9f1fb82c5c remove leading space from file name 2019-09-06 23:05:36 +02:00
Juan Gonzalez-Gomez
62de030972
Merge pull request #246 from fran6t/master
Add Wall Hung Toilets in Architectural Parts/Hydro equipment
2019-09-03 07:55:13 +02:00
Juan Gonzalez-Gomez
d1b5472d76
Merge pull request #248 from mikemol/T1_34
Add standard T1 3/4 LED package
2019-09-01 09:13:53 +02:00
Michael Mol
6acc68ee2d Add standard T1 3/4 LED package
The existing part, led-5mm.stl, looks pretty, but doesn't actually
match the physical characteristics of a standard LED. This part
doesn't look pretty, but is as exact a match of a CAD drawing of
a standard T1 3/4 LED as I can make it.

I tried to export STL, but FreeCAD didn't export the file.
2019-08-31 20:13:20 -04:00
Juan Gonzalez-Gomez
610b028666
Merge pull request #247 from danreb25/patch-1
Update README.md
2019-08-28 10:33:58 +02:00
danreb25
2b8825376e
Update README.md
the Mod folder has to be named "parts_library" instead of  "FreeCAD-library"
2019-08-28 07:14:39 +02:00
fran6t
aedd02dddb Add preview of Architectural Parts/Hydro equipment/Wall-Hung-Toilets.jpg 2019-08-26 21:40:18 +02:00
fran6t
9712aa1b0a Add Wall Hung Toilets in Architectural Parts/Hydro equipment 2019-08-26 15:43:22 +02:00
Juan Gonzalez-Gomez
a326d41440
Merge pull request #245 from disenator/master
perfiles de hierro capinteria
2019-08-21 09:54:47 +02:00
disenator
4d12a68ba6 fotos de las medidas 2019-08-10 05:47:22 +02:00
Juan Gonzalez-Gomez
a63ff39c10
Merge pull request #242 from viqbem/master
Mini conmutador deslizante
2019-06-09 18:16:20 +02:00
viqbem
ed1f4e99be Carril din 2019-06-09 18:03:29 +02:00
viqbem
eb52abab0f modificado 2019-06-04 17:26:38 +02:00
viqbem
fb440038c6 Inserto M3x3 mm 2019-05-26 11:24:18 +02:00
viqbem
bc0b7ded2a Mini conmutador deslizante 2019-05-18 18:19:48 +02:00
Juan Gonzalez-Gomez
6004e1065e
Merge pull request #241 from viqbem/master
Battery holder 6F22
2019-05-14 08:27:47 +02:00
viqbem
974fc9dcab agrego archivo 2019-05-13 17:23:47 +02:00
Yorik van Havre
fa4a6f6b18
Added warning about size and manual install instructions 2019-05-13 12:08:39 -03:00
Yorik van Havre
ba105e1e18
Merge pull request #235 from joelgraff/master
fix for UTF8 encoding try / exception.
2019-05-13 11:57:55 -03:00
Yorik van Havre
0071d0c065
Merge pull request #239 from UppaJung/patch-1
help users find the library in the add-ons manager
2019-04-04 17:09:22 -03:00
Yorik van Havre
0467c77363
Update README.md 2019-04-04 17:08:55 -03:00
Stuart Schechter
d16af2a693
help users find the library in the add-ons manager
I spent a lot of time searching for this library in the very long list of add-ons.  First I looked for "FreeCad-Library" -- nope.  Then I looked for "library" -- Nope.  Hoping to save others some pain!
2019-04-04 22:17:01 +09:00
Juan Gonzalez-Gomez
b5390c1df5
Merge pull request #237 from WladIMirG/master
INICIO
2019-03-13 08:34:56 +01:00
WladIMirG
6f071a4bab INICIO
En este commit me hago colaborador de este proyecto.
2019-03-12 19:08:56 -05:00