1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Refactored the Config XS bindings

This commit is contained in:
Alessandro Ranellucci
2015-12-16 12:33:19 +01:00
parent c73378744f
commit 3c862836f2
18 changed files with 104 additions and 194 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
GCodeWriter();
~GCodeWriter();
Ref<GCodeConfig> config()
Ref<StaticPrintConfig> config()
%code%{ RETVAL = &THIS->config; %};
bool multiple_extruders()
%code{% RETVAL = THIS->multiple_extruders; %};