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