Fix of the last commit, G-code resolution was increased 10x by mistake.

This commit is contained in:
Vojtech Bubnik 2021-11-16 15:59:43 +01:00
parent 135b3fcea8
commit e063fe920e

View File

@ -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