provide one method to add gcode to blocks, reduce code duplication
[clinton/Smoothieware.git] / src / modules / tools / switch / Switch.cpp
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-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-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