Remove junk code
This commit is contained in:
parent
4d9530deb7
commit
3e53abf9bd
@ -1,7 +1,6 @@
|
|||||||
#include "ArrangeJob.hpp"
|
#include "ArrangeJob.hpp"
|
||||||
|
|
||||||
#include "libslic3r/BuildVolume.hpp"
|
#include "libslic3r/BuildVolume.hpp"
|
||||||
#include "libslic3r/MTUtils.hpp"
|
|
||||||
#include "libslic3r/Model.hpp"
|
#include "libslic3r/Model.hpp"
|
||||||
|
|
||||||
#include "slic3r/GUI/Plater.hpp"
|
#include "slic3r/GUI/Plater.hpp"
|
||||||
@ -174,7 +173,7 @@ void ArrangeJob::process(Ctl &ctl)
|
|||||||
prepare();
|
prepare();
|
||||||
params = get_arrange_params(m_plater);
|
params = get_arrange_params(m_plater);
|
||||||
bedpts = get_bed_shape(*m_plater->config());
|
bedpts = get_bed_shape(*m_plater->config());
|
||||||
}).wait();;
|
}).wait();
|
||||||
|
|
||||||
auto count = unsigned(m_selected.size() + m_unprintable.size());
|
auto count = unsigned(m_selected.size() + m_unprintable.size());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user