Implemented editing for extruder of existing ToolChangeCode tick

+ Code refactoring: DoubleSlider is extracted from wxExtensions
This commit is contained in:
YuSanka 2020-01-23 15:07:31 +01:00
parent 1ed313ab79
commit 5ff8ae955b
14 changed files with 2128 additions and 2041 deletions

View file

@ -84,6 +84,7 @@
#include <wx/glcanvas.h> // Needs to be last because reasons :-/
#include "WipeTowerDialog.hpp"
#include "libslic3r/CustomGCode.hpp"
using boost::optional;
namespace fs = boost::filesystem;