TemperatureControl: ensure pwm output is set to 0 when heater is turned off - cosmeti...
[clinton/Smoothieware.git] / src / modules / tools / temperaturecontrol / TemperatureControl.cpp
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...
2012-11-11 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2012-11-11 arthurwolfMerge pull request #67 from triffid/feature/cleaner_mak...
2012-11-11 Michael Moonmass trailing whitespace cleanup
2012-11-11 Michael Moonremove weird unicode chars
2012-11-07 Arthur Wolfcorrected interrupt priorities
2012-11-06 arthurwolfMerge pull request #66 from arthurwolf/stepper
2012-11-02 Arthur WolfMerge branch 'stepper' of github.com:arthurwolf/Smoothi...
2012-11-02 Arthur Wolfoptimized kernel
2012-11-02 arthurwolfMerge pull request #62 from bgamari/stepper
2012-11-02 Ben GamariTemperatureControl: Ensure total ADC read is initialized
2012-11-02 Ben GamariTemperatureControl: Ensure thermistor_read_tick returns...
2012-11-02 Ben GamariTemperatureControl: Kill redundant code
2012-10-30 Arthur Wolfmade kernel more efficient, and some caching in gcode...
2012-10-08 Arthur Wolfsolved the block end problem, commiting mostly to save...
2012-09-17 Arthur Wolfmerging edge into stepper
2012-09-13 Arthur Wolfre-enabling serial
2012-09-08 Arthur Wolfadded -q ( quiet ) option to the play command
2012-09-06 Arthur WolfS is not a command, this is bad : https://github.com...
2012-07-07 arthurwolfMerge pull request #48 from arthurwolf/edge
2012-05-09 LogxenMerge branch 'edge' into wait4q
2012-05-09 Mark A. CooperMerge pull request #26 from logxen/edge
2012-05-09 Logxenreplaced all occurrences of '_ckeckusm' with '_checksum'
2012-03-26 Arthur Wolfmoved from FunctionPointer to FPointer. hopefully,...
2012-02-27 Arthur Wolfremoved most mbed.h includes
2012-02-19 Arthur Wolfrepaired Pause subsystem, added M109 ( wait for temp...
2012-02-18 Arthur Wolfmade temperature_control modular ( multiple concurrent...
2012-02-02 Arthur Wolfcleanup before merging
2012-02-02 Arthur Wolfadded missing files
2012-01-18 Arthur Wolfprecaution commit
2012-01-05 Arthur Wolfadded shortcut configuration option : temperature_contr...
2012-01-04 Arthur Wolfin-file config of the TemperatureControl, and simple...
2012-01-03 Arthur WolfBasic 3D printing support working, a gigaton of bugfixes