Adds overview for custom gcodes like pause, change filament, custom #2191 (#2728)

* Adds overview for custom gcodes like pause, change filament, custom

* Fix: incorrect time display of inserted pauses
This commit is contained in:
niklasb 2023-11-18 17:04:30 +01:00 committed by GitHub
parent 07d5a06794
commit 8ca0d79b05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 86 additions and 3 deletions

View file

@ -157,6 +157,7 @@ public:
bool is_localized);
void bold_text(const std::string &str);
void title(const std::string& str);
void title(const std::string &str, bool suppress_seperator);
// set font
const std::vector<std::string> get_fonts_names() const { return m_fonts_names; }