optimize readonly
[clinton/Smoothieware.git] / src / modules / tools / temperaturecontrol / TemperatureControl.cpp
2014-08-28 Jim Morrisoptimize readonly
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-20 soldierkamMerge remote-tracking branch 'upstream/master' into...
2014-08-09 Jim MorrisMerge pull request #477 from wolfmanjm/update/add-on...
2014-08-09 Jim Morrisadd ON_HALT event
2014-07-30 Jim MorrisMerge pull request #468 from wolfmanjm/refactor/zprobe...
2014-07-30 Jim Morrisinitial refactor for leveling strategies
2014-07-23 Jim MorrisMerge pull request #457 from wolfmanjm/add/limit-switch...
2014-07-23 Jim Morrisfix pause button to be able to unpause system regardles...
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim MorrisMerge pull request #433 from wolfmanjm/update/remove...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into updat...
2014-06-17 Jim Morrisremove on_config_reload event
2014-06-15 Jim MorrisMerge pull request #425 from klocs/edge
2014-06-14 Jim MorrisMerge pull request #423 from wolfmanjm/upstreamedge
2014-06-14 Jim MorrisPublic data does not need to be a module or have an...
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 Jim MorrisMerge pull request #402 from wolfmanjm/upstreamedge
2014-05-24 Jim Morrisremove link_to_tool, as it is not needed
2014-05-24 LogxenMerge pull request #400 from Smoothieware/multitool
2014-05-24 LogxenMerge pull request #399 from Smoothieware/edge
2014-05-18 Jim Morriswhite space fixes only
2014-05-18 LogxenMerge branch 'edge' into multitool
2014-05-17 LogxenM105 works for all controllers again
2014-05-17 Logxencleaned up ToolManager
2014-05-17 Logxenmade temp set commands work with multitool
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 haklaSome error handling cleanup.
2014-04-14 haklaSupport max31855 thermocouple over spi.
2014-04-12 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-04-12 Jim MorrisMerge pull request #367 from wolfmanjm/optimize/config...
2014-04-11 Jim Morrisclean up config-cache so it can encapsulate different...
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-31 Jim Morriscleanup all libs/ headers and dependent files
2014-03-30 Jim MorrisMerge pull request #350 from wolfmanjm/fix/tabs-in...
2014-03-30 Jim MorrisAllow TABS in config
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
2014-01-19 Michael MoonMerge branch 'feature/ActionQueue_redux' into edge
2014-01-17 Michael MoonExtruder,TemperatureControl: minor comment changes
2014-01-17 Michael MoonMerge branch 'edge' into feature/ActionQueue_redux
2014-01-16 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-01-16 Michael Moonbiggish Block queue reshuffle, Planner::recalculate...
2014-01-15 Michael Moonprovide one method to add gcode to blocks, reduce code...
2014-01-03 Jim MorrisFix a bug in the M500 for saving the PID setting
2014-01-02 Jim MorrisMerge pull request #304 from wolfmanjm/upstreamedge
2014-01-02 Jim MorrisFix M500 and M503 for PID values M301
2013-12-27 Michael MoonReplace all doubles with floats including some constants
2013-12-27 Michael Moonreplace all uses of module::kernel pointer with kernel...
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-12-14 Jim MorrisMerge pull request #289 from wolfmanjm/upstreamedge
2013-12-13 Jim MorrisAdded M500, M501, M503 to save certain values to a...
2013-08-29 Jim MorrisMerge pull request #222 from wolfmanjm/upstreamedge
2013-08-29 Jim MorrisMake M303 parameters auto pid tune compliant with other...
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-25 Jim MorrisUpdate TemperatureControl.cpp
2013-06-23 Arthur Wolfadding a new thermistor
2013-06-19 Jim MorrisMerge pull request #179 from mitchese/fix/mintemp-error
2013-06-13 Sean MitchellFixed MINTEMP error message to start with Error:
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 Morriscleanup white space tabs -> spaces
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 MorrisUse a struct to return public data requests, see exampl...
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-06-05 LogxenMerge remote-tracking branch 'upstream/edge' into edge
2013-06-05 arthurwolfMerge pull request #168 from wolfmanjm/feature/add...
2013-06-05 arthurwolfMerge pull request #170 from wolfmanjm/feature/add...
2013-06-05 Jim Morrisadd GCode::txt_after_ok so test can be appnded to the...
2013-05-18 Stefan KruljMerge branch 'edge' of git://github.com/arthurwolf...
2013-05-13 Michael MoonMerge remote-tracking branch 'fix/USBMSD' into edge
2013-05-08 Michael MoonMerge pull request #165 from dandumit/edge
2013-05-04 Daniel Dumitrureport error message when a command was not taken
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-18 Michael Moondon't reset integrator when output is beyond bounds...
2013-04-15 Arthur WolfMerge branch 'edge' into accel
next