- Mar 01, 2017
-
-
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.
-
- 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 22, 2017
-
-
Scott Lahteine authored
Use PSTR for MSG_HEATING
-
Scott Lahteine 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
-
- Feb 18, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
Apply DISTINCT_E_FACTORS to sync_from_steppers
-
Scott Lahteine authored
Followup to #5840
-
Scott Lahteine authored
M600 cleanup and bugfix
-
Scott Lahteine authored
Fix steps_to_mm for active extruders
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Feb 17, 2017
-
-
Scott Lahteine authored
Remove some old code comments
-
Scott Lahteine authored
-
- Feb 15, 2017
-
-
MagoKimbra authored
-
Scott Lahteine authored
M600 wait for heatup, prevent stepper timeout, etc.
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Roxy-3D authored
-
Scott Lahteine authored
Fix broken homing in MBL
-
Tannoo authored
LCD call was waiting forever, causing the system to hang.
-
Scott Lahteine authored
-
Scott Lahteine authored
SD files alphabetical sort in LCD menus
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Combine fixes for LIN_ADVANCE and temperature ISR
-
- Feb 14, 2017
-
-
Scott Lahteine authored
Reduce memory use by ABL_BILINEAR_SUBDIVISION slightly
-
Scott Lahteine authored
-
Sebastianv650 authored
If Marlin is inside the temperature ISR, the stepper ISR is enabled. If a stepper event is now happening Marlin will proceed with the stepper ISR. Now, at the end of the stepper ISR, the temperatre ISR gets enabled again. While Marlin proceed the rest of the temperature ISR, it's now vulnerable to a second ISR call.
-