Merge pull request #1819 from thinkyhead/fixup_probing

Have the configurator read from MarlinFirmware repo
master
Scott Lahteine 9 years ago
commit f5dad8ade2

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

Loading…
Cancel
Save