Fixing name cases.

This commit is contained in:
Joseph Lenox 2018-02-08 17:20:57 -06:00
parent 084a7da3e1
commit 05461b8620
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include <sstream>
#include <exprtk/exprtk.hpp>
#include "ConditionalGcode.hpp"
#include "ConditionalGCode.hpp"
namespace Slic3r {
// trim from start (in place)

View File

@ -2,7 +2,7 @@
%{
#include <xsinit.h>
#include "libslic3r/ConditionalGcode.hpp"
#include "libslic3r/ConditionalGCode.hpp"
%}