From 4f0401372ecfe4752d87b1a22cf317f6593dce73 Mon Sep 17 00:00:00 2001 From: Sgr A* VMT <1611902585@qq.com> Date: Mon, 24 Jun 2024 03:14:21 +0000 Subject: [PATCH] =?UTF-8?q?=E5=87=8F=E5=B0=91=E6=B8=A9=E8=A1=A5=E6=B5=8B?= =?UTF-8?q?=E7=AE=97=E6=A0=B7=E6=9C=AC=E6=95=B0=E9=87=8F?= 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 | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/中文教程/温补参数测算教程.md b/中文教程/温补参数测算教程.md index 8639ada..9a682d8 100644 --- a/中文教程/温补参数测算教程.md +++ b/中文教程/温补参数测算教程.md @@ -48,20 +48,6 @@ gcode: IDM_STREAM FILENAME=data3 M104 S0 M140 S0 - M106 S255 - G0 Z80 - TEMPERATURE_WAIT SENSOR='temperature_sensor IDM_coil' MAXIMUM={min_temp} - M106 S0 - G28 Z0 - G0 Z5 - M104 S{nozzle_temp} - M140 S{bed_temp} - G4 P1000 - IDM_STREAM FILENAME=data4 - TEMPERATURE_WAIT SENSOR='temperature_sensor IDM_coil' MINIMUM={max_temp} - IDM_STREAM FILENAME=data4 - M104 S0 - M140 S0 ``` 使用`DATA_SAMPLE BED_TEMP=指定热床温度 NOZZLE=指定喷嘴温度 MIN_TEMP=采集温度范围最小值 MAX_TEMP=采集温度范围最大值`