remove on_config_reload event
[clinton/Smoothieware.git] / src / modules / tools / switch / Switch.cpp
2014-06-17 Jim Morrisremove on_config_reload event
2014-05-18 LogxenMerge branch 'edge' into multitool
2014-05-08 Logxenimproved backwards compatibility of turning on switch...
2014-05-08 Logxenimproved switch config parsing
2014-04-26 Jim MorrisMerge pull request #384 from wolfmanjm/feature/auto...
2014-04-26 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-04-23 LogxenMerge branch 'edge' into multitool
2014-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-04-22 Jim Morrisclean up some more headers files
2014-04-01 Jim MorrisMerge pull request #358 from wolfmanjm/upstreamedge
2014-04-01 Jim Morrischange Switch pwm_output confin to output_type pwm...
2014-04-01 Jim MorrisMerge pull request #357 from wolfmanjm/upstreamedge
2014-04-01 Jim Morrisattempt to fix pwm switch putput pins
2014-04-01 Jim MorrisMerge pull request #356 from wolfmanjm/upstreamedge
2014-04-01 Jim Morrisfix toggle/momentary input switches
2014-04-01 Jim Morrisfix on_set_public_data for Switch
2014-04-01 Jim MorrisMerge pull request #355 from wolfmanjm/upstreamedge
2014-04-01 Jim Morrison panel Only show fan icon if fan is on
2014-03-31 Jim MorrisMerge pull request #353 from wolfmanjm/cleanup/headers
2014-03-31 Jim Morriscleanup all libs/ headers and dependent files
2014-03-31 Jim Morrismore header cleanup, compiles faster now
2014-03-31 Jim MorrisMerge pull request #351 from wolfmanjm/upstreamedge
2014-03-31 Jim Morrisadd option to make a switch output pin logic on/off...
2014-03-30 Jim MorrisMerge pull request #350 from wolfmanjm/fix/tabs-in...
2014-03-30 Jim MorrisAllow TABS in config
2014-02-19 Jim MorrisMerge pull request #331 from wolfmanjm/upstreamedge
2014-02-19 Jim MorrisFix switch public access
2014-02-19 LogxenMerge branch 'switch' into edge
2014-02-19 Logxenadded PublicAccessData support to Switch
2014-02-03 Jim MorrisMerge pull request #324 from wolfmanjm/fix/switch
2014-02-03 Jim MorrisFix switch module to parse input and output commands...
2014-01-24 Michael MoonMerge branch 'master' into edge
2014-01-16 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2014-01-15 Michael Moonprovide one method to add gcode to blocks, reduce code...
2013-12-27 Michael MoonUse static kernel singleton pointer instead of per...
2013-12-22 Jim MorrisMerge branch 'upstreamedge' into upstream-master
2013-06-30 LogxenSwitch should now init with the correct analog and...
2013-06-30 Logxenfixed small bug concerning startup_state in Switch...
2013-06-29 Ben GamariMerge pull request #196 from bgamari/edge
2013-06-29 Ben GamariSwitch: Fix usage of std::string::compare
2013-06-29 Ben GamariSwitch: Set switch_value default according to max_pwm...
2013-06-05 LogxenMerge remote-tracking branch 'upstream/edge' into edge
2013-06-05 Logxenmoved gcode execute out of interrupt context and improv...
2013-06-05 arthurwolfMerge pull request #168 from wolfmanjm/feature/add...
2013-06-01 Logxenproperly muxed outputs
2013-06-01 arthurwolfMerge pull request #169 from logxen/switch
2013-06-01 Logxenmerged button into switch to generally reduce naming...
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-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-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-02-17 LogxenMerge branch 'edge' into onboot
2013-02-16 LogxenMerge branch 'edge' into debugbreak
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-06 Michael MoonModule: don't sign all modules up for ON_CONFIG_RELOAD...
2013-02-03 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-02-03 Michael MoonMRI Hooks: remember previous state, programmatically...
2013-01-24 Arthur Wolfremoving a get_value from switch
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 Moonpromote Pwm functions to a new class that overloads...
2013-01-02 Michael MoonSwitch and TemperatureControl: 1khz modulation rate
2013-01-02 Michael Moontranslate 0..255 range to PIN_PWM_MAX
2013-01-02 Michael MoonSwitch: support PWM eg for fans
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...
2012-11-11 Michael Moonmass trailing whitespace cleanup
2012-11-06 arthurwolfMerge pull request #65 from arthurwolf/edge
2012-08-15 Arthur Wolfmerging edge into stepper, correcting conflicts
2012-07-29 arthurwolfMerge pull request #57 from gxurma/lasercontrol
2012-07-08 arthurwolfMerge pull request #51 from arthurwolf/streams
2012-07-07 arthurwolfMerge pull request #49 from arthurwolf/switch
2012-07-07 Arthur Wolfworking Switch module