瀏覽代碼

Add back required precision for off printer mesh saves

Roxy-3D 6 年之前
父節點
當前提交
cdf4ed87a1
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/feature/bedlevel/ubl/ubl.cpp

+ 1
- 1
Marlin/src/feature/bedlevel/ubl/ubl.cpp 查看文件

@@ -50,7 +50,7 @@
50 50
         if (!isnan(z_values[x][y])) {
51 51
           SERIAL_ECHO_START();
52 52
           SERIAL_ECHOPAIR("  M421 I", x, " J", y);
53
-          SERIAL_ECHOPAIR_F(" Z", z_values[x][y], 2);
53
+          SERIAL_ECHOPAIR_F(" Z", z_values[x][y], 4);
54 54
           SERIAL_EOL();
55 55
           serial_delay(75); // Prevent Printrun from exploding
56 56
         }

Loading…
取消
儲存