- Mar 05, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Pre-compute the combined position shift and home offset to save a single float fetch-and-add per conversion. Great for delta/scara and bed leveling.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Mar 04, 2017
-
-
Scott Lahteine authored
General cleanup, const usage, var naming
-
Scott Lahteine authored
-
- Mar 03, 2017
-
-
Scott Lahteine authored
Fix "Heating..." message
-
Scott Lahteine authored
-
Scott Lahteine authored
LIN_ADVANCE: Fixed E/D ratio option
-
Scott Lahteine authored
Update Catalan language
-
divendres authored
-
Scott Lahteine authored
As suggested by https://github.com/MarlinFirmware/Marlin/pull/5887#issuecomment-283832163
-
Scott Lahteine authored
Clean up and finish #5887
-
Scott Lahteine authored
-
- Mar 02, 2017
-
-
Scott Lahteine authored
-
Sebastianv650 authored
Work around for slicers producing buggy gcode.
-
Scott Lahteine authored
Resolves #5926. This override is no longer needed since the RAMPS LCD controller pins were fixed.
-
Roxy-3D authored
Double Click of Encoder Wheel Jumps to Z-BabyStepping
-
- Mar 01, 2017
-
-
Scott Lahteine authored
Fix formatting of SD print time hours above one day
-
Scott Lahteine authored
Fix CoreYX / YZ / ZX endstop logic
-
teemuatlut authored
-
Scott Lahteine authored
-
Bob-the-Kuhn authored
In the endstop testing section, add the "reverse" logic in addition to "normal" core handling. In CoreXY/YZ/XZ steppers rotating the same direction gives X movement. Opposing directions produces Y movement. In CoreYX/ZY/ZX this is reversed. Same = Y, Opposite = X. ---- Fixes the issue where the Y endstop was being checked when moving in the X direction, etc.
-
Scott Lahteine authored
Make LCD_TIMEOUT_TO_STATUS configurable
-
Scott Lahteine authored
As suggested in https://github.com/MarlinFirmware/Marlin/issues/5570#issuecomment-283059 065
-
- Feb 26, 2017
-
-
Scott Lahteine authored
Bidirectional Zig-Zag Nozzle Wipe
-
Colin Gilgenbach authored
- Add configuration support for zigzags in either the X or Y axis, for wipe pads significantly longer in one dimension. - Add configuration for default number of zig-zag triangles, vs. a magic number in `Marlin_main.cpp`. - Update description of auto nozzle wiping to match functionality
-
Scott Lahteine authored
-
- Feb 23, 2017
-
-
Roxy-3D authored
-
- Feb 22, 2017
-
-
Scott Lahteine authored
Use PSTR for MSG_HEATING
-
Scott Lahteine authored
-
Roxy-3D authored
-
Roxy-3D authored
-
Roxy-3D authored
-
Roxy-3D authored
-
- Feb 20, 2017
-
-
Scott Lahteine authored
Remove non-applicable comment on MANUAL_Z_HOME_POS
-
Scott Lahteine authored
Add status_printf to print messages to the lcd status line.
-
dot-bob authored
Also add a hotend indicator to the heating message displayed on the lcd status line.
-
- Feb 19, 2017
-
-
Scott Lahteine authored
Finish reducing of ABL_BILINEAR_SUBDIVISION
-
Scott Lahteine authored
-