- Aug 20, 2015
-
-
Christian Lefrançois authored
* Fix a couple of renames omission and macro expansion errors.
-
- Aug 16, 2015
-
-
Richard Wackerbarth authored
-
- Aug 11, 2015
-
-
AnHardt authored
Currently we use the probe exclusively as a device to find the build platform(bed). For the currently supported setups this means, we use it as a additional min-endstop. A triggered when not deployed probe disturbs the homing process for max-endstops. Rename ENDSTOPPULLUP_ZPROBE to ENDSTOPPULLUP_ZMIN_PROBE Rename Z_PROBE_ENDSTOP_INVERTING to Z_MIN_PROBE_ENDSTOP_INVERTING Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP Rename DISABLE_Z_PROBE_ENDSTOP to DISABLE_Z_MIN_PROBE_ENDSTOP Rename Z_PROBE_REPEATABILITY_TEST to Z_MIN_PROBE_REPEATABILITY_TEST Rename Z_PROBE_ENDSTOP to Z_MIN_PROBE_ENDSTOP Adjust comments accordingly Remove Z_MAX check for the probe in update_endstops(). Using an delta related idea of @clefranc from #61, extended to the general change for all setups. Tested with Prusa i3, max-z-endstop and permanently triggered z-probe. Worked for @clefranc's delta.
-
- Aug 10, 2015
-
-
AnHardt authored
-
- Aug 03, 2015
-
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
- Jul 31, 2015
-
-
Scott Lahteine authored
Apply `ENABLED` / `DISABLED` macros to stepper-related files.
-
- Jul 24, 2015
-
-
AnHardt authored
-
- Jul 22, 2015
-
-
Scott Lahteine authored
-
- Jul 19, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 15, 2015
-
-
Richard Wackerbarth authored
-
- Jul 13, 2015
-
-
Scott Lahteine authored
-
- Jun 26, 2015
-
-
Scott Lahteine authored
-
- Jun 01, 2015
-
-
AnHardt authored
-
- May 31, 2015
-
-
wurstnase authored
-
- May 27, 2015
-
-
Scott Lahteine authored
-
- May 23, 2015
-
-
wurstnase authored
!(~(ab)&0x3) and ab == 0x3 are equal
-
- May 21, 2015
- May 17, 2015
-
-
wurstnase authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- May 12, 2015
- May 10, 2015
-
-
Wurstnase authored
this PR replaces some bools with one char. this will safe 3 bytes and should also be sometimes a little bit faster.
-
- May 07, 2015
-
-
Wurstnase authored
We don't need the old standard one. The STEP_ADD and STEP_IF_COUNTER are also good for non-Toshiba stepper driver.
-
- Apr 24, 2015
-
-
Wurstnase authored
delete some tabs
-
- Apr 17, 2015
-
-
Chris Palmer authored
-
Chris Palmer authored
-
- Apr 16, 2015
-
-
Chris Palmer authored
I.e., when acceleration * steps per mm > 2,000,000. This was done by changing MultiU24X24toH16 to take a 32b bit operand. Removed the claim that stepper.cpp uses the Leib algorithm.
-
Scott Lahteine authored
-
- Apr 14, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- Potentially addressing #1911
-
- Apr 13, 2015
-
-
Scott Lahteine authored
-
- Apr 12, 2015
-
-
Scott Lahteine authored
-
- Apr 06, 2015
-
-
Scott Lahteine authored
-
- Apr 04, 2015
-
-
Scott Lahteine authored
-
- Apr 03, 2015
-
-
Scott Lahteine authored
-
- Apr 01, 2015
-
-
Chris Roadfeldt authored
-