Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2018-06-20 15:20:48 +0300
committerYuSanka <yusanka@gmail.com>2018-06-20 15:20:48 +0300
commitfd4feb689ea1b21380c492264d305bc91b4cc5b2 (patch)
treedc735759f9fa95e4aae0fabb5c629ec67d2f08db /xs/src/slic3r/GUI/Tab.hpp
parent86b02224aeaea2003dfb743ddadfff81cae330e3 (diff)
Added prototype for "Kinematics" Page
+ Added enum_labels to localizations + Added bold font for the name of Options Groups
Diffstat (limited to 'xs/src/slic3r/GUI/Tab.hpp')
-rw-r--r--xs/src/slic3r/GUI/Tab.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/slic3r/GUI/Tab.hpp b/xs/src/slic3r/GUI/Tab.hpp
index d6bf2cf43..ab63bcc78 100644
--- a/xs/src/slic3r/GUI/Tab.hpp
+++ b/xs/src/slic3r/GUI/Tab.hpp
@@ -330,6 +330,7 @@ public:
void update() override;
void update_serial_ports();
void extruders_count_changed(size_t extruders_count);
+ PageShp create_kinematics_page();
void build_extruder_pages();
void on_preset_loaded() override;
void init_options_list() override;