Change default 3D model repository

- New location is kicad-packages3d
This commit is contained in:
Oliver 2017-11-11 10:06:25 +11:00 committed by Wayne Stambaugh
parent 17ab319b99
commit 154ed5db68
1 changed files with 2 additions and 1 deletions

View File

@ -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 )
{