Separate jobs from Plater, re-add big bed workaround

This commit is contained in:
tamasmeszaros 2020-04-23 18:47:51 +02:00
parent 1bffc2b99b
commit 728d90cb33
10 changed files with 635 additions and 533 deletions

View file

@ -148,6 +148,11 @@ set(SLIC3R_GUI_SOURCES
GUI/PrintHostDialogs.cpp
GUI/PrintHostDialogs.hpp
GUI/Job.hpp
GUI/Job.cpp
GUI/ArrangeJob.hpp
GUI/ArrangeJob.cpp
GUI/RotoptimizeJob.hpp
GUI/RotoptimizeJob.cpp
GUI/Mouse3DController.cpp
GUI/Mouse3DController.hpp
GUI/DoubleSlider.cpp