Skip to content

Commit

Permalink
M84 update for bugfix
Browse files Browse the repository at this point in the history
bugfix for change motor release
  • Loading branch information
Lukkoz committed Dec 1, 2020
1 parent 500be24 commit 3b8b21e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Marlin/Marlin_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9147,6 +9147,7 @@ inline void gcode_M83() { axis_relative_modes[E_CART] = true; }
inline void gcode_M18_M84() {
if (parser.seenval('S')) {
stepper_inactive_time = parser.value_millis_from_seconds();
previous_move_ms = millis(); //Skriware
}
else {
bool all_axis = !(parser.seen('X') || parser.seen('Y') || parser.seen('Z') || parser.seen('E'));
Expand Down

0 comments on commit 3b8b21e

Please sign in to comment.