mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-02 16:59:48 +02:00
Merge branch 'master' into xsdata
Conflicts: lib/Slic3r/GCode.pm xs/src/Point.hpp
This commit is contained in:
@@ -10,6 +10,8 @@ extern "C" {
|
||||
|
||||
#include <math.h>
|
||||
|
||||
namespace Slic3r {
|
||||
|
||||
class Point
|
||||
{
|
||||
public:
|
||||
@@ -36,4 +38,6 @@ point2perl(Point& point) {
|
||||
return sv_bless(newRV_noinc((SV*)av), gv_stashpv("Slic3r::Point", GV_ADD));
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user