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