Fix casing of conditional gcode

This commit is contained in:
Joseph Lenox 2018-01-16 20:09:20 -06:00
parent 19ea7a596a
commit 9bf13727ad
3 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include "PlaceholderParser.hpp"
#include "Print.hpp"
#include "PrintConfig.hpp"
#include "ConditionalGcode.hpp"
#include "ConditionalGCode.hpp"
#include <string>
namespace Slic3r {