1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Added another missing include

This commit is contained in:
enricoturri1966
2020-04-02 15:52:42 +02:00
parent d0ce17656f
commit f05de150c5
3 changed files with 20 additions and 18 deletions
+2
View File
@@ -1,6 +1,8 @@
#include "../libslic3r.h"
#include "GCodeProcessor.hpp"
#include <boost/log/trivial.hpp>
#if ENABLE_GCODE_VIEWER
static const float INCHES_TO_MM = 25.4f;