mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-29 04:29:34 -07:00
Make C++ gcode generator use C++ Extruder object directly.
This commit is contained in:
@@ -9,6 +9,7 @@ namespace Slic3r {
|
||||
|
||||
class ExPolygonCollection;
|
||||
class ExtrusionEntityCollection;
|
||||
class Extruder;
|
||||
|
||||
enum ExtrusionRole {
|
||||
erPerimeter,
|
||||
@@ -57,7 +58,7 @@ class ExtrusionPath : public ExtrusionEntity
|
||||
double length() const;
|
||||
|
||||
#ifdef SLIC3RXS
|
||||
std::string gcode(SV* extruder, double e, double F,
|
||||
std::string gcode(Extruder* extruder, double e, double F,
|
||||
double xofs, double yofs, std::string extrusion_axis,
|
||||
std::string gcode_line_suffix) const;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user