Skip to content

Commit

Permalink
Documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsRo committed May 8, 2022
1 parent d29ad45 commit 12cc245
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion API_DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,4 +134,4 @@ Also it sends after start of the print the remaining time to the filament chnage

Event: Events.PLUGIN__SLICER_ESTIMATOR_FILAMENT_CHANGE or plugin_SlicerEstimator_filament_change

Payload: Dict of seconds the filament has to be changed
Payload: Array of Array containing GCODE and seconds the filament has to be changed
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ Settings for metadata configuration

![](images/Settings_Metadata.png)

# Tool changes (MMU and M600)
Filament changes via M600 (manual) or via MMU (T) are detected in GCODE and added to filebrowser and also the actual print. This gives an overview how much time is left until you should watch the printer.

![](images/Filament_Change.png)

## API - for other plugin developers
Metadata stored can be easily used by other plugins. [An API description is available here](API_DOC.md).

Expand Down
Binary file added images/Filament_Change.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12cc245

Please sign in to comment.