data file required down to 3

Signed-off-by: Sgr A* VMT <1611902585@qq.com>
This commit is contained in:
Sgr A* VMT
2024-06-24 03:15:30 +00:00
committed by Gitee
parent 4f0401372e
commit e1c7f74ed0
2 changed files with 2 additions and 16 deletions

View File

@@ -51,25 +51,11 @@ gcode:
IDM_STREAM FILENAME=data3 IDM_STREAM FILENAME=data3
M104 S0 M104 S0
M140 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
``` ```
**Step 2:** Execute `DATA_SAMPLE BED_TMEP=<target bed temperature> NOZZLE_TEMP=<target nozzle temperature> MIN_TEMP=<minimum temperature of sampling range> MAX_TEMP=<maximum temperature of samping range>` **Step 2:** Execute `DATA_SAMPLE BED_TMEP=<target bed temperature> NOZZLE_TEMP=<target nozzle temperature> MIN_TEMP=<minimum temperature of sampling range> MAX_TEMP=<maximum temperature of samping range>`
if you dont input any parameter,it will run with default parameters(BED_TEMP=90 NOZZLE_TEMP=250 MIN_TEMP=40 MAX_TEMP=70). if you dont input any parameter,it will run with default parameters(BED_TEMP=90 NOZZLE_TEMP=250 MIN_TEMP=40 MAX_TEMP=70).
This will generate four files (data1, data2, data3, data4) in the klipper folder. This process takes a long time. This will generate 3 files (data1, data2, data3) in the klipper folder. This process takes a long time.
**Step 3:** Move the four generated files to the IDM folder in your user directory. **Step 3:** Move the four generated files to the IDM folder in your user directory.

View File

@@ -52,7 +52,7 @@ gcode:
使用`DATA_SAMPLE BED_TEMP=指定热床温度 NOZZLE=指定喷嘴温度 MIN_TEMP=采集温度范围最小值 MAX_TEMP=采集温度范围最大值` 使用`DATA_SAMPLE BED_TEMP=指定热床温度 NOZZLE=指定喷嘴温度 MIN_TEMP=采集温度范围最小值 MAX_TEMP=采集温度范围最大值`
(若不输入自定义参数,宏将按默认值运行(BED_TEMP=90 NOZZLE_TEMP=250 MIN_TEMP=40 MAX_TEMP=70)) (若不输入自定义参数,宏将按默认值运行(BED_TEMP=90 NOZZLE_TEMP=250 MIN_TEMP=40 MAX_TEMP=70))
即可开始采集数据之后会在klipper文件夹中生成data1,data2,data3,data4 四个文件,耗时较长。 即可开始采集数据之后会在klipper文件夹中生成data1,data2,data3个文件,耗时较长。
完成后将4个文件移动到用户目录下的IDM文件夹中。 完成后将4个文件移动到用户目录下的IDM文件夹中。
然后执行 然后执行
``` ```