mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -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
|
@ -40,6 +40,8 @@
|
|||
%typemap{Ref<PrintObjectConfig>}{simple};
|
||||
%typemap{PrintRegionConfig*};
|
||||
%typemap{Ref<PrintRegionConfig>}{simple};
|
||||
%typemap{GCodeConfig*};
|
||||
%typemap{Ref<GCodeConfig>}{simple};
|
||||
%typemap{PrintConfig*};
|
||||
%typemap{Ref<PrintConfig>}{simple};
|
||||
%typemap{FullPrintConfig*};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue