- Mar 18, 2017
-
-
Scott Lahteine authored
-
Scott Lahteine authored
UBL for RCBugFix — cleanup, rebase, patch
-
Scott Lahteine authored
Message for every KILL and STOP
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
Remove extraneous whitespace
-
Scott Lahteine authored
Remove delta optimization concepts… for now
-
Scott Lahteine authored
-
Scott Lahteine authored
Ignore Visual Studio Files
-
- Mar 17, 2017
-
-
Scott Lahteine authored
MBL: Disable sw endstops instead of altering Z
-
Robby Candra authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
-
Scott Lahteine authored
M114 - wait for move completion before reporting position
-
Scott Lahteine authored
Simplify some sanity checks with static_assert
-
Scott Lahteine authored
-
Scott Lahteine authored
Bug Fix: Switching extruder tool change leaves Z in wrong position
-
- Mar 16, 2017
-
-
Scott Lahteine authored
-
Bob-the-Kuhn authored
-
Bob-the-Kuhn authored
No more mystery halts & resets Moved messages to language.h Added current command to inactive timeout message
-
- Mar 15, 2017
- Mar 14, 2017
-
-
Bob-the-Kuhn authored
The tool_change function saves the current_position to the destination array soon after starting. Later in the switching extruder section, the destination array is modified when moving the Z axis up & down. A later section of tool_change moves the head back to the “original location” using the destination array. This later section assumes that the destination array hasn’t been modified. The fix is to save the destination Z position and then restore it after the Z movements have completed. Going back to using the current_position array for the switching extruder Z axis moves (and leaving the destination array untouched) doesn’t fix the problem. This bug was introduced by the “Make tool_change kinematic compatible” commit # 847429ef which was merged on 10 Oct 2016 as part of PR 4982. This bug was discovered in Issue 5966.
-
- Mar 12, 2017
-
-
Scott Lahteine authored
prevent warning with define of NO_WORKSPACE_OFFSETS
-
Scott Lahteine authored
Fix BUG set_position_mm
-
- Mar 11, 2017
-
-
MagoKimbra authored
Set postion must have axis and not E_AXIS + active_extruder.
-
- Mar 09, 2017
-
-
Trivalik authored
-
- Mar 08, 2017
-
-
Scott Lahteine authored
Use SET_INPUT_PULLUP where appropriate
-