increase runaway_heating_timeout to a max of 511 seconds
[clinton/Smoothieware.git] / src / modules / tools / temperaturecontrol / TemperatureControl.h
2016-10-18 Jim Morrisincrease runaway_heating_timeout to a max of 511 seconds
2016-06-28 Jim MorrisMerge pull request #907 from lordofhyphens/deltagrid_ca...
2016-06-26 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-26 Arthur WolfMerge pull request #782 from Smoothieware/runaway
2016-06-21 Jim MorrisUpdate TemperatureControl.h
2016-06-21 Arthur Wolfremoving runaway_timer and runaway_timeout as they...
2016-06-06 Arthur WolfMerge pull request #933 from Smoothieware/edge
2016-05-25 Arthur Wolfmade temperature runaway options configurable
2016-05-25 Arthur Wolfadded the enum as wolfmanjm asked for the state, and...
2016-05-23 Arthur WolfMerge pull request #929 from Smoothieware/edge
2015-11-29 Arthur Wolfdraft temperature runaway detection
2015-09-13 Jim MorrisMerge branch 'feature/soft_soft_endstops' of https...
2015-09-13 Jim MorrisMerge pull request #727 from wolfmanjm/modify/temperatu...
2015-09-13 Jim MorrisMerge pull request #730 from wolfmanjm/fix/suspend...
2015-09-12 Jim MorrisMerge branch 'modify/temperature-switch-edge-detection...
2015-09-12 Jim MorrisMerge pull request #728 from Smoothieware/fix/temperatu...
2015-09-12 Jim Morrischange the temperature public data access to pass in...
2015-08-30 Jim MorrisMerge pull request #704 from sorki/probe_add_return_fee...
2015-08-30 Jim MorrisMerge pull request #703 from sorki/probe_custom_feedrate
2015-08-25 Jim MorrisMerge pull request #702 from wolfmanjm/feature/max_temp...
2015-08-25 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2015-08-25 Jim MorrisAdded max temp check, if exceeeded hotend will be turne...
2015-02-26 Jim MorrisMerge pull request #586 from RepRapMorgan/mintemp
2015-02-08 Jim MorrisMerge pull request #558 from RepRapMorgan/grid25level
2015-02-05 Jim MorrisMerge pull request #593 from Smoothieware/add/Steinhart...
2015-01-31 Jim MorrisImplement Steinhart-Hart equation to calculate temperature
2015-01-29 Quentin HarleyAdded a way to specify a minimum temperature to protect...
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2015-01-19 Jim MorrisMerge pull request #578 from Smoothieware/fix/wait...
2015-01-19 Jim Morrisremove on gcode execute from temperature control
2014-12-26 Jim MorrisMerge pull request #571 from wolfmanjm/add/temp-sensor...
2014-12-25 Jim Morrisadd temp sensor specific settings, like for thermistor...
2014-12-20 Jim MorrisMerge pull request #566 from wolfmanjm/upstreamedge
2014-12-20 Jim Morrissemi revert the windup patch, now it is disabled by...
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-10-21 Arthur WolfMerge pull request #535 from Smoothieware/max-temp
2014-10-20 Arthur Wolfadded max_temp config option to temperaturecontrol
2014-09-05 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-08-28 hogthrobMerge remote-tracking branch 'upstream/edge' into edge
2014-08-28 Jim MorrisMerge pull request #501 from Smoothieware/update/tempco...
2014-08-27 Jim Morrisallow readonly temperatire sensors, set by output pin...
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-09 Jim MorrisMerge pull request #477 from wolfmanjm/update/add-on...
2014-08-09 Jim Morrisadd ON_HALT event
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-15 Jim MorrisMerge pull request #425 from klocs/edge
2014-06-14 Jim MorrisMerge pull request #422 from wolfmanjm/fix/module-event...
2014-06-14 Jim Morrisclean up the way events are handled and use std::function
2014-06-09 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-06-08 Jim MorrisMerge pull request #415 from wolfmanjm/optimize/public...
2014-06-08 Jim Morrissave some ram by not making public data returns static...
2014-06-07 Jim MorrisMerge pull request #412 from wolfmanjm/fix/multi-extrud...
2014-06-07 Jim MorrisFix bed temp setting when multi extruder is configured
2014-05-31 Jim MorrisMerge pull request #407 from wolfmanjm/panel/add-settin...
2014-05-30 Jim MorrisInitial addition of settings and temperature control...
2014-05-24 LogxenMerge pull request #400 from Smoothieware/multitool
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-05-18 LogxenMerge branch 'edge' into multitool
2014-05-17 Logxencleaned up ToolManager
2014-05-17 LogxenAdded multitool awareness to temperature_control
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-04-21 Jim MorrisMerge pull request #378 from hakalan/thermocouple
2014-04-18 hakalanAdded buffer for averaging of measurements to improve...
2014-04-14 haklaSupport max31855 thermocouple over spi.
2014-04-02 Jim MorrisMerge pull request #359 from wolfmanjm/upstreamedge
2014-04-02 Jim Morriscleanup temperaturecontrol header file
2014-04-02 Jim MorrisFix positive trim values for delta M666
2014-03-31 Jim MorrisMerge pull request #354 from wolfmanjm/upstreamedge
2014-03-31 Jim Morrisfix bang bang on/off bug
2014-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morriscleanup more headers
2014-03-29 Jim MorrisMerge pull request #348 from wolfmanjm/add/bang-bang...
2014-03-29 Jim MorrisAdded bang bang control for heaters
2014-02-19 Jim MorrisMerge pull request #332 from wolfmanjm/upstreamedge
2014-02-19 Jim MorrisUse new c++11 way of doing checksum
2014-02-19 LogxenMerge branch 'switch' into edge
2014-01-24 Michael MoonMerge branch 'master' into edge
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-08-27 Jim MorrisMerge pull request #219 from wolfmanjm/fix/pid2
2013-08-27 Jim MorrisMake PID work like arduino pid library and more like...
2013-08-13 Jim MorrisMerge pull request #216 from wolfmanjm/fix/pid
2013-08-13 Jim MorrisSetting the I and D values needs to be scaled by the...
2013-08-09 Arthur Wolfmake pwm frequency configurable in temperaturecontrol...
2013-06-12 Jim MorrisMerge branch 'upstreamedge' into fix/version-makefile
2013-06-11 Jim MorrisMerge pull request #172 from wolfmanjm/feature/get_publ...
2013-06-07 Jim Morrisadded set_temp to console commands
2013-06-07 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2013-06-07 Jim Morrisclean up white space tabs vs spaces
2013-06-07 Jim MorrisMove where the checksums are defined for public access
2013-06-07 Jim MorrisAdded a new event GET_PUBLIC_DATA used to retrieve...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-03-27 Arthur Wolfmerge edge into master
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-06 Michael MoonMerge branch 'edge' into local-firmconfig
2013-03-06 Michael MoonTemperatureControl: support 2 preset temperatures,...
2013-03-02 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-02 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
next