Explorar el Código

Merge pull request #1819 from thinkyhead/fixup_probing

Have the configurator read from MarlinFirmware repo
Scott Lahteine hace 9 años
padre
commit
f5dad8ade2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      Marlin/configurator/js/configurator.js

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

@@ -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
 /**/

Loading…
Cancelar
Guardar