- Aug 28, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Richard Wackerbarth authored
With the introduction of the #if ENABLED(…) reads better than
-
- Aug 27, 2015
-
-
Richard Marko authored
-
Wurstnase authored
-
Chris Bruner authored
-
- Aug 26, 2015
-
-
Christian Lefrançois authored
* Updates the auto bed leveling comments ONLY. * Renames "Z probe" word usage in //comments and #errors properly.
-
- Aug 20, 2015
-
-
Christian Lefrançois authored
* Fix a couple of renames omission and macro expansion errors.
-
- Aug 16, 2015
-
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Aug 13, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Aug 11, 2015
-
-
Richard Wackerbarth authored
-
AnHardt authored
-
AnHardt authored
Always end at [RIGHT_PROBE_BED_POSITION, BACK_PROBE_BED_POSITION] Regardles the evennes of auto_bed_leveling_grid_points.
-
AnHardt authored
Use the shortest way between probing-points.
-
AnHardt authored
and use it.
-
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
- Aug 09, 2015
-
-
Fourmi authored
-
- Aug 08, 2015
-
-
Richard Wackerbarth authored
If the printer is going to accept the M999, then it should continue from that line number.
-
- Aug 05, 2015
-
-
wurstnase authored
only X and Y were not implemented
-
- Aug 04, 2015
-
-
Richard Wackerbarth authored
PR#2572 Changed this because of faulty Boolean Logic NOT(A OR (NOT B) OR (NOT C)) != (NOT A) AND ((NOT B) OR C)) Besides, the compiler should be smart enough to optimize this without help from the programmer
-
Richard Wackerbarth authored
-
- Aug 03, 2015
-
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Richard Wackerbarth authored
**** NOTE **** This code is very EXPERIMENTAL and UNSUPPORTED
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
See http://platformio.org/
-
AnHardt authored
Provide both long and short version strings
-
Richard Wackerbarth authored
The long descriptor will still be available in M115
-