mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-31 00:52:51 +00:00
Refactoring: moved some low-level G-code generation methods to the new Slic3r::GCode::Base class
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
%}
|
||||
|
||||
%name{Slic3r::Extruder} class Extruder {
|
||||
Extruder(int id, PrintConfig *config);
|
||||
// We don't need a Perl constructor with PrintConfig at the moment
|
||||
//Extruder(int id, PrintConfig *config);
|
||||
Extruder(int id, FullPrintConfig *config);
|
||||
~Extruder();
|
||||
void reset();
|
||||
double extrude(double dE);
|
||||
|
||||
Reference in New Issue
Block a user