Skip to content

Commit

Permalink
Update jyers ui dwin.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
classicrocker883 authored Apr 24, 2024
1 parent 349235a commit 84567d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/e3v2/jyersui/dwin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class TextScroller {

inline void manualValueUpdate(const bool undefined=false) {
gcode.process_subcommands_now(
TS('M421I', mesh_x, 'J', mesh_y, 'Z', p_float_t(current_position.z, 3), undefined ? "N" : "")
TS("M421 I", mesh_x, "J", mesh_y, "Z", p_float_t(current_position.z, 3), undefined ? "N" : "")
);
planner.synchronize();
}
Expand Down

0 comments on commit 84567d8

Please sign in to comment.