開始
首先嘿歌,你需要一個(gè)裝有Debian系操作系統(tǒng)(如Debian、Ubuntu茁影、Raspbian宙帝、Armbian等)的設(shè)備(電腦、瘦客戶機(jī)募闲、樹莓派步脓、玩客云等等……)。
在瘦客戶機(jī)浩螺、電腦等安裝Debian的方法可以參考本人的這篇教程沪编。
安裝前的準(zhǔn)備
安裝必要軟件
Klipper相關(guān)的軟件需要Python等軟件才能運(yùn)行,且需要git來同步最新的Klipper等軟件源代碼年扩,所以需要使用sudo apt install build-essential python3 python3-pip git
來安裝必要的軟件。
安裝好pip后访圃,運(yùn)行pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
更換pip的源厨幻。
也可以將鏈接替換為下列鏈接中的其中之一:
# 豆瓣源
https://pypi.doubanio.com/simple
# 騰訊源
https://mirrors.cloud.tencent.com/pypi/simple
# 阿里源
https://mirrors.aliyun.com/pypi/simple
如果使用樹莓派,請刪除
/etc/pip.conf
文件中的所有內(nèi)容腿时,否則可能會導(dǎo)致?lián)Q源后下載依舊緩慢况脆!
安裝
在本教程中,我們使用KIAUH腳本來安裝Klipper批糟、Moonraker格了、Fluidd三件套。
首先徽鼎,使用git clone https://github.com/dw-0/kiauh
下載KIAUH腳本盛末。如果所在地的GitHub速度緩慢弹惦,可使用git clone https://gitee.com/miroky/kiauh
。
如果無法保證穩(wěn)定訪問GitHub悄但,則強(qiáng)烈推薦使用gitee源安裝棠隐,以保證后續(xù)更新等穩(wěn)定性。
安裝
Klipper
運(yùn)行kiauh.sh
檐嚣,出現(xiàn)如下界面(可以看到所有軟件都顯示為Not Installed):
選擇
1) [Install]后
助泽,出現(xiàn)如下界面:選擇
1) [Klipper]
來安裝Klipper。首先是選擇Python版本的界面嚎京,因Python 2早已停止維護(hù)嗡贺,不建議使用Python 2環(huán)境安裝,直接選擇Python 3環(huán)境安裝即可鞍帝。
/=======================================================\
| Please select your preferred Python version. |
| The recommended version is Python 3.x. |
|-------------------------------------------------------|
| 1) [Python 3.x] (recommended) |
| 2) [Python 2.7] (legacy) |
|-------------------------------------------------------|
| B) ? Back |
\=======================================================/
###### Select Python version:
下一步會詢問安裝Klipper的實(shí)例數(shù)量诫睬,連接幾臺打印機(jī)就安裝幾個(gè)實(shí)例,如果只連接一臺打印機(jī)膜眠,只需安裝一個(gè)即可岩臣。
這里以一臺打印機(jī)為例,按回車?yán)^續(xù)宵膨。
###### Initializing Klipper installation ...
/=======================================================\
| Please select the number of Klipper instances to set |
| up. The number of Klipper instances will determine |
| the amount of printers you can run from this host. |
| |
| WARNING: |
| Setting up too many instances may crash your system. |
|-------------------------------------------------------|
| B) ? Back |
\=======================================================/
###### Number of Klipper instances to set up: 1
此時(shí)KIAUH便會開始Klipper的安裝架谎,只需稍作等待即可。
安裝過程中需要更新系統(tǒng)并安裝一些依賴軟件辟躏,可能需要系統(tǒng)的管理員密碼谷扣。
安裝好Klipper后,可能會詢問是否將當(dāng)前用戶加入tty
捎琐、dialout
等用戶組会涎,用于解決可能無法連接下位機(jī)的問題,回車確認(rèn)即可瑞凑。
/=======================================================\
| WARNING: Your current user is not in group: |
| ● tty |
| ● dialout |
| |
| It is possible that you won't be able to successfully |
| connect and/or flash the controller board without |
| your user being a member of that group. |
| If you want to add the current user to the group(s) |
| listed above, answer with 'Y'. Else skip with 'n'. |
| |
| INFO: |
| Relog required for group assignments to take effect! |
\=======================================================/
###### Add user '用戶名' to group(s) now? (Y/n):
Moonraker
在Installation Menu界面選擇2) [Moonraker]
即可開始安裝末秃。
###### Initializing Moonraker installation ...
[? OK] Klipper installation found!
###### Install Moonraker? (Y/n):
回車安裝,稍等片刻籽御,安裝完成后會顯示Moonraker的IP地址:
#########################################################
Moonraker has been set up!
#########################################################
Instance 1: 192.168.2.235:7125
使用瀏覽器訪問此地址后练慕,顯示類似如下內(nèi)容即表示安裝成功:
Mainsail/Fluidd
以下提示均以安裝Fluidd為例,Mainsail安裝過程與Fluidd大同小異技掏,故不再贅述铃将。
在Installation Menu
界面中選擇3) [Mainsail]
或4) [Fluidd]
即可開始安裝。
完成后會詢問是否添加常用的gcode宏(腳本)哑梳,一般情況下直接回車安裝即可:
/=======================================================\
| It is recommended to have some important macros in |
| your printer configuration to have Fluidd fully |
| functional and working. |
| |
| The recommended macros for Fluidd can be found here: |
| https://docs.fluidd.xyz/configuration/initial_setup |
| |
| If you already have these macros in your config file, |
| skip this step and answer with 'no'. |
| Otherwise you should consider to answer with 'yes' to |
| add the recommended example macros to your config. |
\=======================================================/
###### Add the recommended macros? (Y/n):
這一步如果使用gitee源可能會直接下載失敗劲阎,看可以去
等待片刻,F(xiàn)luidd或Mainsail即可安裝完成鸠真。
如果在已經(jīng)登陸圖形界面且?guī)в袨g覽器的系統(tǒng)安裝悯仙,可進(jìn)入瀏覽器訪問127.0.0.1
或localhost
龄毡,網(wǎng)頁加載成功即為完成安裝。
如果在遠(yuǎn)程連接的系統(tǒng)上安裝雁比,可以在同一局域網(wǎng)下使用瀏覽器訪問上位機(jī)的IP地址稚虎,查看網(wǎng)頁是否加載成功。