mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
* Adds overview for custom gcodes like pause, change filament, custom * Fix: incorrect time display of inserted pauses
This commit is contained in:
parent
07d5a06794
commit
8ca0d79b05
3 changed files with 86 additions and 3 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue