1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Update test

This commit is contained in:
Alessandro Ranellucci
2014-12-12 23:02:28 +01:00
parent 133466a6b5
commit ac495e974a
+1
View File
@@ -116,4 +116,5 @@ Point::coincides_with(point_sv)
%code{% THIS->y = val; %};
void set_z(double val)
%code{% THIS->z = val; %};
void translate(double x, double y, double z);
};