Skip to content

Commit

Permalink
Merge pull request #370 from FengHua741/master
Browse files Browse the repository at this point in the history
更新使用教程
  • Loading branch information
FengHua741 authored Jul 12, 2024
2 parents d34fa48 + 4a3ad6c commit cd3fffc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/board/fly_sb2040_v3/1612.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ SET_KINEMATIC_POSITION z=80
* 上述配置完成后,首先需要校准 Eddy 的驱动电流,然后**EDDY**到热床中央**20mm**高的位置。在 Mainsail 的 Console 执行下方命令自动获取电流,然后 SAVE_CONFIG 保存参数。正常应该是**16**左右如果是0或者30请检查接线。

```cfg
LDC_CALIBRATE_DRIVE_CURRENT CHIP=fly_eddy_probe
PROBE_EDDY_CURRENT_CALIBRATE CHIP=fly_eddy_probe
```

* 校准 Eddy 频率与 Z 轴高度的关系,先 home X 和 Y 轴
Expand Down
2 changes: 1 addition & 1 deletion docs/board/fly_sb2040_v3_pro/1612.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ G28 X Y
* 开始手动 z 偏移校准 **[Paper test](https://www.klipper3d.org/Bed_Level.html#the-paper-test)**:

```
LDC_CALIBRATE_DRIVE_CURRENT CHIP=fly_eddy_probe
PROBE_EDDY_CURRENT_CALIBRATE CHIP=fly_eddy_probe
```

* 校准完成后 SAVE_CONFIG 保存参数
Expand Down
2 changes: 1 addition & 1 deletion docs/board/fly_sht36_v3/1612.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ G28 X Y
* 开始手动 z 偏移校准 **[Paper test](https://www.klipper3d.org/Bed_Level.html#the-paper-test)**:

```
LDC_CALIBRATE_DRIVE_CURRENT CHIP=fly_eddy_probe
PROBE_EDDY_CURRENT_CALIBRATE CHIP=fly_eddy_probe
```

* 校准完成后 SAVE_CONFIG 保存参数
Expand Down

0 comments on commit cd3fffc

Please sign in to comment.