clinton/Smoothieware.git
2014-08-28 Jim Morrisoptimize readonly
2014-08-27 Jim Morrissome comments
2014-08-27 Jim Morrisrename the temperature switch config entrythat specifie...
2014-08-27 Jim Morrisallow readonly temperatire sensors, set by output pin...
2014-08-27 Jim Morrisallow different emperature switch instances controlling...
2014-08-27 Jim Morrissome more optimizations
2014-08-27 Jim Morrismake class smaller by using 16bit ints not 32bit
2014-08-25 Jim MorrisMerge pull request #499 from hogthrob/edge
2014-08-25 hogthrobApproach to generate branch name for version string...
2014-08-25 hogthrobApproach to generate branch name for version string...
2014-08-25 Jim MorrisMerge pull request #498 from hogthrob/edge
2014-08-25 hogthrobAdded support for Win32 git version string generation
2014-08-25 hogthrobAdded support for Win32 git version string generation
2014-08-23 Jim MorrisUpdate README.creole
2014-08-23 Jim MorrisUpdate README.creole
2014-08-23 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-08-23 Jim Morrisupdate firnware.bin and checksum
2014-08-23 Jim MorrisMerge pull request #494 from bfoz/patch-1
2014-08-23 Brandon FosdickAdded install instructions for Homebrew users
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-20 soldierkamMerge remote-tracking branch 'upstream/master' into...
2014-08-20 soldierkamDHCP option 12 support (hostname)
2014-08-19 Jim MorrisMerge pull request #490 from wolfmanjm/upstreamedge
2014-08-19 Jim MorrisFix switch state sio it is false if PWM switch and S0
2014-08-19 Jim MorrisMerge pull request #489 from wolfmanjm/upstreamedge
2014-08-19 Jim MorrisHalf hearted attempt at implementing M112 ESTOP
2014-08-14 Jim MorrisMerge pull request #486 from wolfmanjm/optimize/optiona...
2014-08-14 Jim Morrisdon't disdplay tmperatures on panel if no heaters
2014-08-14 Jim MorrisIf no heaters presume no extruders and do not create...
2014-08-13 Jim MorrisMerge pull request #485 from wolfmanjm/upstreamedge
2014-08-13 Jim Morrismake dtor virtual
2014-08-13 Jim MorrisMerge pull request #484 from wolfmanjm/features/add...
2014-08-13 Jim Morrisadd on_exit to panelscreen
2014-08-13 Jim MorrisMerge pull request #483 from wolfmanjm/features/add...
2014-08-13 Jim MorrisAdded M204 Ennn to set extruder solo acceleration
2014-08-12 Jim MorrisMerge pull request #482 from stth1998/fix/menu_mem_savi...
2014-08-12 stth1998Squashed commit of the following:
2014-08-12 Jim MorrisMerge pull request #481 from wolfmanjm/cleanup/unused...
2014-08-12 Jim Morrisremove unused I2C based panels
2014-08-12 Jim Morrismake private origin/preserve/i2c-based-panels
2014-08-12 Jim MorrisMerge pull request #480 from wolfmanjm/upstreamedge
2014-08-12 Jim MorrisAdd implementation for addMenuItem
2014-08-11 Jim MorrisMerge pull request #478 from wolfmanjm/upstreamedge
2014-08-11 Jim Morrisenable adjust z function when restoring three point...
2014-08-10 Jim Morrisupdated firmware.bin
2014-08-09 Jim MorrisMerge pull request #477 from wolfmanjm/update/add-on...
2014-08-09 Jim Morrisadd ON_HALT event
2014-08-08 Jim MorrisMerge pull request #476 from wolfmanjm/upstreamedge
2014-08-08 Jim MorrisAdd M221 extruder flow rate multiplier closes #448
2014-08-08 Jim MorrisMerge pull request #475 from wolfmanjm/feature/homing...
2014-08-07 Jim Morrisrename states
2014-08-07 Jim Morrisfix speed/acceleration, only accelerate when doing...
2014-08-07 Jim Morrisadd a move to zero 0,0 option after homing
2014-08-07 Jim MorrisMerge pull request #474 from wolfmanjm/refactor/predefi...
2014-08-07 Jim Morriswhitespace change
2014-08-07 Jim Morrismake a flash based list of predefined thermistors,...
2014-08-06 Jim MorrisMerge pull request #473 from wolfmanjm/refactor/planner...
2014-08-06 Jim Morrisplanner is no longer a module
2014-08-05 Jim MorrisMerge pull request #472 from wolfmanjm/add/z-only-move...
2014-08-05 Jim MorrisAdded z acceleration to configs
2014-08-05 Jim MorrisMerge pull request #471 from wolfmanjm/feature/three...
2014-08-04 Jim MorrisM503 will inform user if bed plane will be saved
2014-08-04 Jim Morrisadd ability to save the bed plane with M500 and config...
2014-08-03 Jim Morrisadd docs
2014-08-03 Jim Morristweak probe speeds
2014-08-03 Jim Morrisadded some comments and minor refactor of steppermotor...
2014-08-03 Jim Morrisrefactored accleration in zprobe to avoid race conditio...
2014-08-03 Jim Morrischange sign of z adjustment based on observation
2014-08-03 Jim Morrisupdate firmware.bin
2014-08-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-08-03 Jim MorrisEndstops set all axis positions at once if all axis...
2014-08-03 Jim Morrismake the z adjustment not affect requested target just...
2014-08-02 Jim Morrisadd function pointer to adjust z function in robot
2014-08-02 Jim Morrisadd G31 status and M561 reset plane
2014-08-02 Jim Morrischeck zprobe is connected and not triggered before...
2014-08-02 Jim Morrismake speed volatile so acceleration tick can see it
2014-08-02 Jim MorrisMerge pull request #470 from wolfmanjm/upstreamedge
2014-08-02 Jim Morrisrevert disable msd change to avoid buggy windoze BSOD
2014-08-02 Jim Morrisfix potential homing race condition
2014-08-02 Jim MorrisAdd homing order to config
2014-08-02 Jim Morrisupdate firmware.bin
2014-08-01 Jim Morrisonly backoff after homing if triggered and asked to...
2014-08-01 Jim MorrisMerge pull request #469 from wolfmanjm/upstreamedge
2014-08-01 Jim Morrisonly backoff after homing if triggered and asked to...
2014-08-01 Jim Morrisadded some placeholders for function hook in
2014-07-31 Jim Morrisadd loading strategy to zprobe
2014-07-31 Jim Morrisimplement probing, and plane definition and z offset...
2014-07-31 Jim MorrisInitial start at a threepoint bed leveling strategy
2014-07-30 Jim MorrisMerge pull request #468 from wolfmanjm/refactor/zprobe...
2014-07-30 Jim Morrisfinalize zprobe and delta calibration refactor
2014-07-30 Jim Morrisadd the leveling_strategies from config
2014-07-30 Jim Morrisinitial refactor for leveling strategies
2014-07-30 Jim MorrisMerge pull request #467 from wolfmanjm/upstreamedge
2014-07-30 Jim Morrisadded the msd_disable option to sample configs
2014-07-30 Jim MorrisMerge pull request #466 from wolfmanjm/add/disable-msd
2014-07-30 Jim MorrisAdd a disable_msd to config to totally disable msd
2014-07-28 Jim Morrisupdate firmware.bin and checksum
2014-07-27 Jim MorrisMerge pull request #462 from wolfmanjm/upstreamedge
2014-07-27 Jim Morrisfix current control bug introduced by refactor
2014-07-24 Jim MorrisMerge pull request #460 from wolfmanjm/upstreamedge
next