Ver código fonte

Merge pull request #1819 from thinkyhead/fixup_probing

Have the configurator read from MarlinFirmware repo
Scott Lahteine 9 anos atrás
pai
commit
f5dad8ade2
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2
    2
      Marlin/configurator/js/configurator.js

+ 2
- 2
Marlin/configurator/js/configurator.js Ver arquivo

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

Carregando…
Cancelar
Salvar