瀏覽代碼

G35 workaround for Pronterface "feature" (#19577)

swissnorp 4 年之前
父節點
當前提交
d02d7a95d1
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/gcode/bedlevel/G35.cpp

+ 1
- 1
Marlin/src/gcode/bedlevel/G35.cpp 查看文件

157
       const int minutes = trunc(decimal_part * 60.0f);
157
       const int minutes = trunc(decimal_part * 60.0f);
158
 
158
 
159
       SERIAL_ECHOPAIR("Turn ", tramming_point_name[i],
159
       SERIAL_ECHOPAIR("Turn ", tramming_point_name[i],
160
-             " ", (screw_thread & 1) == (adjust > 0) ? "Counter-Clockwise" : "Clockwise",
160
+             " ", (screw_thread & 1) == (adjust > 0) ? "CCW" : "CW",
161
              " by ", abs(full_turns), " turns");
161
              " by ", abs(full_turns), " turns");
162
       if (minutes) SERIAL_ECHOPAIR(" and ", abs(minutes), " minutes");
162
       if (minutes) SERIAL_ECHOPAIR(" and ", abs(minutes), " minutes");
163
       SERIAL_EOL();
163
       SERIAL_EOL();

Loading…
取消
儲存