test: Add a test case for less common temperature sensors

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2018-07-24 12:54:22 -04:00
parent 756514adef
commit c0bf4327fd
2 changed files with 154 additions and 0 deletions

View file

@ -0,0 +1,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