provide one method to add gcode to blocks, reduce code duplication
[clinton/Smoothieware.git] / src / modules / tools / temperaturecontrol / TemperatureControl.cpp
2014-01-15 Michael Moonprovide one method to add gcode to blocks, reduce code...
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-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
2013-04-07 Michael MoonTemperatureControl: simplify handling of presets, fix...
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-05 Arthur Wolffixing merge conflicts when merging edge back in
2013-03-05 Arthur Wolfmost probably corrected the Extruder bug, which was...
2013-03-02 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-02 Arthur Wolfmade Extruder create its own blocks for solo moves...
2013-03-02 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
2013-03-01 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
2013-02-26 Michael MoonTemperatureControl: use Pwm::max_pwm properly
2013-02-25 LogxenMerge pull request #135 from wolfmanjm/feature/add...
2013-02-21 Adam GreenMerge remote-tracking branch 'origin/fix/USBSerial...
2013-02-21 Ben GamariMerge pull request #118 from bgamari/temp-no-irq
2013-02-17 LogxenMerge branch 'edge' into onboot
2013-02-16 LogxenMerge branch 'edge' into debugbreak
2013-02-16 Ben GamariTemperatureControl: Move printf out of interrupt context
2013-02-16 LogxenMerge branch 'edge' into button
2013-02-13 arthurwolfMerge pull request #92 from wolfmanjm/move_digipot
2013-02-13 arthurwolfMerge pull request #96 from wolfmanjm/upstreamedge
2013-02-10 Adam GreenMerge branch 'edge' into track_allocs
2013-02-10 Adam GreenMerge remote-tracking branch 'origin/edge' into edge
2013-02-10 Michael MoonMerge branch 'feature/static-Pins' into edge
2013-02-09 Michael MoonPwm: use underlying pin; Switch: static Pwm
2013-02-09 Michael MoonTemperatureControl: static Pins
2013-02-06 Michael MoonModule: don't sign all modules up for ON_CONFIG_RELOAD...
2013-02-05 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-05 Arthur Wolfadded max_pwm to temperaturecontrol
2013-02-03 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-03 Michael MoonMRI Hooks: remember previous state, programmatically...
2013-01-23 arthurwolfMerge pull request #86 from bgamari/edge
2013-01-21 Michael MoonMerge bgamari/median into edge
2013-01-21 Ben GamariTemperatureControl: Use median smoothing instead of...
2013-01-18 Michael MoonTemperatureControl: PID resets I to 0 if output exceeds...
2013-01-15 Michael MoonTemperatureControl: increase default I_MAX to PWM_MAX...
2013-01-15 Michael MoonTemperatureControl: honor readings_per_second configura...
2013-01-15 Michael MoonMerge branch 'feature/on_second_tick_event' into edge
2013-01-15 Michael MoonTemperatureControl: report temperatures every second...
2013-01-02 Michael MoonMerge branch 'hotfix/db35a1-typo' into edge
2013-01-02 Michael MoonMerge branch 'master' into edge
2013-01-02 Michael MoonMerge branch 'feature/new-usb-stack' into edge
2013-01-02 Michael MoonTemperatureControl: go all the way to max_pwm instead...
2013-01-02 Michael MoonTemperatureControl: ensure pwm output is set to 0 when...
2013-01-02 Michael MoonPID Autotune: big update, use algorithm from Marlin...
2013-01-02 Michael MoonPID Autotuner initial commit - results are poor, needs...
2013-01-02 Michael Moonmake extra sure that heater outputs get turned off...
2013-01-02 Michael MoonTemperatureControl PID: prevent integrator from winding...
2013-01-02 Michael MoonTemperatureControl: allow setting PID values indepdende...
2013-01-02 Michael MoonSwitch and TemperatureControl: 1khz modulation rate
2013-01-02 Michael MoonPID: use sensible defaults, auto-scale to PIN_PWM_MAX...
2013-01-02 Michael Moondon't display adc value with M105, other misc cleanups
2013-01-02 Michael Moonalter PID multiplier to get nicer input numbers, simila...
2013-01-02 Michael MoonTemperatureControl: revamp whole thing. TODO: find...
2013-01-02 Michael MoonDisplay temperatures properly using designators and...
2013-01-02 Michael MoonTemperatureControl: emulate temperature reporting of...
2013-01-02 Michael Moonkill heater and generate error if thermistor gives...
2013-01-02 Michael Moonsetting temperature of 0 disables heater, will not...
2013-01-02 Michael MoonMerge branch 'release/0.1'
2012-11-11 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-11 arthurwolfMerge pull request #67 from triffid/feature/cleaner_mak...
next