diff options
Diffstat (limited to 'docs/Status_Reference.md')
-rw-r--r-- | docs/Status_Reference.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/Status_Reference.md b/docs/Status_Reference.md index 99d4f0f3..e6595ddb 100644 --- a/docs/Status_Reference.md +++ b/docs/Status_Reference.md @@ -330,8 +330,12 @@ The following information is available in the `print_stats` object [virtual_sdcard](Config_Reference.md#virtual_sdcard) config section is defined): - `filename`, `total_duration`, `print_duration`, `filament_used`, - `state`, `message`: Estimated information about the current print - when a virtual_sdcard print is active. + `state`, `message`: Estimated information about the current print when a + virtual_sdcard print is active. +- `info.total_layer`: The total layer value of the last `SET_PRINT_STATS_INFO + TOTAL_LAYER=<value>` G-Code command. +- `info.current_layer`: The current layer value of the last + `SET_PRINT_STATS_INFO CURRENT_LAYER=<value>` G-Code command. ## probe |