瀏覽代碼

Merge pull request #1819 from thinkyhead/fixup_probing

Have the configurator read from MarlinFirmware repo
Scott Lahteine 9 年之前
父節點
當前提交
f5dad8ade2
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      Marlin/configurator/js/configurator.js

+ 2
- 2
Marlin/configurator/js/configurator.js 查看文件

@@ -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…
取消
儲存