refactor ON_HALT, add THEKERNEL->is_halted() for modules that just need to test it...
[clinton/Smoothieware.git] / src / modules / tools / endstops / Endstops.cpp
2015-09-23 Jim Morrisrefactor ON_HALT, add THEKERNEL->is_halted() for module...
2015-09-23 Jim MorrisAdded ability to abort a heat and wait and Homing when...
2015-09-21 Jim MorrisMerge pull request #737 from wolfmanjm/fix/extruder_sol...
2015-09-14 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2015-09-14 Jim MorrisMerge remote-tracking branch 'upstream/edge' into devel...
2015-09-14 Jim Morrismin -> std::min
2015-09-14 Jim MorrisMerge pull request #735 from wolfmanjm/refactor/endstop...
2015-09-14 Jim Morrisrefactor endstop bounce back after home for limits
2015-09-14 Jim Morrisremove map, use vector pair.
2015-09-14 Jim Morrisrefactor how endstop limits back off moves are generated
2015-09-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into devel...
2015-09-13 Jim MorrisMerge pull request #734 from Smoothieware/OskarLinde...
2015-09-13 Jim MorrisMerge branch 'OskarLinde-feature/soft_soft_endstops...
2015-09-13 Jim MorrisFixed Endstops::back_off_home() so it works for deltas
2015-09-13 Jim MorrisMerge branch 'feature/soft_soft_endstops' of https...
2015-09-13 Jim MorrisMerge pull request #730 from wolfmanjm/fix/suspend...
2015-09-10 Oskar LindeMake soft endstops truly soft
2015-08-23 Arthur WolfMerge pull request #686 from thinkl33t/edge
2015-08-19 Jim MorrisMerge pull request #696 from wolfmanjm/fix/unmarked...
2015-08-19 Jim Morrisremove the unhandled gcode hack, and all the cruft...
2015-01-21 Arthur WolfMerge pull request #552 from lautr3k/module/Drills
2014-12-17 Jim MorrisMerge pull request #559 from wolfmanjm/feature/suspend...
2014-12-17 Jim MorrisMerge pull request #556 from RepRapMorgan/scara_home_up...
2014-12-17 Quentin HarleyHoming updated for Morgan SCARA
2014-12-13 Jim MorrisMerge pull request #555 from wolfmanjm/fix/harden-homin...
2014-12-10 Jim Morrisclear the last tick flag before homing or running zprobe
2014-12-09 Jim MorrisMerge pull request #551 from wolfmanjm/use-pendsv-handl...
2014-12-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-12-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into use...
2014-11-29 Jim Morrisremove acceleration tick from timer3, use the pending...
2014-11-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2014-11-21 Jim Morrisuse floorf isntead of floor
2014-11-21 Jim Morrisget rid of #define max and use stl::max
2014-11-17 Jim Morrisadd an initial speed to move() so there is a speed...
2014-11-09 Jim MorrisMerge pull request #545 from Smoothieware/add/P1.23...
2014-11-05 Jim MorrisMerge pull request #542 from wolfmanjm/add/clear-block...
2014-11-05 Jim Morrisfix potential issue with endstop homing hanging
2014-11-04 Jim MorrisAdd a debounce count to the reset triggered state
2014-11-04 Jim Morristry to fix liit swiches still activating after M999
2014-11-04 Jim Morrisfix issues with timing of when flush happens
2014-11-03 Jim Morrisclear limit triggered if no limit switches still triggered
2014-11-03 Jim MorrisMerge branch 'feature/kill-button' into add/clear-block...
2014-11-03 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-11-03 Jim MorrisImplement triffid hunters flush queue code in Conveyor
2014-10-06 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-10-05 Jim MorrisMerge pull request #529 from wolfmanjm/upstreamedge
2014-10-05 Jim Morrisfix M306 as per qharley (with improvements)
2014-10-05 Jim MorrisMerge pull request #528 from wolfmanjm/upstreamedge
2014-10-05 Jim Morrisadd an additional offset to M306 if Z has a value other...
2014-10-04 Jim MorrisMerge pull request #527 from wolfmanjm/feature/modify...
2014-10-04 Jim MorrisMove M206 improvements to M306 and leave M206 as is
2014-10-04 Jim MorrisMerge pull request #524 from RepRapMorgan/M206_improvements
2014-10-04 Jim MorrisMerge pull request #525 from RepRapMorgan/scara_updates
2014-10-04 Quentin HarleyRepairs issues surrounding homing for scara systems
2014-10-04 Quentin HarleyAdded automatic end-stop offset calbration to M206:
2014-09-05 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2014-09-02 Jim MorrisMerge pull request #505 from wolfmanjm/update/adjustZfn...
2014-09-02 Jim Morrisdo not hardcode maximum Zprobe distance use gamma_max*2
2014-08-30 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2014-08-30 Jim MorrisMerge pull request #503 from wolfmanjm/upstreamedge
2014-08-30 Jim Morrismake M119 return a lowercase string to keep pronterface...
2014-08-20 Jim MorrisMerge pull request #491 from soldierkam/edge
2014-08-20 soldierkamMerge remote-tracking branch 'upstream/master' into...
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 #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-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-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-02 Jim Morrismake speed volatile so acceleration tick can see it
2014-08-02 Jim MorrisAdd homing order to config
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-07-24 Jim MorrisMerge pull request #458 from wolfmanjm/upstreamedge
2014-07-24 Jim Morrisshow status of all connected endstops with M119
2014-07-23 Jim MorrisMerge pull request #457 from wolfmanjm/add/limit-switch...
2014-07-23 Jim Morrisadd some TODO notes
2014-07-23 Jim MorrisAdd enabling of limit switches which will freeze operat...
2014-06-29 Jim MorrisMerge branch 'edge'
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into optim...
2014-06-19 Jim MorrisMerge pull request #433 from wolfmanjm/update/remove...
2014-06-19 Jim MorrisMerge remote-tracking branch 'upstream/edge' into updat...
2014-06-17 Jim Morrisremove on_config_reload event
2014-06-16 Jim MorrisMerge pull request #429 from wolfmanjm/add/max-step...
2014-06-16 Jim Morrisremove copies of steppermotor pointers in modules and...
2014-06-15 Jim MorrisMerge pull request #425 from klocs/edge
2014-06-13 Jim MorrisMerge pull request #421 from wolfmanjm/upstreamedge
2014-06-13 Jim Morrisadd ability to disable play led in config
2014-06-09 Jim MorrisMerge branch 'edge' of github.com:Smoothieware/Smoothie...
2014-06-08 Jim MorrisMerge pull request #415 from wolfmanjm/optimize/public...
2014-06-08 Jim Morrissave some ram by not making public data returns static...
2014-05-31 Jim MorrisMerge pull request #407 from wolfmanjm/panel/add-settin...
2014-05-31 Jim Morrisadd z homing offset to settings
2014-05-30 Jim MorrisInitial addition of settings and temperature control...
next