marlin2_a10m/Marlin/src/gcode
Scott Lahteine d8a8eec6ea Add THERMAL_PROTECTION capability
Based on #10465

In response to `M115` the firmware reports if Thermal Protection is enabled (1) or not (0). This information can be used by software such as OctoPrint (more precisely the Printer Safety Check plugin) to warn users when Thermal Protection is not enabled in the firmware.

Co-Authored-By: andrivet <sebastien@advtools.com>
2018-04-20 16:50:50 -05:00
..
bedlevel Don't report point 0 in MBL G29 2018-04-20 13:12:50 -05:00
calibrate Overhaul of G33 Delta Calibration (#8822) 2018-04-11 21:14:48 -05:00
config M221 with no parameters report flow 2018-04-17 16:06:25 -05:00
control Consolidate smart stepper driver initialization 2018-03-19 22:05:16 -05:00
eeprom Patch configuration_store for extra serial port 2018-03-09 07:42:27 -06:00
feature Use 0 as the bed position (not Z_MIN_POS) 2018-04-17 20:32:56 -05:00
geometry Fix G53/CNC_COORDINATE_SYSTEMS compilation, Travis testing (#10227) 2018-03-28 14:14:39 -04:00
host Add THERMAL_PROTECTION capability 2018-04-20 16:50:50 -05:00
lcd Clear the "Wait for user" message set by M0/M1 2018-03-29 18:38:12 -05:00
motion Scale feedrate (mm/s to deg/s) for SCARA 2018-04-06 19:47:48 -05:00
probe Tweak use of move_z_after_probing 2018-03-21 01:25:08 -05:00
scara Operate in Native Machine Space 2017-11-04 00:05:38 -05:00
sdcard Add C parameter to M27 to include the long filename 2018-03-15 23:06:18 -05:00
stats Multi-host support 2018-01-10 00:14:47 -06:00
temperature Improve heating/cooling LCD messages (#10293) 2018-04-04 18:29:27 -05:00
units Move M82_M83 to cpp 2017-09-21 16:26:59 -05:00
gcode.cpp Add G29_RETRY_AND_RECOVER feature 2018-04-19 19:45:53 -05:00
gcode.h Add G29_RETRY_AND_RECOVER feature 2018-04-19 19:45:53 -05:00
parser.cpp Fix M118 parameter handling 2018-04-12 19:10:04 -05:00
parser.h Fix the "slow" version of the G-code parser 2018-02-02 00:35:58 -06:00
queue.cpp Fix up enqueue now functions 2018-04-19 19:45:53 -05:00
queue.h Fix up enqueue now functions 2018-04-19 19:45:53 -05:00