-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bed_mesh: Support manipulation of meshes
Adds an extra SET parameter option to BED_MESH_PROFILE to specify the mesh as a parameter (string form of the dict describing the mesh). In addition status printer.bed_mesh.profiles is added to expose the dict of profiles defined in the module currently in the same format as SET (after conversion to a string) can accept. Main goal of these changes are to allow manipulation of the meshes from macros, to also allow storing the meshes without needing a reset, ex. stored in a saved variable.
- Loading branch information
Showing
3 changed files
with
47 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters