Kaynağa Gözat

Merge pull request #441 from bkpsu/Marlin_v1

Fixed cardreader.h to resolve issue #440 (Pull Request  #425 missing file)
ErikZalm 12 yıl önce
ebeveyn
işleme
1f74ef4157
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      Marlin/cardreader.h

+ 2
- 0
Marlin/cardreader.h Dosyayı Görüntüle

17
 
17
 
18
   void checkautostart(bool x); 
18
   void checkautostart(bool x); 
19
   void openFile(char* name,bool read);
19
   void openFile(char* name,bool read);
20
+  void openLogFile(char* name);
20
   void removeFile(char* name);
21
   void removeFile(char* name);
21
   void closefile();
22
   void closefile();
22
   void release();
23
   void release();
44
 
45
 
45
 public:
46
 public:
46
   bool saving;
47
   bool saving;
48
+  bool logging;
47
   bool sdprinting ;  
49
   bool sdprinting ;  
48
   bool cardOK ;
50
   bool cardOK ;
49
   char filename[13];
51
   char filename[13];

Loading…
İptal
Kaydet