mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Split Print.cpp and Layer.cpp into multiple compilation units
This commit is contained in:
parent
7ff13c063f
commit
b8676241e0
6 changed files with 372 additions and 355 deletions
|
@ -1673,6 +1673,7 @@ src/Geometry.cpp
|
|||
src/Geometry.hpp
|
||||
src/Layer.cpp
|
||||
src/Layer.hpp
|
||||
src/LayerRegion.cpp
|
||||
src/Line.cpp
|
||||
src/Line.hpp
|
||||
src/Model.cpp
|
||||
|
@ -1712,6 +1713,8 @@ src/Print.cpp
|
|||
src/Print.hpp
|
||||
src/PrintConfig.cpp
|
||||
src/PrintConfig.hpp
|
||||
src/PrintObject.cpp
|
||||
src/PrintRegion.cpp
|
||||
src/Surface.cpp
|
||||
src/Surface.hpp
|
||||
src/SurfaceCollection.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue