mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 15:21:21 -06:00
Split the GCodePreviewData from the GCodeAnalyzer,
as in the next step the GCodePreviewData will be exported to Perl.
This commit is contained in:
parent
f38e0f2b4f
commit
3a6436f6f0
7 changed files with 76 additions and 632 deletions
|
@ -90,6 +90,8 @@ add_library(libslic3r STATIC
|
|||
${LIBDIR}/libslic3r/GCode/CoolingBuffer.hpp
|
||||
${LIBDIR}/libslic3r/GCode/PressureEqualizer.cpp
|
||||
${LIBDIR}/libslic3r/GCode/PressureEqualizer.hpp
|
||||
${LIBDIR}/libslic3r/GCode/PreviewData.cpp
|
||||
${LIBDIR}/libslic3r/GCode/PreviewData.hpp
|
||||
${LIBDIR}/libslic3r/GCode/PrintExtents.cpp
|
||||
${LIBDIR}/libslic3r/GCode/PrintExtents.hpp
|
||||
${LIBDIR}/libslic3r/GCode/SpiralVase.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue