Ported CoolingBuffer to C++/XS

This commit is contained in:
Alessandro Ranellucci
2017-02-21 14:02:47 +01:00
committed by bubnikv
parent c517b0d8f1
commit a65c9ba083
10 changed files with 227 additions and 17 deletions
+4
View File
@@ -164,6 +164,10 @@
%typemap{Ref<OozePrevention>}{simple};
%typemap{Clone<OozePrevention>}{simple};
%typemap{CoolingBuffer*};
%typemap{Ref<CoolingBuffer>}{simple};
%typemap{Clone<CoolingBuffer>}{simple};
%typemap{GCode*};
%typemap{Ref<GCode>}{simple};
%typemap{Clone<GCode>}{simple};