allow G28.3 to reset ABC
[clinton/Smoothieware.git] / src / modules / tools / endstops / Endstops.cpp
2016-07-28 Jim Morrisallow G28.3 to reset ABC
2016-07-22 Jim Morrisminor refactoring for homing
2016-07-22 Jim Morrisadd config settings gamma_max_travel instead of using...
2016-07-04 Jim MorrisMerge pull request #964 from wolfmanjm/upstreamedge
2016-07-04 Jim Morrisfix a bug where compensation transform and a delta...
2016-07-02 Jim MorrisMerge pull request #961 from wolfmanjm/upstreamedge
2016-06-30 Jim MorrisMerge remote-tracking branch 'upstream/edge-unstable...
2016-06-30 Jim MorrisMerge pull request #957 from Zaaphod/G28.1-minor-adjustment
2016-06-30 James RichtersG28.1 minor refinement
2016-06-30 ZaaphodMerge pull request #3 from Smoothieware/edge-unstable
2016-06-28 Jim Morrisallow restoration of G28.1 position
2016-06-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into exper...
2016-06-28 Jim MorrisMerge pull request #907 from lordofhyphens/deltagrid_ca...
2016-06-28 Jim Morrisfix homing an individual axis
2016-06-26 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-26 Arthur WolfMerge pull request #782 from Smoothieware/runaway
2016-06-26 Jim Morrisminor refactor
2016-06-26 Jim Morrisrevert change to back off at fast rate, it is too viole...
2016-06-26 Jim Morrisuse fast rate for backoff endstops
2016-06-25 Jim Morrisreset axis before trying to home
2016-06-25 Jim Morrisrename wait_for_empty_queue to wait for idle
2016-06-24 Jim Morrisfix move to origin for deltas and cartesians when not...
2016-06-24 Jim Morrisallow $H to initiate homing when in halt, and clears...
2016-06-24 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-24 Jim MorrisMerge pull request #953 from Zaaphod/edge
2016-06-24 James RichtersUpdate method
2016-06-24 James RichtersFix Homing when in G20
2016-06-23 Jim Morrisfix extruder E values when in volumetric mode. this...
2016-06-21 Jim Morrisadd home_z_first option for homing, where Z will home...
2016-06-20 Jim Morrisrewrite extruder to handle new core system
2016-06-18 Jim Morrisdebounce is now debounce_ms and the old debounce_count...
2016-06-17 Jim Morrisrewrite zprobe to work with new motion control
2016-06-17 Jim Morrisrefactors
2016-06-17 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-06-17 Jim Morrisfix homing, speeds and backoffs
2016-06-17 Jim Morrisrefactor how axis are selected for homing
2016-06-17 Jim MorrisImplement homing for deltas, which only homes in the...
2016-06-17 Jim MorrisImplement endstops using new motion control
2016-05-23 Arthur WolfMerge pull request #929 from Smoothieware/edge
2016-03-29 Jim MorrisMerge pull request #887 from wolfmanjm/upstreamedge
2016-03-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into upstr...
2016-03-28 Jim Morrismodify how homing order is set.
2016-02-28 Jim MorrisMerge pull request #864 from wolfmanjm/rdelta/improve...
2016-02-28 Jim Morrisrefactor
2016-02-28 Jim Morrissplit off the M206/M306 for rotary delta into its own...
2016-02-28 Jim Morrisfix M306 for rdelta
2016-02-27 Jim MorrisMerge branch 'fix/use-wrap-delete' into rdelta/improve...
2016-02-27 Jim MorrisOnly reset actuator for rdelta if all three actuators...
2016-02-27 Jim Morrisfix rotary delta FK to be mirrored like the IK
2016-02-25 Jim MorrisMerge pull request #862 from wolfmanjm/upstreamedge
2016-02-25 Jim Morrismake module.h include platform_memory.h so if any modul...
2016-02-24 Jim MorrisMerge pull request #860 from wolfmanjm/upstreamedge
2016-02-24 Jim Morrisfix discrepanceis in realtime postion vs last milestone...
2016-02-22 Jim MorrisMerge pull request #851 from wolfmanjm/feature/correct...
2016-02-21 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-02-21 Jim MorrisMerge branch 'fix/when-slow-ticker-is-started' into...
2016-02-20 Jim Morrisrefactor endstops to get the homing logic ot of the...
2016-02-20 Jim Morrisdisable compensation transform for the G38 probes
2016-02-20 Jim Morrisremember the last probe position after a probe retrieve...
2016-02-19 Jim Morrisfix M306 for rotary delta
2016-02-19 Jim MorrisM306 for a rotary delta calculates the theta offset...
2016-02-19 Jim MorrisChanges for rotary delta homing...
2016-02-17 Jim MorrisMerge pull request #848 from FredMurphy/feature/laser-ttl
2016-02-17 Jim MorrisMerge pull request #849 from wolfmanjm/upstreamedge
2016-02-17 Jim Morrisadd M1910.2 to move by the specified number of actuator...
2016-02-09 Jim MorrisMerge pull request #830 from wolfmanjm/feature/add...
2016-02-09 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-02-02 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-02-02 Jim MorrisMerge pull request #837 from wolfmanjm/fix/r-delta
2016-02-02 Jim Morrisrename rotatabledelta to rotarydelta
2016-02-01 Jim MorrisMerge remote-tracking branch 'upstream/edge' into fix...
2016-02-01 Jim MorrisMerge pull request #836 from wolfmanjm/upstreamedge
2016-01-28 Jim MorrisMerge remote-tracking branch 'upstream/edge' into featu...
2016-01-28 Jim MorrisMerge pull request #833 from RepRapMorgan/endstops_fix_...
2016-01-28 Quentin HarleyScara endstops
2016-01-26 Jim MorrisFix format of grbl error: messages
2016-01-26 Jim Morrisimplement G28 as per grbl whenin grbl mode or G28.2...
2016-01-25 Jim Morrisadded grbl commands when in grbl_mode (set in config...
2015-12-16 Jim MorrisMerge pull request #804 from wolfmanjm/feature/wcs...
2015-12-15 Jim Morrisfix endstop center after home to use G53
2015-12-15 Jim MorrisExtruder should ignore M114 subcodes > 0
2015-12-15 Jim Morrisupdate sample configs
2015-12-15 Jim Morriswhitespace changes...
2015-12-14 Jim Morrisrevert last commit as duh homing does not use robot...
2015-12-14 Jim Morristurn off bed compensation while homing
2015-12-14 Jim Morrisadd G28.1 with no args resets all axis to 0
2015-12-14 Jim Morrisadd G28.1 to do a manual homing (similar to what G92...
2015-12-12 Jim MorrisSquashed commit of the following:
2015-12-11 Jim MorrisMerge pull request #801 from wolfmanjm/upstreamedge
2015-12-11 Jim Morrisfix corexy halted homing cycle properly.
2015-12-11 Jim MorrisMake sure steppers are stopped if on_halt interrupts...
2015-11-29 Arthur WolfMerge pull request #749 from justinledwards/patch-1
2015-11-29 Jim MorrisMerge pull request #773 from wolfmanjm/add/SPI-driver...
2015-11-29 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-23 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-22 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-22 erroltMerge remote-tracking branch 'upstream/edge' into edge
2015-11-16 Jim Morrisadd support for the processing TMC26X tuning app
2015-11-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
2015-11-13 Jim MorrisMerge remote-tracking branch 'upstream/edge' into add...
next