1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-20 09:34:26 +00:00

Added new files missing from the previous commit.

This commit is contained in:
bubnikv
2018-01-23 11:37:45 +01:00
parent 09c9f6bdc3
commit 91c7bc43d3
3 changed files with 40 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "TabIface.hpp"
#include "Tab.h"
namespace Slic3r {
void TabIface::load_current_preset() { m_tab->load_current_preset(); }
void TabIface::rebuild_page_tree() { m_tab->rebuild_page_tree(); }
}; // namespace Slic3r