Marlin_Firmware/Marlin/src/gcode/control
Marcio Teixeira 71e19baf69 Fix kill => disable_all_heaters => print_job_timer.stop (#12146)
- Remove `print_job_timer.stop()` from `disable_all_heaters`
- Call `print_job_timer.stop()` for relevant `disable_all_heaters()`.
- Split up `kill()` for watchdog interrupt safety
2018-10-18 21:20:56 -05:00
..
M3-M5.cpp Replace double with float, optimize calculation 2018-07-04 22:28:56 -05:00
M17_M18_M84.cpp Add support for TMC2660 (#11998) 2018-10-06 17:18:10 -05:00
M42.cpp Use uint8_t for all fan speeds (#12032) 2018-10-07 15:34:41 -05:00
M80_M81.cpp Fix kill => disable_all_heaters => print_job_timer.stop (#12146) 2018-10-18 21:20:56 -05:00
M85.cpp Move M18_M84, M85 to cpp 2017-09-21 16:26:59 -05:00
M108_M112_M410.cpp Fix kill => disable_all_heaters => print_job_timer.stop (#12146) 2018-10-18 21:20:56 -05:00
M111.cpp Expand serial support in DUE/AVR hals exploiting the templated MarlinSerial classes (#11988) 2018-10-03 00:47:27 -05:00
M120_M121.cpp Move M119-M121 to cpp 2017-09-21 16:27:01 -05:00
M211.cpp Tweak M211 2018-03-02 02:20:40 -06:00
M226.cpp Protected pin err for M226 2018-06-10 17:45:47 -05:00
M280.cpp Move servo code to modules/servo.* 2017-11-19 14:23:02 -06:00
M350_M351.cpp Add stepper MS3 support 2018-10-11 01:10:11 -05:00
M380_M381.cpp Add option to control Solenoids under PARKING_EXTRUDER (#12028) 2018-10-07 17:07:12 -05:00
M400.cpp Move Stepper::synchronize to Planner (#10713) 2018-05-12 01:38:02 -05:00
M605.cpp Single Z raise value for all tool-changing / parking (#12090) 2018-10-17 11:11:41 -05:00
M999.cpp Move M999 to cpp 2017-09-21 16:27:10 -05:00
T.cpp Tweaks to tool_change, GcodeSuite::T() 2017-10-14 02:53:19 -05:00