mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-30 06:52:03 +08:00
Fixed conflicts after merge
This commit is contained in:
parent
fb47a62fd7
commit
f30a8ac4fb
@ -2316,7 +2316,7 @@ struct SmoothPathGenerator {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
assert(validate_smooth_path(smooth_path, !m_enable_loop_clipping));
|
assert(validate_smooth_path(smooth_path, !enable_loop_clipping));
|
||||||
|
|
||||||
result = smooth_path;
|
result = smooth_path;
|
||||||
} else if (auto multipath = dynamic_cast<const ExtrusionMultiPath *>(extrusion_entity)) {
|
} else if (auto multipath = dynamic_cast<const ExtrusionMultiPath *>(extrusion_entity)) {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "ExtrusionOrder.hpp"
|
#include "ExtrusionOrder.hpp"
|
||||||
#include "GCode/SmoothPath.hpp"
|
#include "libslic3r/GCode/SmoothPath.hpp"
|
||||||
#include "libslic3r/ShortestPath.hpp"
|
#include "libslic3r/ShortestPath.hpp"
|
||||||
|
|
||||||
namespace Slic3r::GCode::ExtrusionOrder {
|
namespace Slic3r::GCode::ExtrusionOrder {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user