aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/temperature.test
blob: 31acde325dcbb4d0f113bbf51336a74fbf55b2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Tests for various temperature sensors
DICTIONARY atmega2560.dict
CONFIG temperature.cfg

# Set various temperatures
M104 S100
M105

M140 S60
M105

M140 S0

# Test "wait for temp" g-code
M109 S100
M109 S60
M105