Fix of the last commit, G-code resolution was increased 10x by mistake.
This commit is contained in:
parent
135b3fcea8
commit
e063fe920e
@ -109,7 +109,7 @@ public:
|
|||||||
// and the filament crossection is 1.75^2 = 3.063mm2
|
// and the filament crossection is 1.75^2 = 3.063mm2
|
||||||
// thus the filament moves 3.063 / 0.6 = 51x slower than the XY axes
|
// 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.
|
// 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 XYZF_EXPORT_DIGITS = 3;
|
||||||
static constexpr const int E_EXPORT_DIGITS = 5;
|
static constexpr const int E_EXPORT_DIGITS = 5;
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user