Bernhard 13 years ago
parent
commit
e792d62f47
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      README.md

+ 6
- 0
README.md View File

@@ -31,6 +31,7 @@ Features:
31 31
 *   Full endstop support
32 32
 *   SD Card support
33 33
 *   SD Card folders (works in pronterface)
34
+*   SD Card autostart support
34 35
 *   LCD support (ideally 20x4) 
35 36
 *   LCD menu system for autonomous SD card printing, controlled by an click-encoder. 
36 37
 *   EEPROM storage of e.g. max-velocity, max-acceleration, and similar variables
@@ -100,6 +101,11 @@ If you have an SD card reader attached to your controller, also folders work now
100 101
 You can write to file in a subfolder by specifying a similar text using small letters in the path.
101 102
 Also, backup copies of various operating systems are hidden, as well as files not ending with ".g".
102 103
 
104
+*SD card folders:*
105
+
106
+If you place a file auto<0-9>.g into the root of the sd card, it will be automatically executed if you boot the printer. The same file will be executed by selecting "Autostart" from the menu.
107
+First *0 will be performed, than *1 and so on. That way, you can heat up or even print automatically without user interaction.
108
+
103 109
 *Endstop trigger reporting:*
104 110
 
105 111
 If an endstop is hit while moving towards the endstop, the location at which the firmware thinks that the endstop was triggered is outputed on the serial port.

Loading…
Cancel
Save