- Mar 31, 2015
-
-
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
-
Scott Lahteine authored
Fix up LCD_PROGRESS_BAR
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
Conflicts: Marlin/Configuration.h
-
Chris Roadfeldt authored
This rolls back to commit 06f767d6.
-
Scott Lahteine authored
Restore ENDSTOPPULLUPS in Configuration.h
-
Scott Lahteine authored
-
Scott Lahteine authored
Allow POWER_SUPPLY to be 0
-
Chris Roadfeldt authored
-
Chris Roadfeldt authored
Conflicts: Marlin/Marlin_main.cpp Marlin/stepper.cpp
-
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
-
Scott Lahteine authored
Apply leveling for DELTA
-
Scott Lahteine authored
Replace extrudemultiply by extruder_multiply[active_extruder]
-
AnHardt authored
Thanks @MagoKimbra.
-
AnHardt authored
Fix for #1460. Seems to work with only one extruder. Can't test this myself with more.
-
Scott Lahteine authored
Get back folder symbols on Hitachi displays
-
Scott Lahteine authored
A `z_before` value is passed to probe_pt, but the `retract_z_probe` function assumes that Z is 0, doesn’t add `current_position[Z_AXIS]` as other cases do. This may be superfluous, so this is a test, and will be reverted if it has no effect.
-
croadfeldt authored
-
Scott Lahteine authored
Remove some further warnings
-
Scott Lahteine authored
-
Scott Lahteine authored
- Fix `prepare_move` function not calling `adjust_delta` - Add more shorthand for plan_buffer_line. - Fix wrong `federate` usage, assuming they are all mm/m - Minor `stepper.cpp` cleanup
-
Scott Lahteine authored
Fix G29 E and M48 n
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
- Users prefer `G29 E` to work like `M48 E` so fixed that - `M48 n` replaced with `M48 P` (or `p`). `n` legacy support - Shorten some strings to save precious bytes - Smaller code for 3-point probing
-
Scott Lahteine authored
Fix G28 homing Y with X
-
Scott Lahteine authored
Viki 2 Pins from Manual and Azteeg X3 Pro Endstop Reswap
-