- 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
-
Chris Roadfeldt authored
Conflicts: Marlin/Marlin_main.cpp
-
Scott Lahteine authored
Added new - changed entries from Fix up LCD_PROGRESS_BAR
-
Scott Lahteine authored
Fix homing and leveling
-
Scott Lahteine authored
Added support for Atmega 1281 chip
-
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.
-
Chris Roadfeldt authored
-
atfield90 authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix: Audio feedback for MENU_MILTIPLIER_ITEM click
-
Scott Lahteine authored
Added new trasnslatable labels.
-
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
-
Chris Roadfeldt authored
Conflicts: Marlin/Marlin_main.cpp
-
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
Correct XYZ after obtaining plan_bed_level_matrix
-
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
Raise when not retracting
-
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
Fix EXTRUDER_OFFSET compiler error
-
Scott Lahteine authored
Correct the comment about M206
-
Scott Lahteine authored
-
Scott Lahteine authored
Fix LCD click
-
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
-
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
Bring all configs up to date
-
Scott Lahteine authored
Apply Z_RAISE_BEFORE_HOMING before homing XY
-