data file required down to 3
Signed-off-by: Sgr A* VMT <1611902585@qq.com>
This commit is contained in:
@@ -51,25 +51,11 @@ 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
|
||||
```
|
||||
|
||||
**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).
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user