mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-08 06:24:03 -06:00
test: Add a test case for less common temperature sensors
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
756514adef
commit
c0bf4327fd
2 changed files with 154 additions and 0 deletions
17
test/klippy/temperature.test
Normal file
17
test/klippy/temperature.test
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue