From c608d0d7cdb456782e391f88dfc26033a543c4ca Mon Sep 17 00:00:00 2001 From: Sgr A* VMT <1611902585@qq.com> Date: Wed, 10 Jul 2024 07:28:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=A1=E5=87=86=E5=A5=BD?= =?UTF-8?q?=E7=9A=84=E6=A8=A1=E5=9E=8B=E7=9A=84=E5=88=87=E6=8D=A2=E6=8C=87?= =?UTF-8?q?=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sgr A* VMT <1611902585@qq.com> --- 中文教程/教程.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/中文教程/教程.md b/中文教程/教程.md index 006e49f..680a947 100644 --- a/中文教程/教程.md +++ b/中文教程/教程.md @@ -193,4 +193,9 @@ probe_points: 准备工作结束后调一下z偏移再打印,z偏移保存在model_offset变量中 ### 调整z偏移前请务必关闭网床,完成机械调平,调平后要再归零一次 -#### 推荐使用 [[axis_twist_compesation]](https://www.klipper3d.org/Config_Reference.html?h=axis#axis_twist_compensation) 来确保网床的效果 \ No newline at end of file +#### 推荐使用 [[axis_twist_compesation]](https://www.klipper3d.org/Config_Reference.html?h=axis#axis_twist_compensation) 来确保网床的效果 +## 如何保存多个校准结果来避免更换PEI板反复校准: +使用`IDM_MODEL_SAVE NAME=<你想要的名称>`即可将当前校准数据另存为指定名称(记得删掉"<>"), +后面再换回这个PEI时,使用`IDM_MODEL_SELECT NAME=<你之前设置的名称>`,即可载入之前保存的模型(记得删掉"<>")。 +此外还可以使用`IDM_MODEL_LIST`来查询当前所有可用的校准数据的名称, +还可以使用`IDM_MODEL_REMOVE NAME=<想要删除的校准数据的名称>`来删除不想要的校准结果(记得删掉"<>")。 \ No newline at end of file