mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Refactoring: moved some low-level G-code generation methods to the new Slic3r::GCode::Base class
This commit is contained in:
parent
d0a81dca28
commit
e521475b7e
10 changed files with 315 additions and 192 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue