PrusaSlicer-NonPlainar/src/libslic3r/GCode
bubnikv 272479826f Refactoring of the G-code preview for lower memory allocation
and for separation of concerns:

The final G-code preview no more uses ExtrusionPaths structure
to hold the G-code path data extracted by parsing the G-code.
Instead, the ExtrusionPath class has been trimmed down back to
the original size before the G-code preview was introduced,
and a new GCodePreviewData::Extrusion::Path class was created to hold
the additional path data as the extruder ID, color change ID
and fan speed.
2019-09-30 16:25:26 +02:00
..
Analyzer.cpp Refactoring of the G-code preview for lower memory allocation 2019-09-30 16:25:26 +02:00
Analyzer.hpp #2922 - Port of commit: f42edd35ce by jschuh 2019-09-23 14:56:27 +02:00
CoolingBuffer.cpp CoolingBuffer.cpp: Fixed a crash when encountering an invalid toolchange 2019-09-10 11:46:18 +02:00
CoolingBuffer.hpp Fix of a cooling slow down logic. 2019-02-01 17:15:41 +01:00
PostProcessor.cpp Fix build on MSVC with PCH off 2019-03-27 12:14:34 +01:00
PostProcessor.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
PressureEqualizer.cpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
PressureEqualizer.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
PreviewData.cpp Refactoring of the G-code preview for lower memory allocation 2019-09-30 16:25:26 +02:00
PreviewData.hpp Refactoring of the G-code preview for lower memory allocation 2019-09-30 16:25:26 +02:00
PrintExtents.cpp Wipe tower - refactoring (removed the abstract WipeTower class) 2019-06-17 10:16:07 +02:00
PrintExtents.hpp WIP: Moved sources int src/, separated most of the source code from Perl. 2018-09-19 11:02:24 +02:00
SpiralVase.cpp Fixed warnings in libslic3r 2019-06-25 16:04:29 +02:00
SpiralVase.hpp Get name of both the G-code and project file from the 1st printable 2019-02-01 11:44:08 +01:00
ToolOrdering.cpp Whitespace changes to supress misleading indentation warnings 2019-09-24 16:01:01 +02:00
ToolOrdering.hpp Fixed couple of warnings in WipeTower.cpp, ToolOrdering.cpp and GCode.cpp 2019-09-04 14:56:35 +02:00
WipeTower.cpp Whitespace changes to supress misleading indentation warnings 2019-09-24 16:01:01 +02:00
WipeTower.hpp Some more warnings fixed (WipeTower.cpp/.hpp) 2019-09-10 12:08:43 +02:00