mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-28 21:46:30 +03:00
15 lines
184 B
Plaintext
15 lines
184 B
Plaintext
%module{Slic3r::TriangleMesh::XS};
|
|
%package{Slic3r::TriangleMesh::XS};
|
|
|
|
%{
|
|
PROTOTYPES: DISABLE
|
|
|
|
std::string
|
|
hello_world()
|
|
CODE:
|
|
RETVAL = "Hello world!";
|
|
OUTPUT:
|
|
RETVAL
|
|
|
|
%}
|