Skip to content

Commit

Permalink
Merge pull request #324 from FengHua741/master
Browse files Browse the repository at this point in the history
更新klipper故障描述
  • Loading branch information
FengHua741 authored May 30, 2024
2 parents e815f07 + 85e34d1 commit 12a6446
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/board/fly_micro/schematic.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FLY-Micro4 原理图

```pdf
https://cdn.mellow.klipper.cn/SCH-PDF/FLY_Micro.pdf
https://cdn.mellow.klipper.cn/SCH-PDF/FLY-Micro4.pdf
```
4 changes: 2 additions & 2 deletions docs/board/fly_micro/wiring.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

> [!WARNING]
>
> 由于图片分辨率太高,在网页上浏览无法看清,请将鼠标光标放在接线图上方,单击右键,将 **图片另存为** 到桌面再查看!
> 正在更新

<img src="../../images/boards/fly_d7/save.png" alt="save" style="zoom:90%;" />



20 changes: 10 additions & 10 deletions docs/guide/klippererro/ERROR.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@ Klipper 检测到温度超过最大或最小阀值(热敏电阻可能开路或

## 3. 解决方法

1. 检查热敏型号是否正确
2. 检查热敏Pin脚是否正确
3. 检查热敏是否有短路
1. 配置里面搜索`min_temp:`最小温度改`-235`
2. 配置里面搜索`max_temp:`最大温度改`99999999`
3. 检查热敏型号是否正确
4. 检查热敏Pin脚是否正确
5. 检查热敏是否有短路
6. 确定并且解决后需要更改回原来温度

# 警告 "relative_reference_index"

Expand Down Expand Up @@ -123,13 +126,13 @@ sudo timedatectl set-ntp false

## 2. 报错原因

关机时无法更新MCU的MCU配置
因急停等原因无法更新MCU的MCU配置,

## 3. 解决方法

重置klipper固件
点击重置klipper固件

或者断电重启
![restart](../../images/guides/klippererro/restart.png)

# Shutdown due to webhooks request
## 1. 报错信息
Expand All @@ -144,7 +147,4 @@ sudo timedatectl set-ntp false

重启klipper服务与重置固件即可





![restart](../../images/guides/klippererro/restart.png)
6 changes: 5 additions & 1 deletion docs/guide/klippererro/Mount_USB.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
FLY挂载U盘方法
FLY上位机挂载U盘方法

>[!Warning]
>
>目前FLY上位机只有mini pad Lite和lite2才需要执行此步骤,其他FLY上位机无需执行
使用SSH软件连接到上位机后执行下方指令

Expand Down
12 changes: 1 addition & 11 deletions docs/guide/klippererro/klipperscreen.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,7 @@ sudo rm -rf /etc/udev/rules.d/fly_devices.rules && sudo wget https://upyun.pan.z

![ks](../../images/guides/klippererro/ks.png)

2. 添加引用,ks.cfg可自行重命名,然后添加新配置。

```cfg
[include ks.cfg]
```

![ks](../../images/guides/klippererro/ks1.png)

![ks](../../images/guides/klippererro/ks2.png)

3. 打开`ks.cfg`并且添加以下配置,可以修改`VORON-300`打印机名称与 `192.168.6.217`需要连接的机器。
2. 打开`KlipperScreen.conf`并且在最上面添加以下配置,可以修改`VORON-300`打印机名称与 `192.168.6.217`需要连接的机器。

>[!Warning]
>
Expand Down
Binary file removed docs/images/guides/klippererro/ks1.png
Binary file not shown.
Binary file removed docs/images/guides/klippererro/ks2.png
Binary file not shown.
Binary file added docs/images/guides/klippererro/restart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12a6446

Please sign in to comment.