aboutsummaryrefslogtreecommitdiffstats
path: root/test/klippy/temperature.test
blob: efbeb3c315b6b3363a8878d92190eda66ad71810 (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-16mhz.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