Skip to content

Commit

Permalink
xmas bug
Browse files Browse the repository at this point in the history
  • Loading branch information
LVD-AC committed Dec 27, 2017
1 parent 274daa4 commit 8afd338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13191,7 +13191,7 @@ void set_current_from_steppers_for_axis(const AxisEnum axis) {
planner.buffer_segment(delta[A_AXIS], delta[B_AXIS], raw[Z_AXIS], raw[E_AXIS], HYPOT(delta[A_AXIS] - oldA, delta[B_AXIS] - oldB) * inverse_secs, active_extruder);
oldA = delta[A_AXIS]; oldB = delta[B_AXIS];
#else
planner.buffer_line(delta[A_AXIS], delta[B_AXIS], raw[Z_AXIS], raw[E_AXIS], _feedrate_mm_s, active_extruder);
planner.buffer_line(delta[A_AXIS], delta[B_AXIS], delta[C_AXIS], raw[E_AXIS], _feedrate_mm_s, active_extruder);
#endif
}

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Marlin-AC is in constant development to make it perform better and more stable b
Xmas-AC
- merge update to Marlin 1.1.8
- include G-force
- destructive Xmas bug fixed

1.1.7-AC
- merge update to Marlin 1.1.7
Expand Down

0 comments on commit 8afd338

Please sign in to comment.