Reset to system value works for Extruders too

This commit is contained in:
YuSanka 2018-03-19 17:21:37 +01:00
parent 7e6887cca8
commit f72bb89521
2 changed files with 68 additions and 19 deletions

View file

@ -228,6 +228,7 @@ public:
size_t m_extruders_count;
size_t m_initial_extruders_count;
size_t m_sys_extruders_count;
std::vector<PageShp> m_extruder_pages;
TabPrinter() {}