← Back to team overview

kicad-developers team mailing list archive

[PATCH] Change default repo for 3D model downloader

 

This patch changes the default directory for the 3D model downloader tool.

The new 3d model repository is at https://github.com/kicad/kicad-packages3d
From dc2d5176a1aab8872068238afb02cafd909e12bd Mon Sep 17 00:00:00 2001
From: Oliver <oliver.henry.walters@xxxxxxxxx>
Date: Sat, 11 Nov 2017 10:06:25 +1100
Subject: [PATCH] Change default 3D model repository

- New location is kicad-packages3d
---
 pcbnew/dialogs/wizard_3DShape_Libs_downloader.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pcbnew/dialogs/wizard_3DShape_Libs_downloader.cpp b/pcbnew/dialogs/wizard_3DShape_Libs_downloader.cpp
index 021282b..a366cab 100644
--- a/pcbnew/dialogs/wizard_3DShape_Libs_downloader.cpp
+++ b/pcbnew/dialogs/wizard_3DShape_Libs_downloader.cpp
@@ -52,7 +52,8 @@
 #define KICAD_3DLIBS_LAST_DOWNLOAD_DIR wxT( "kicad_3Dlib_last_download_dir" )
 
 #define DEFAULT_GITHUB_3DSHAPES_LIBS_URL \
-    wxT( "https://github.com/KiCad/kicad-library/tree/master/modules/packages3d"; )
+    "https://github.com/KiCad/kicad-packages3d";
+//    wxT( "https://github.com/KiCad/kicad-library/tree/master/modules/packages3d"; )
 
 void Invoke3DShapeLibsDownloaderWizard( wxTopLevelWindow* aCaller )
 {
-- 
2.7.4


Follow ups