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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuSanka <yusanka@gmail.com>2019-08-01 17:20:46 +0300
committerYuSanka <yusanka@gmail.com>2019-08-01 17:25:08 +0300
commit9471c9cd17b19e3d96155a4413dd7a7a84009960 (patch)
tree60405992959fe858365ce2e44c21782565018dcf /src/slic3r/GUI/MainFrame.hpp
parentec9117cc06e5b268d5c5b1170312c922fe3e892b (diff)
Implemented FR #2633
Diffstat (limited to 'src/slic3r/GUI/MainFrame.hpp')
-rw-r--r--src/slic3r/GUI/MainFrame.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/MainFrame.hpp b/src/slic3r/GUI/MainFrame.hpp
index a41f33824..5d34be48e 100644
--- a/src/slic3r/GUI/MainFrame.hpp
+++ b/src/slic3r/GUI/MainFrame.hpp
@@ -67,6 +67,7 @@ class MainFrame : public DPIFrame
bool can_export_model() const;
bool can_export_supports() const;
bool can_export_gcode() const;
+ bool can_send_gcode() const;
bool can_slice() const;
bool can_change_view() const;
bool can_select() const;
@@ -79,6 +80,7 @@ class MainFrame : public DPIFrame
enum MenuItems
{ // FFF SLA
miExport = 0, // Export G-code Export
+ miSend, // Send G-code Send to print
miMaterialTab, // Filament Settings Material Settings
};