MrDraw/tests/util
Gina Häußge cf053ddbed Temperatures may in fact be negative
E.g. in case of a disconnected thermistor, or when it is really
really cold. Make sure our parsing doesn't get confuse by this and
thinks that

  ok T:150.0/210.0 T0:-55.7/0 T1:150.0/210.0

is actually only T and T1 being reported by the firmware, causing
stuff to be wrongly canonicalized thanks to T/T1 being Smoothie's way
of reporting dual extruder setups.

Fixes #2007
2017-07-14 11:18:04 +02:00
..
_files Do not include hidden files in listed gcode scripts 2015-11-19 18:58:56 +01:00
__init__.py GCODE scripts are now Jinja templates 2015-03-06 01:42:09 +01:00
test_comm_helpers.py Temperatures may in fact be negative 2017-07-14 11:18:04 +02:00
test_counted_event.py Merge branch 'dev/python3A' of https://github.com/ByReaL/OctoPrint into pr/ByReaL/dev/python3A 2016-07-15 12:28:19 +02:00
test_file_helpers.py Merge branch 'maintenance' into devel 2016-09-23 14:35:31 +02:00
test_jinja.py Do not include hidden files in listed gcode scripts 2015-11-19 18:58:56 +01:00
test_misc.py Better error resilience against wrong user manager 2017-06-29 15:07:17 +02:00
test_repeated_timer.py Merge branch 'dev/python3A' of https://github.com/ByReaL/OctoPrint into pr/ByReaL/dev/python3A 2016-07-15 12:28:19 +02:00