documenting fdm remain_time macro var refs #339
This commit is contained in:
parent
ea1c13b5c0
commit
e22a012641
2 changed files with 2 additions and 8 deletions
|
|
@ -11,13 +11,6 @@ This is a community driven project, and we welcome any contributions you'd like
|
||||||
- Run `npm run setup`
|
- Run `npm run setup`
|
||||||
- Run `npm run dev`
|
- Run `npm run dev`
|
||||||
|
|
||||||
## Running Docs Locally
|
|
||||||
|
|
||||||
- Ensure you have [node](https://nodejs.org/en/download/), or an equivalent installed
|
|
||||||
- Clone the [repository](https://github.com/GridSpace/grid-apps)
|
|
||||||
- Run `npm run setup`
|
|
||||||
- Run `npm run docs-dev`
|
|
||||||
|
|
||||||
|
|
||||||
## How to add a new machine
|
## How to add a new machine
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,6 +35,7 @@ description: Variable Substitutions and Expressions in GCode Macros
|
||||||
- \{pos_y\} = last output Y position
|
- \{pos_y\} = last output Y position
|
||||||
- \{pos_z\} = last output Z position
|
- \{pos_z\} = last output Z position
|
||||||
- \{progress\} = 0-100% state of print output
|
- \{progress\} = 0-100% state of print output
|
||||||
|
- \{remain_time\} = print time remaining in minutes
|
||||||
- \{tool\} | \{nozzle\} = current tool in use
|
- \{tool\} | \{nozzle\} = current tool in use
|
||||||
- \{tool_count\} = number of tools used in print
|
- \{tool_count\} = number of tools used in print
|
||||||
- \{tool_used\__n_\} = whether tool # _n_ is used in print
|
- \{tool_used\__n_\} = whether tool # _n_ is used in print
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue