clinton/Smoothieware.git
2013-06-23 Jim MorrisAdded new Panel stuff
2013-06-23 Arthur Wolfadding a new thermistor
2013-06-22 Jim MorrisMerge pull request #182 from wolfmanjm/add/johann-kosse...
2013-06-22 Jim Morrisadd Johanns Marlin solution to the arm solutions, basic...
2013-06-21 Logxenfixed PlayLed functionality as per arthur's recomendation
2013-06-19 Jim MorrisMerge pull request #179 from mitchese/fix/mintemp-error
2013-06-19 Jim Morrisadd break to M 204
2013-06-19 Jim MorrisMerge pull request #180 from wolfmanjm/feature/m206
2013-06-19 Jim Morrisadd M206 Snnn to change acceleration on the fly as...
2013-06-13 Sean MitchellFixed MINTEMP error message to start with Error:
2013-06-13 Jim MorrisMerge pull request #175 from wolfmanjm/feature/allow...
2013-06-13 Jim Morrisfix whitespace tabs -> spaces
2013-06-13 Jim Morrisadded ad5206 implemente by Wulfnor
2013-06-12 Jim MorrisMove digipot to currentl control module
2013-06-12 Jim MorrisMerge pull request #174 from wolfmanjm/fix/version...
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-09 Jim MorrisAdd THEKERNEL which accesses the Kernel Singleton from...
2013-06-08 Jim Morriswhitespace conversion tab -> space
2013-06-08 Jim MorrisAdd public data access to robot for current override...
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 MorrisUse adam greens suggestion to simplify the way the...
2013-06-07 Jim MorrisMerge pull request #173 from wolfmanjm/fix/version...
2013-06-07 Jim MorrisFix makefile so src/version.cpp is copied if on win32
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 Morrisupdate .gitignore
2013-06-07 Jim MorrisAdded a new event GET_PUBLIC_DATA used to retrieve...
2013-06-06 Logxenadded sample config values for Laser module
2013-06-06 Logxenfinally made Laser's pin configable
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 Jim MorrisUpdate makefile
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-06-01 Logxenproperly muxed outputs
2013-06-01 LogxenMerge remote-tracking branch 'upstream/edge' into edge
2013-06-01 Logxenupdated ConfigSamples for new switch system
2013-06-01 arthurwolfMerge pull request #169 from logxen/switch
2013-06-01 Logxenput docs/ConfigSamples back the way they were
2013-06-01 Logxenmerged button into switch to generally reduce naming...
2013-05-31 Logxenchanged docs organization to better allow for documenti...
2013-05-31 Logxenfixed bug in Pin declaration and usage in Button module
2013-05-29 Jim Morrisadd placeholder for git info
2013-05-29 Jim Morrisadd graceful fail for windows
2013-05-29 Jim MorrisAdd a version command to simpleshell
2013-05-25 arthurwolfMerge pull request #167 from powertomato/feature/touchprobe
2013-05-25 Stefan KruljFix a wrong merge I made
2013-05-25 Stefan Kruljfix a pseudo change
2013-05-25 Stefan KruljCode cleanup and comments
2013-05-23 Stefan KruljFixed a bug regarding absolute/relative movment during...
2013-05-22 Stefan KruljRewritten Touchprobe module to use Stepper-objects...
2013-05-21 Stefan KruljCompletely moved the motion part of G31 to Robot, still...
2013-05-21 Stefan KruljReplaced fake G-code with actual Robot calls (requires...
2013-05-21 Stefan KruljTouchprobe-Module first commit. G31 forwards a fake...
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-13 Michael MoonMerge pull request #166 from ennobler/edge
2013-05-13 Alichange the default config to pull up end stop pins...
2013-05-12 AliDon't always pull up the endstop pins. Let the user...
2013-05-12 Michael MoonUSBSerial: allow CR to terminate lines
2013-05-11 Michael MoonModule: register_for_event no longer virtual to remove...
2013-05-08 Michael Moonstrip utf8 nbsp from comments
2013-05-08 Michael MoonMerge pull request #165 from dandumit/edge
2013-05-08 Daniel Dumitrureport soft error on command unhandled
2013-05-07 Michael MoonRobot & Extruder: enable pins are no longer open drain...
2013-05-07 Michael MoonPin::from_string: change nested loops for condition...
2013-05-07 Michael MoonMerge pull request #164 from wolfmanjm/feature/add...
2013-05-07 Jim Morrisadded repeater mode
2013-05-07 Jim MorrisSet no pullup the default for open drain outputs
2013-05-07 Jim Morrisadded new pin modifiers to from_string...
2013-05-04 Daniel Dumitrureport error message when a command was not taken
2013-05-02 Stefan KruljAdded post-play-gcode
2013-05-01 Michael MoonPlayer: give on_boot_* class variables same name as...
2013-05-01 Michael MoonPlayer: Don't show 'Playing' message if gcode is not...
2013-05-01 Michael MoonMerge branch 'powertomato-edge' into edge
2013-05-01 Stefan KruljOn boot gcode is now default, commented the "skip"...
2013-04-30 Stefan KruljPlayer ignored 'on_boot_gcode_enable' setting: fixed!
2013-04-30 Michael MoonRobot: fix G20 (inches) mode
2013-04-25 LogxenMerge pull request #157 from wolfmanjm/fix/compile...
2013-04-25 Jim Morrisfix compile error in endstops.cpp
2013-04-22 arthurwolfMerge pull request #150 from wolfmanjm/fix/endstops
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-22 Michael MoonMerge pull request #155 from wolfmanjm/fix/endstops-nc
2013-04-22 Jim MorrisMerge branch 'fix/endstops-nc' of https://github.com...
2013-04-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2013-04-22 Jim Morrisfix enstops being defiened as nc, so an nc endstop...
2013-04-18 Michael Moonmain: fix warning
2013-04-18 Michael Moondon't reset integrator when output is beyond bounds...
2013-04-17 Logxenadded commented initializer for connecting sdcard to...
2013-04-16 Michael MoonSlowTicker: add a few comments
2013-04-16 Michael MoonPwm: add comments for Sigma-Delta algorithm for those...
2013-04-16 Michael Moonadd comments to Pin::from_string
2013-04-16 Arthur Wolfadding comments to modules/
2013-04-16 Arthur WolfAdded comments to most files in libs/
2013-04-16 Arthur Wolfremoving more debug pins
next