瀏覽代碼

These items were removed from the UBL Command Parsing

Having these items randomly (and errorniously) disappear cost me several
hours of work yesterday.
Roxy-3D 8 年之前
父節點
當前提交
34d3ed9ab1
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      Marlin/ubl_G29.cpp

+ 6
- 0
Marlin/ubl_G29.cpp 查看文件

1001
       lcd_quick_feedback();
1001
       lcd_quick_feedback();
1002
     #endif
1002
     #endif
1003
 
1003
 
1004
+    x_pos = current_position[X_AXIS];
1005
+    y_pos = current_position[Y_AXIS];
1006
+    x_flag = 0;
1007
+    y_flag = 0;
1008
+    repeat_flag = 0;
1009
+
1004
     g29_verbose_level = code_seen('V') ? code_value_int() : 0;
1010
     g29_verbose_level = code_seen('V') ? code_value_int() : 0;
1005
     if (!WITHIN(g29_verbose_level, 0, 4)) {
1011
     if (!WITHIN(g29_verbose_level, 0, 4)) {
1006
       SERIAL_PROTOCOLLNPGM("Invalid Verbose Level specified. (0-4)\n");
1012
       SERIAL_PROTOCOLLNPGM("Invalid Verbose Level specified. (0-4)\n");

Loading…
取消
儲存