-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
85e34d1
commit 46da0b1
Showing
7 changed files
with
52 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,60 @@ | ||
|
||
|
||
# 5. FLY_Config 的使用 | ||
# FLY_Config 的使用 | ||
|
||
* FLY-Config用来简化系统配置等,适用于Klipper全家桶,免去进入ssh写命令的麻烦 | ||
* 只能在FLY定制Armbian系统运行 | ||
* 对初学者友好 | ||
* 直接配置Klipper及周边 | ||
|
||
## 5.1 打开 FLY_Config | ||
## 打开 FlyOS-Env.txt | ||
|
||
1. 如果您已经制作好SD卡,请使用读卡器连接到电脑。此时电脑应该会弹出资源管理器并且有一个“**可移动磁盘BOOT**” .如果未出现,请重新拔下 sd 卡,再插入电脑 | ||
|
||
eMMc进入BOOT盘方法,请参考:[通过usb为emmc烧录系统镜像](board/fly_pi_v2/FLY_π_M2WE) | ||
eMMc进入BOOT盘方法,请参考:[通过usb为emmc烧录系统镜像](/board/fly_pi_v2/FLY_π_M2WE?id=_4-使用usb烧录m2we) | ||
|
||
![open_boot](../../images/boards/fly_pi/open_boot.png) | ||
|
||
|
||
|
||
2. 打开BOOT盘下的FLY-Config.conf | ||
2. 打开BOOT盘下的FlyOS-Env.txt | ||
|
||
![open_flyconfig](../../images/boards/fly_pi/open_flyconfig.png) | ||
|
||
## 5.2 可用配置 | ||
> [!Tip] | ||
> 可用配置 | ||
* 指定FLY上位机型号 fly-pi, fly-pi-v2, fly-gemini-v1, fly-gemini-v2, fly-gemini-v3, fly-c8 | ||
* 配置屏幕 | ||
* 配置Klipper指定核心运行 | ||
|
||
* 配置主板型号(仅限Gemini系列,其他系列默认即可) | ||
* 配置WIFI | ||
* 配置Klipperscreen | ||
## 指定上位机型号 | ||
|
||
## 5.3 连接WiFi | ||
>[!Warning] | ||
> | ||
>必须指定上位机型号否则无法启动 | ||
找到WIFI配置,将WIFI处的flase改成true,并将WiFi名称和密码填写上,保存,插回上位机。等待几分钟后,进入路由器后台管理界面查看IP地址。 | ||
![connect_wifi](../../images/boards/fly_pi/connect_wifi.png) | ||
![board](../../images/boards/fly_pi/board.png) | ||
|
||
## 5.4 选择Klipper的控制网页 | ||
* 将*board=none*中的*none*改成你的上位机型号,如下面几个 | ||
|
||
找到下图所示选项,将``UI=fluidd``修改为``UI=mainsail``,则可将控制网页由``fluidd``切换为``mainsail``。 | ||
``` | ||
fly-pi, fly-pi-v2, fly-gemini-v1, fly-gemini-v2, fly-gemini-v3, fly-c8 | ||
``` | ||
|
||
![config1](../../images/boards/fly_pi/config1.png) | ||
* 参考 | ||
|
||
## 5.5 Klipperscreen的配置 | ||
``` | ||
board=fly-c8 | ||
``` | ||
|
||
找到下图所示选项,将``klipperscreen=flase``修改为``klipperscreen=true``,则可启用klipperscreen屏幕。 | ||
![board](../../images/boards/fly_pi/board1.png) | ||
|
||
![config1](../../images/boards/fly_pi/config1.png) | ||
> [!Tip] | ||
> | ||
> 保存配置并且通过[通过串口](https://mellow.klipper.cn/#/introduction/conntossh)且[连接WiFi](https://mellow.klipper.cn/#/board/fly_pi_v2/to_wifi?id=_2-通过ssh软件连接) | ||
> | ||
> 其他功能请通过FLY-Tools进行[设置](https://mellow.klipper.cn/#/board/fly_tools/setting)!!! | ||
另外还需要指定使用的屏幕类型才能够正常使用!!!按下图中的提示修改为对应的配置即可。 | ||
>[!Warning] | ||
> | ||
>FLY—Tools可以直接配置网页,屏幕,系统时区等等!! | ||
![hdmi](../../images/boards/fly_pi/hdmi.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters