mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-30 07:01:59 +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;
|
||||
} else if (auto multipath = dynamic_cast<const ExtrusionMultiPath *>(extrusion_entity)) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "ExtrusionOrder.hpp"
|
||||
#include "GCode/SmoothPath.hpp"
|
||||
#include "libslic3r/GCode/SmoothPath.hpp"
|
||||
#include "libslic3r/ShortestPath.hpp"
|
||||
|
||||
namespace Slic3r::GCode::ExtrusionOrder {
|
||||
|
Loading…
x
Reference in New Issue
Block a user