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:
authorAlessandro Ranellucci <aar@cpan.org>2015-12-16 14:33:19 +0300
committerAlessandro Ranellucci <aar@cpan.org>2015-12-16 14:33:19 +0300
commit3c862836f284a09b283404680094abb45f3a7464 (patch)
tree6d31052b3fc426d0aec8948a028d443711735924 /xs/xsp/GCodeWriter.xsp
parentc73378744f0d6e8c4a07952d9228069f35fcb56e (diff)
Refactored the Config XS bindings
Diffstat (limited to 'xs/xsp/GCodeWriter.xsp')
-rw-r--r--xs/xsp/GCodeWriter.xsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/xsp/GCodeWriter.xsp b/xs/xsp/GCodeWriter.xsp
index 15a919da8..a51e3a44b 100644
--- a/xs/xsp/GCodeWriter.xsp
+++ b/xs/xsp/GCodeWriter.xsp
@@ -9,7 +9,7 @@
GCodeWriter();
~GCodeWriter();
- Ref<GCodeConfig> config()
+ Ref<StaticPrintConfig> config()
%code%{ RETVAL = &THIS->config; %};
bool multiple_extruders()
%code{% RETVAL = THIS->multiple_extruders; %};