Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
console-commands [2019/09/28 23:34] wolfmanjm |
console-commands [2021/02/22 17:48] (current) |
||
---|---|---|---|
Line 44: | Line 44: | ||
commands: | commands: | ||
version | version | ||
- | mem [-v] | + | mem [[-v|]] |
- | ls [-s]|[folder] | + | ls [[-s|]]|[[folder|]] |
cd folder | cd folder | ||
pwd | pwd | ||
- | cat file [limit]|[-d 10] | + | cat file [[limit|]]|[[-d|10]] |
rm file | rm file | ||
mv file newfile | mv file newfile | ||
remount | remount | ||
- | play file [-v] | + | play file [[-v|]] |
progress - shows progress of current play | progress - shows progress of current play | ||
abort - abort currently playing file | abort - abort currently playing file | ||
Line 58: | Line 58: | ||
dfu - enter dfu boot loader | dfu - enter dfu boot loader | ||
break - break into debugger | break - break into debugger | ||
- | config-get [< | + | config-get |
- | config-set [< | + | config-set |
- | get [pos|wcs|state|status|fk|ik] | + | get [[pos|wcs|state|status|fk|ik|]] |
- | get temp [bed|hotend] | + | get temp [[bed|hotend|]] |
set_temp bed|hotend 185 | set_temp bed|hotend 185 | ||
- | switch name [value] | + | switch name [[value|]] |
net | net | ||
- | load [file] - loads a configuration override file from specified name or config-override | + | load [[file|]] - loads a configuration override file from specified name or config-override |
- | save [file] - saves a configuration override file as specified filename or as config-override | + | save [[file|]] - saves a configuration override file as specified filename or as config-override |
upload filename - saves a stream of text to the named file | upload filename - saves a stream of text to the named file | ||
- | calc_thermistor [-s0] T1, | + | calc_thermistor |
thermistors - print out the predefined thermistors | thermistors - print out the predefined thermistors | ||
md5sum file - prints md5 sum of the given file | md5sum file - prints md5 sum of the given file | ||
Line 78: | Line 78: | ||
< | < | ||
< | < | ||
- | ls [[-s]|[folder]] | + | ls [[-s]|[[folder|]]] |
</ | </ | ||
Line 123: | Line 123: | ||
< | < | ||
- | cat file [limit] | + | cat file [[limit|]] |
</ | </ | ||
Line 138: | Line 138: | ||
< | < | ||
- | play file [-v] | + | play file [[-v|]] |
</ | </ | ||
Line 295: | Line 295: | ||
< | < | ||
< | < | ||
- | config-get [< | + | config-get |
</ | </ | ||
Outputs the value of this configuration setting to the standard output. The value is taken from the //config// file. | Outputs the value of this configuration setting to the standard output. The value is taken from the //config// file. | ||
Line 359: | Line 359: | ||
And be very careful as this command will leave your laser on indefinitely, | And be very careful as this command will leave your laser on indefinitely, | ||
+ | |||
+ | === Host commands | ||
+ | These are commands designed to return information to a Host program like Smoopi. Some are instant and reply regardless of the state of the buffers. | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
+ | |||
+ | < | ||
+ | |||
=== Stopping Smoothie | === Stopping Smoothie | ||
{{page> | {{page> |