Browse Source

Merge branch 'vanilla_fb_2.1.x' into FB4S_WIFI

FB4S_WIFI
Sergey Terentiev 2 years ago
parent
commit
a5d812a104
  1. 2
      Marlin/src/feature/bedlevel/bedlevel.cpp

2
Marlin/src/feature/bedlevel/bedlevel.cpp

@ -154,7 +154,7 @@ void reset_bed_level() {
#endif
LOOP_L_N(x, sx) {
SERIAL_CHAR(' ');
const float offset = values[x * sx + y];
const float offset = values[x * sy + y];
if (!isnan(offset)) {
if (offset >= 0) SERIAL_CHAR('+');
SERIAL_ECHO_F(offset, int(precision));

Loading…
Cancel
Save