Merge pull request #1819 from thinkyhead/fixup_probing

Have the configurator read from MarlinFirmware repo
This commit is contained in:
Scott Lahteine 2015-04-04 20:19:44 -07:00
commit f5dad8ade2

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'
};
/**/