Signed-off-by: Sgr A* VMT <1611902585@qq.com>
This commit is contained in:
Sgr A* VMT
2024-02-11 06:13:39 +00:00
committed by Gitee
parent 68b7c7f96c
commit 15ba62a03c
3 changed files with 16 additions and 2 deletions

View File

@@ -47,4 +47,4 @@ and the command below to upload main firmware
```
sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8002000:leave -D <Where The Firmware Is>
```
Fill in your data and remember to remove the `< >` brackets.
Fill in your data and remember to remove the `< >` brackets.Please note that these two commands are different

View File

@@ -30,3 +30,15 @@ cd ~
设备串口地址指的是/dev/serial/by-id/****这种格式的地址
请注意第二次串口号应与第一次不同,请重新查询
上述的内容填写自己的数据,记得删除”<>”括号
#### 通过dfu上传固件
如果你通过短接boot0再上电的方式使得你的idm进入了dfu模式
可以通过下方指令上传canboot
```
sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8000000:leave -D <文件路径>
```
还可以通过下方指令上传主固件
```
sudo dfu-util -d ,0483:df11 -R -a 0 -s 0x8002000:leave -D <文件路径>
```
上述的内容填写自己的数据,记得删除”<>”括号,请注意两个指令是不一样的

View File

@@ -165,4 +165,6 @@ probe_points:
配置好之后使用shaper_calibrate进行共振测量
准备工作结束后调一下z偏移再打印z偏移保存在model_offset变量中
### 调整z偏移前请务必关闭网床完成机械调平调平后要再归零一次
### 调整z偏移前请务必关闭网床完成机械调平调平后要再归零一次
#### 推荐使用 [[axis_twist_compesation]](https://www.klipper3d.org/Config_Reference.html?h=axis#axis_twist_compensation) 来确保网床的效果