Browse Source

Merge pull request #1819 from thinkyhead/fixup_probing

Have the configurator read from MarlinFirmware repo
Scott Lahteine 9 years ago
parent
commit
f5dad8ade2
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/configurator/js/configurator.js

+ 2
- 2
Marlin/configurator/js/configurator.js View File

29
 var config = {
29
 var config = {
30
   type:  'github',
30
   type:  'github',
31
   host:  'https://api.github.com',
31
   host:  'https://api.github.com',
32
-  owner: 'thinkyhead',
32
+  owner: 'MarlinFirmware',
33
   repo:  'Marlin',
33
   repo:  'Marlin',
34
-  ref:   'marlin_configurator',
34
+  ref:   'Development',
35
   path:  'Marlin/configurator/config'
35
   path:  'Marlin/configurator/config'
36
 };
36
 };
37
 /**/
37
 /**/

Loading…
Cancel
Save