瀏覽代碼

Fix mesh point sign

Most obvious part of #17670

Co-Authored-By: FilippoR <filippo.rossoni@gmail.com>
Scott Lahteine 5 年之前
父節點
當前提交
f907de272a
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. 2
    1
      Marlin/src/lcd/menu/menu_ubl.cpp

+ 2
- 1
Marlin/src/lcd/menu/menu_ubl.cpp 查看文件

41
                ubl_fillin_amount = 5,
41
                ubl_fillin_amount = 5,
42
                ubl_height_amount = 1;
42
                ubl_height_amount = 1;
43
 
43
 
44
-static uint8_t n_edit_pts = 1, x_plot = 0, y_plot = 0;
44
+static uint8_t n_edit_pts = 1;
45
+static int8_t x_plot = 0, y_plot = 0; // May be negative during move
45
 
46
 
46
 #if HAS_HEATED_BED
47
 #if HAS_HEATED_BED
47
   static int16_t custom_bed_temp = 50;
48
   static int16_t custom_bed_temp = 50;

Loading…
取消
儲存