mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Make C++ gcode generator use C++ Extruder object directly.
This commit is contained in:
parent
66d23a2416
commit
04fad70cbf
3 changed files with 6 additions and 16 deletions
|
@ -25,7 +25,7 @@
|
|||
bool is_perimeter();
|
||||
bool is_fill();
|
||||
bool is_bridge();
|
||||
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);
|
||||
%{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue