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:
authorVojtech Kral <vojtech@kral.hk>2018-02-07 13:37:15 +0300
committerVojtech Kral <vojtech@kral.hk>2018-03-05 20:33:15 +0300
commit7cfc5204c85c68e07ca351ac810a7f14a8e65eaf (patch)
tree6e06c8afe137a29d514c7998d0aca55fc3c280c9 /xs/src/perlglue.cpp
parent79ee7c9a36b4901804e87ecb17dd6821a23ba258 (diff)
WIP: OctoPrint
Diffstat (limited to 'xs/src/perlglue.cpp')
-rw-r--r--xs/src/perlglue.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs/src/perlglue.cpp b/xs/src/perlglue.cpp
index cb2ef7368..d7c9a590a 100644
--- a/xs/src/perlglue.cpp
+++ b/xs/src/perlglue.cpp
@@ -64,6 +64,7 @@ REGISTER_CLASS(PresetCollection, "GUI::PresetCollection");
REGISTER_CLASS(PresetBundle, "GUI::PresetBundle");
REGISTER_CLASS(PresetHints, "GUI::PresetHints");
REGISTER_CLASS(TabIface, "GUI::Tab");
+REGISTER_CLASS(OctoPrint, "OctoPrint");
SV* ConfigBase__as_hash(ConfigBase* THIS)
{