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 'xs/xsp/typemap.xspt')
-rw-r--r--xs/xsp/typemap.xspt12
1 files changed, 3 insertions, 9 deletions
diff --git a/xs/xsp/typemap.xspt b/xs/xsp/typemap.xspt
index 7e277703b..2d364628e 100644
--- a/xs/xsp/typemap.xspt
+++ b/xs/xsp/typemap.xspt
@@ -97,12 +97,6 @@
%typemap{PolylineCollection*};
%typemap{Ref<PolylineCollection>}{simple};
%typemap{Clone<PolylineCollection>}{simple};
-%typemap{MotionPlanner*};
-%typemap{Ref<MotionPlanner>}{simple};
-%typemap{Clone<MotionPlanner>}{simple};
-// %typemap{GCodeSender*};
-// %typemap{Ref<GCodeSender>}{simple};
-// %typemap{Clone<GCodeSender>}{simple};
%typemap{BridgeDetector*};
%typemap{Ref<BridgeDetector>}{simple};
%typemap{Clone<BridgeDetector>}{simple};
@@ -155,9 +149,9 @@
%typemap{Ref<GCode>}{simple};
%typemap{Clone<GCode>}{simple};
-%typemap{GCodePreviewData*};
-%typemap{Ref<GCodePreviewData>}{simple};
-%typemap{Clone<GCodePreviewData>}{simple};
+//%typemap{GCodePreviewData*};
+//%typemap{Ref<GCodePreviewData>}{simple};
+//%typemap{Clone<GCodePreviewData>}{simple};
%typemap{Points};
%typemap{Pointfs};