mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-18 20:28:08 -06:00
Use GCodeWriter for path segments (refactoring)
This commit is contained in:
parent
fbd640fdc5
commit
9a17efc480
4 changed files with 18 additions and 68 deletions
|
@ -79,9 +79,6 @@ class ExtrusionPath : public ExtrusionEntity
|
|||
bool is_infill() const;
|
||||
bool is_solid_infill() const;
|
||||
bool is_bridge() const;
|
||||
std::string gcode(Extruder* extruder, double e, double F,
|
||||
double xofs, double yofs, std::string extrusion_axis,
|
||||
std::string gcode_line_suffix) const;
|
||||
Polygons grow() const;
|
||||
double min_mm3_per_mm() const {
|
||||
return this->mm3_per_mm;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue