feat: macro management (#396)
* feature: add multiple macro management settings (simple/expert) Signed-off-by: Stefan Dej <meteyou@gmail.com> * feature: create and remove Macrogroups Signed-off-by: Stefan Dej <meteyou@gmail.com> * refactor: edit function for macro groups Signed-off-by: Stefan Dej <meteyou@gmail.com> * feature: create/edit/delete macrogroups Signed-off-by: Stefan Dej <meteyou@gmail.com> * fix: init data in heightmap dont exist without bed_mesh Signed-off-by: Stefan Dej <meteyou@gmail.com> * chore: extract macro params (#392) Signed-off-by: Eike Ahmels <eike.ahmels@tu-dortmund.de> * feat: finish macro management settings Signed-off-by: Stefan Dej <meteyou@gmail.com> * feat: macro management in dashboard settings and display panels Signed-off-by: Stefan Dej <meteyou@gmail.com> * fix: align of icons and text in settings dashboard Signed-off-by: Stefan Dej <meteyou@gmail.com> * refactor: move gcode macros in seperate component Signed-off-by: Stefan Dej <meteyou@gmail.com> * feat: combine "show status lines" in edit macro groups Signed-off-by: Stefan Dej <meteyou@gmail.com> * fix: display macrogroups and macros in paused state Signed-off-by: Stefan Dej <meteyou@gmail.com> * fix: macro group rights and display errors Signed-off-by: Stefan Dej <meteyou@gmail.com> * refactor: remove create macrogroup and just add new group without name Signed-off-by: Stefan Dej <meteyou@gmail.com> * fix: hide macrogroups when macromanagement is simple Signed-off-by: Stefan Dej <meteyou@gmail.com> * feat: change to Roboto-Mono font in console Signed-off-by: Stefan Dej <meteyou@gmail.com> * chore: add robotoMono font Signed-off-by: Stefan Dej <meteyou@gmail.com> * refactor: remove debug outputs Signed-off-by: Stefan Dej <meteyou@gmail.com> * refactor: update regex for extract params from macros Signed-off-by: Stefan Dej <meteyou@gmail.com> * fix: macro params regex update Signed-off-by: Stefan Dej <meteyou@gmail.com> * feat: hide params with '_' as first char Signed-off-by: Stefan Dej <meteyou@gmail.com> * refactor: switch simple macros panel to macro-button component Signed-off-by: Stefan Dej <meteyou@gmail.com> * refactor: fix padding of macro params dialog Signed-off-by: Stefan Dej <meteyou@gmail.com> * refactor: add tooltips to macro management icon buttons Signed-off-by: Stefan Dej <meteyou@gmail.com> * fix: filter not existing macrogroups in panellist Signed-off-by: Stefan Dej <meteyou@gmail.com> * fix: delete layout position when deleting macrogroup Signed-off-by: Stefan Dej <meteyou@gmail.com> Co-authored-by: Eike Ahmels <hui_buh-@gmx.net>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
.gcode-command-field {
|
||||
font-family: monospace;
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Reference in New Issue
Block a user