Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
on_boot.gcode [2020/02/10 12:16] arthur |
on_boot.gcode [2021/01/08 15:57] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Using on_boot.gcode | + | = Using on_boot.gcode = |
If you create a file on your SD card named < | If you create a file on your SD card named < | ||
Line 5: | Line 5: | ||
This is useful if you need to set things up a certain way, or perform actions, every time the machine is reset. | This is useful if you need to set things up a certain way, or perform actions, every time the machine is reset. | ||
- | ===== Useful codes ===== | + | == Useful codes == |
Here are some useful G-codes you might want to use in your on_boot.gcode : | Here are some useful G-codes you might want to use in your on_boot.gcode : | ||
Line 16: | Line 16: | ||
* < | * < | ||
* < | * < | ||
+ | |||
+ | See [[supported-g-codes]] for more information on these and other G-codes. | ||