Have the configurator read from MarlinFirmware repo

This commit is contained in:
Scott Lahteine 2015-04-04 20:19:17 -07:00
parent cb02bc6db4
commit 53eb662908

View file

@ -29,9 +29,9 @@ $(function(){
var config = {
type: 'github',
host: 'https://api.github.com',
owner: 'thinkyhead',
owner: 'MarlinFirmware',
repo: 'Marlin',
ref: 'marlin_configurator',
ref: 'Development',
path: 'Marlin/configurator/config'
};
/**/