- Apr 02, 2015
-
-
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
is not used.
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
AnHardt authored
for when no LCD is defined. Fix for #1770.
-
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.
-
atfield90 authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Include the current Z when raising the axis after and between probing - Add `sync_plan_position_delta` for parity with `sync_plan_position` - Clean up and clarify `M48`, `dock_sled`, and others
-
- Mar 31, 2015
-
-
AnHardt authored
-
Ivan Galvez Junquera authored
* Added MSG_END_HOUR and MSG_END_MINUTE labels to all language files. * Available translations: EN, FR, DE, ES, IT, PT, PT-BR.
-
Scott Lahteine authored
The current position needs to be updated by using the inverse `plan_bed_level_matrix` on X, Y, and Z. All moves in the planner are transformed by the `plan_bed_level_matrix` from this point forward.
-
Scott Lahteine authored
-
Scott Lahteine authored
Code to raise the probe before retraction is good, but the code should always raise the probe, not just when retracting
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Addressing issue #1741
-
Scott Lahteine authored
- Make the default LCD click sound more pleasant - Fix warnings about bed temperature runaway
-
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.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
This rolls back to commit 06f767d6.
-
Scott Lahteine authored
-
Chris Roadfeldt authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Some messages should not expire with `PROGRESS_MSG_EXPIRE`. - Simplify conditional for progress bar with sanity checks. - Rename `messageTick` to `expireStatusMillis` and make it the expire time.
-
- Mar 30, 2015
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
AnHardt authored
Thanks @MagoKimbra.
-
AnHardt authored
Fix for #1460. Seems to work with only one extruder. Can't test this myself with more.
-