1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-30 11:05:50 +00:00

Make C++ gcode generator use C++ Extruder object directly.

This commit is contained in:
Y. Sapir
2014-04-08 02:43:02 +03:00
parent 66d23a2416
commit 04fad70cbf
3 changed files with 6 additions and 16 deletions
+1 -1
View File
@@ -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);
%{