Implemented button "Reset to Filament Color"

This commit is contained in:
YuSanka 2019-08-13 09:37:44 +02:00
parent a83da0f72c
commit 3e62d7ae64
4 changed files with 81 additions and 13 deletions

View file

@ -371,6 +371,7 @@ public:
wxButton* m_serial_test_btn = nullptr;
ScalableButton* m_print_host_test_btn = nullptr;
ScalableButton* m_printhost_browse_btn = nullptr;
ScalableButton* m_reset_to_filament_color = nullptr;
size_t m_extruders_count;
size_t m_extruders_count_old = 0;