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:
Diffstat (limited to 'src/libslic3r/CustomGCode.hpp')
-rw-r--r--src/libslic3r/CustomGCode.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libslic3r/CustomGCode.hpp b/src/libslic3r/CustomGCode.hpp
index 4f1be3f31..5ab4c76ef 100644
--- a/src/libslic3r/CustomGCode.hpp
+++ b/src/libslic3r/CustomGCode.hpp
@@ -8,6 +8,11 @@ namespace Slic3r {
class DynamicPrintConfig;
+// Additional Codes which can be set by user using DoubleSlider
+static constexpr char ColorChangeCode[] = "M600";
+static constexpr char PausePrintCode[] = "M601";
+static constexpr char ToolChangeCode[] = "tool_change";
+
namespace CustomGCode {
struct Item