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

Ported test_gcodewriter from upstream Slic3r, thanks @lordofhyphens.

The format for G1 Fxxx was changed to fixed three decimal digits.
This commit is contained in:
bubnikv
2019-10-15 17:35:19 +02:00
parent 88df291372
commit de45be5f29
5 changed files with 156 additions and 2 deletions
-1
View File
@@ -11,7 +11,6 @@
#include <boost/nowide/cstdio.hpp>
#include <boost/filesystem.hpp>
using namespace std::string_literals;
using namespace std;
namespace Slic3r { namespace Test {