clinton/Smoothieware.git
2013-04-16 Arthur WolfPlayLed should not work this way
2013-04-16 Arthur Wolfremoving debug pins and counter in StepTicker
2013-04-16 Arthur Wolftemporary fix to the decel bug
2013-04-15 Arthur WolfMerge branch 'edge' into accel
2013-04-15 Arthur Wolftrying something. hopefully that can be a temp fix...
2013-04-14 Michael MoonPwm: limit _max to PID_PWM_MAX - 1
2013-04-07 Michael MoonTemperatureControl: simplify handling of presets, fix...
2013-04-07 Arthur Wolfshould make it work in octoprint
2013-03-30 Adam GreenRestructure mbed SDK makefiles.
2013-03-29 Adam GreenMove mpu.h to the correct location.
2013-03-28 LogxenMerge pull request #153 from logxen/edge
2013-03-28 Logxenadded endstops_enable setting to config samples
2013-03-28 Logxenenabled disabling of Endstops module
2013-03-27 Arthur WolfMerge branch 'edge' into accel
2013-03-25 LogxenMerge pull request #152 from logxen/hbot
2013-03-25 LogxenInitial commit of HBotSolution
2013-03-17 Arthur Wolfextruder now creates its own blocks
2013-03-17 Logxenchanged default on_boot.gcode to be in the /sd/ folder
2013-03-16 Arthur Wolffixing merge conflict
2013-03-15 Arthur WolfMerge branch 'edge' into extruderfix
2013-03-15 arthurwolfMerge pull request #149 from wolfmanjm/extruderfixorig
2013-03-15 Jim MorrisChange default homing direction in example config for...
2013-03-14 Arthur Wolffixed default direction for homing in config and defaults
2013-03-13 Arthur Wolffixed homing freezing due to not calling on_idle
2013-03-11 Arthur Wolfputting Endstops back into main.cpp
2013-03-11 Arthur WolfMerge branch 'extruderfix' of github.com:arthurwolf...
2013-03-11 Arthur Wolfhoming problem solved ( defaults in Endstops.cpp were...
2013-03-11 LogxenMerge pull request #148 from logxen/edge
2013-03-11 Logxenadded note about how to have git ignore config.default...
2013-03-11 LogxenMerge pull request #142 from arthurwolf/firmconfig
2013-03-11 LogxenMerge remote-tracking branch 'upstream/edge' into firmc...
2013-03-11 Michael MoonExtruder: ensure steps_to_step is >= 0
2013-03-11 Michael MoonExtruder: don't clobber flowrate in FOLLOW mode, we...
2013-03-11 Michael MoonExtruder: whitespace and comments
2013-03-11 Michael MoonExtruder: use block returned from append_empty_block...
2013-03-11 Michael MoonExtruder: don't clobber target position
2013-03-11 Michael MoonExtruder: remove redundant relative/absolute conversions
2013-03-11 Michael MoonExtruder: append_empty_block returns the new block...
2013-03-11 Michael MoonExtruder: move handling for flowrate outside SOLO mode...
2013-03-11 Michael MoonExtruder: clarify handling of relative/absolute mode...
2013-03-11 Michael MoonMakefile: allow user-specified baud rate for console...
2013-03-11 Michael MoonStart message: report system clock frequency
2013-03-08 Arthur WolfG90 and G91 were missing
2013-03-07 Michael MoonMerge branch 'feature/ethernet-driver' into edge
2013-03-07 Michael MoonLPC17xx Ethernet Support. Driver only, no network stack...
2013-03-07 Michael MoonUSB: fix a const cast warning
2013-03-07 Michael MoonMerge pull request #147 from bgamari/fixes
2013-03-06 Ben GamariCurrentControl: Add virtual destructor
2013-03-06 Ben GamariCurrentControl: Fix whitespace
2013-03-06 Ben GamariLaser: Add virtual destructor
2013-03-06 Ben GamariStepper: minimum_steps_per_minute should be unsigned
2013-03-06 Ben GamariLaser: Fix up whitespace
2013-03-06 Ben GamariBaseSolution: Needed a virtual destructor
2013-03-06 Ben GamariUSBSerial: Add const annotations to writeBlock's buffer
2013-03-06 Arthur Wolfcompiles and does not crash
2013-03-06 Arthur Wolfcompiles again
2013-03-06 Arthur Wolfdoes not commit yet, but getting close
2013-03-06 Arthur Wolfthis commit does not compile, commiting to get help...
2013-03-06 Arthur Wolfwas not supposed to be false
2013-03-06 Michael MoonMerge remote-tracking branch 'origin/edge' into local...
2013-03-06 Michael MoonMerge branch 'edge' into local-firmconfig
2013-03-06 Michael MoonMerge pull request #146 from wolfmanjm/feature/add...
2013-03-06 Michael MoonMerge pull request #145 from wolfmanjm/feature/add...
2013-03-06 Jim MorrisDon't display ETA for first 10 seconds
2013-03-06 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2013-03-06 Arthur Wolfusing Checked instead of Release
2013-03-06 Michael MoonUSBSerial: remove special handling of \r
2013-03-06 Jim MorrisUse on_second_tick for progress est and elapzed time...
2013-03-06 Michael MoonPlayLed: use Pauser::paused() instead of referencing...
2013-03-06 Michael MoonPlayLed: light off at boot
2013-03-06 Michael MoonPauser: add method bool paused()
2013-03-06 Michael MoonNew LED behaviour: off = not paused, not running. flash...
2013-03-06 Michael MoonPauseButton: eliminate potential race condition
2013-03-06 Jim Morrisuse on_second_tick for reset timeout as smoothie board...
2013-03-06 Michael MoonSlowTicker: G4 pause now also acceps S<seconds> in...
2013-03-06 Michael MoonTemperatureControl: support 2 preset temperatures,...
2013-03-05 Arthur WolfIm dumb
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-05 LogxenMerge remote-tracking branch 'upstream/edge' into firmc...
2013-03-04 arthurwolfMerge pull request #144 from wolfmanjm/feature/delta...
2013-03-04 Jim MorrisImplement Johanns method of specifying segments for...
2013-03-04 Jim MorrisImplement Johanns method of specifying segments for...
2013-03-04 Adam GreenFix #143 - SerialConsole::puts is broken in new build.
2013-03-04 Michael MoonMakefile: keep default configuration in flash, do not...
2013-03-04 Michael MoonFirmConfigSource: use base class methods
2013-03-04 Michael MoonConfigSource: Implement line/stream parsing in base...
2013-03-03 Logxeninitial implementation of FirmConfigSource
2013-03-02 Adam GreenFix for make -j (n>1).
2013-03-02 Arthur WolfMerge branch 'edge' of github.com:arthurwolf/Smoothie...
2013-03-02 Arthur Wolfmove back to get_ref in conveyors flush
2013-03-02 LogxenMerge pull request #141 from logxen/edge
2013-03-02 Logxensimple optimize
2013-03-02 LogxenConfig now checks for config.txt if config is not found
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 GreenVerify that malloc/realloc/free aren't called from...
2013-03-01 Adam GreenUpdate README to no longer mention GCC4MBED.
2013-03-01 Adam GreenMerge remote-tracking branch 'origin/edge' into feature...
next