- Sep 10, 2015
-
-
Scott Lahteine authored
-
- Sep 03, 2015
-
-
Scott Lahteine authored
-
- Aug 28, 2015
-
-
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 20, 2015
-
-
Christian Lefrançois authored
* Fix a couple of renames omission and macro expansion errors.
-
- 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 05, 2015
-
-
wurstnase authored
only X and Y were not implemented
-
- Aug 03, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Richard Wackerbarth authored
-
Richard Wackerbarth authored
-
Scott Lahteine authored
- For some reason it’s easy to forget what BT stands for, but it doesn’t need an abbreviation.
-
Scott Lahteine authored
-
- Jul 31, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 27, 2015
-
-
Scott Lahteine authored
-
- Jul 26, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 25, 2015
-
-
AnHardt authored
Just set up the pin. Don't move to a random position. Simplify servo::move() * servo::move() does not need the pin parameter - The pin is set during servo_init() with attach(). * servo::move() does not need a return value. SERVO_LEVELING is the wrong condition to deactivate the servos. Remove some temporary (Servo *) variables. SanityCheck for the servo indexes.
-
- Jul 24, 2015
-
-
Scott Lahteine authored
-
- Jul 22, 2015
-
-
Scott Lahteine authored
- Documentation solution for #2476
-
- Jul 16, 2015
-
-
Scott Lahteine authored
-
- Jul 07, 2015
-
-
AnHardt authored
becaue it is over-restrictive and superseeded by the now working tests if the probe-recktangle can be reached. See iss#2366
-
- Jun 16, 2015
-
-
Scott Lahteine authored
-
- Jun 12, 2015
-
-
Scott Lahteine authored
-
- May 21, 2015
-
-
Richard Wackerbarth authored
-
- May 11, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
- Make thermal protection for all hotends and/or bed into simple switches - Now enable `WATCH_TEMP_PERIOD` when `THERMAL_PROTECTION_HOTENDS` is enabled - Move detailed thermal parameters to `Configuration_adv.h` - Add sanity checks to warn about old configurations - Change `WATCH_TEMP_PERIOD` to seconds instead of milliseconds
-
- Apr 21, 2015
-
-
AnHardt authored
and add some documentation - how to integrate a new font.
-
- Apr 09, 2015
-
-
Scott Lahteine authored
-
- Apr 08, 2015
-
-
Edward Patel authored
-
- Apr 07, 2015
-
-
Edward Patel authored
-
- Apr 04, 2015
-
-
Scott Lahteine authored
-
- Apr 03, 2015
-
-
Scott Lahteine authored
-
- Apr 02, 2015
-
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
Catch unlikely but possible error and head crash when using Z_PROBE_REPEATABILITY_TEST
-
- Apr 01, 2015
-
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
Updated documentation in Configuration.h. Cleaned up and commented some code relating to Z_PROBE_ENDSTOP. Separated Z_MIN_ENDSTOP and Z_PROBE_ENDSTOP completely.
-
- Mar 31, 2015
-
-
Chris Roadfeldt authored
Documented some additional areas that should be addressed if Z_PROBE is fully separated from Z_MIN or Z_MAX. Fixed a documentation error in sanity checks. Servos start at 0 not 1.
-