forked from prusa3d/PrusaSlicer
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Alex Petsiuk edited this page Aug 20, 2024
·
38 revisions
-
Ch. 1 - Program flow
- Data flow within the slicing process in the libslic3r library
- Where to insert the layer batching algorithm?
- Ch. 2 - Run processing from the GUI
-
Ch. 3 - Add a control tab to the GUI
- Adding max region intersection
- Safe batch height
-
Ch. 4 - Add a color visualization to the GUI
- Batch colors
- Intersection regions
- Ch. 5 - Update print statistics
-
Ch. 6 - ITC algorithm
- Layer batching
- Generation initial printing map (definition of PM itself)
- Adding wiping layers
- Support processing
- Ch. 7 - Wiping
- Ch. 8 - Support processing
- Ch. 9 - Further fabrication optimization
#include <Print.hpp>
- Public Member Functions
void layer_batch_labeling2();
std::string export_batched_gcode(...);
- ...
- ...
- ...
- ...