- Sep 03, 2015
-
-
Shane Francis authored
-
- Aug 28, 2015
-
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
Richard Wackerbarth authored
With the introduction of the #if ENABLED(…) reads better than
-
- 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 16, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Aug 13, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Aug 11, 2015
-
-
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 08, 2015
-
-
Richard Wackerbarth authored
If the printer is going to accept the M999, then it should continue from that line number.
-
- Aug 03, 2015
-
-
Scott Lahteine authored
-
Richard Wackerbarth authored
The long descriptor will still be available in M115
-
AnHardt authored
Saves about 473 byte of progmem and 28 bytes of RAM.
-
- Jul 31, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 30, 2015
-
-
AnHardt authored
Just the minimal changes to qr_solve.cpp and .h to get rid of malloc() and free(). Saves about 656 bytes of progmem (library-code) and 22 bytes for static variables. Should use exactly the same amount of stack as it did before on the heap.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 28, 2015
-
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
-
- Jul 27, 2015
-
-
Scott Lahteine authored
-
- Jul 25, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Include all the necessary pieces to get the final Z position after probing the bed, and add commentary about other possible changes.
-
AnHardt authored
-
Scott Lahteine authored
Updates to `set_homing_bump_feedrate`: - Move the string into Program Memory, reduce length by 31 bytes - Use an auto to get the divisor, adjust it on error - Set feedrate once, at the end
-
- Jul 23, 2015
-
-
Scott Lahteine authored
-