コード例 #1
0
ファイル: Nextion_lcd.cpp プロジェクト: bloutix/MarlinKimbra
 void gfx_cursor_to(float x, float y, float z) {
   if ((NextionPage == 1) && (Printing || IS_SD_PRINTING))
     gfx.cursor_to(x, y, z);
 }
コード例 #2
0
 void gfx_cursor_to(float x, float y, float z) {
   if (PageInfo && (Printing || IS_SD_PRINTING))
     gfx.cursor_to(x, y, z);
 }