mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-07 14:04:11 -06:00
Ported Slic3r::GCode::needs_retraction() to XS
This commit is contained in:
parent
b4019bb438
commit
5571144c0e
4 changed files with 42 additions and 35 deletions
|
@ -152,6 +152,8 @@
|
|||
void set_origin(Pointf* pointf)
|
||||
%code{% THIS->set_origin(*pointf); %};
|
||||
std::string preamble();
|
||||
bool needs_retraction(Polyline* travel, ExtrusionRole role)
|
||||
%code{% RETVAL = THIS->needs_retraction(*travel, role); %};
|
||||
std::string retract(bool toolchange = false);
|
||||
std::string unretract();
|
||||
Clone<Pointf> point_to_gcode(Point* point)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue