mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -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
|
@ -87,6 +87,7 @@ class GCode {
|
|||
void apply_print_config(const PrintConfig &print_config);
|
||||
void set_origin(const Pointf &pointf);
|
||||
std::string preamble();
|
||||
bool needs_retraction(const Polyline &travel, ExtrusionRole role);
|
||||
std::string retract(bool toolchange = false);
|
||||
std::string unretract();
|
||||
Pointf point_to_gcode(const Point &point);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue