From e22a012641c297a8e95afadc7d48d3ac97d9fa4b Mon Sep 17 00:00:00 2001 From: Stewart Allen Date: Fri, 14 Nov 2025 00:04:01 -0500 Subject: [PATCH] documenting fdm remain_time macro var refs #339 --- contributing.md | 9 +-------- docs/kiri-moto/gcode-macros.md | 1 + 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/contributing.md b/contributing.md index fd3ca445..5ce218d0 100644 --- a/contributing.md +++ b/contributing.md @@ -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 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 @@ -28,4 +21,4 @@ This is a community driven project, and we welcome any contributions you'd like - Make a new file in the `src/kiri/dev/` directory, with the name of your machine, no spaces or special characters, and a `.json` extension. - Paste the copied object into the new file, and save it. - Publish your changes to a git repo -- Submit a [pull request](https://github.com/GridSpace/grid-apps/compare) \ No newline at end of file +- Submit a [pull request](https://github.com/GridSpace/grid-apps/compare) diff --git a/docs/kiri-moto/gcode-macros.md b/docs/kiri-moto/gcode-macros.md index 263e98ee..656523a1 100644 --- a/docs/kiri-moto/gcode-macros.md +++ b/docs/kiri-moto/gcode-macros.md @@ -35,6 +35,7 @@ description: Variable Substitutions and Expressions in GCode Macros - \{pos_y\} = last output Y position - \{pos_z\} = last output Z position - \{progress\} = 0-100% state of print output +- \{remain_time\} = print time remaining in minutes - \{tool\} | \{nozzle\} = current tool in use - \{tool_count\} = number of tools used in print - \{tool_used\__n_\} = whether tool # _n_ is used in print