diff --git a/src/libslic3r/GCodeWriter.hpp b/src/libslic3r/GCodeWriter.hpp index 85137919ce..e8a54737e0 100644 --- a/src/libslic3r/GCodeWriter.hpp +++ b/src/libslic3r/GCodeWriter.hpp @@ -109,7 +109,7 @@ public: // and the filament crossection is 1.75^2 = 3.063mm2 // thus the filament moves 3.063 / 0.6 = 51x slower than the XY axes // and we need roughly two decimal digits more on extruder than on XY. -#if 0 +#if 1 static constexpr const int XYZF_EXPORT_DIGITS = 3; static constexpr const int E_EXPORT_DIGITS = 5; #else