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 eef74403bf
commit 46739c0c47
14 changed files with 2128 additions and 2041 deletions

View File

@@ -1,4 +1,5 @@
#include "GCodeWriter.hpp"
#include "CustomGCode.hpp"
#include <algorithm>
#include <iomanip>
#include <iostream>