mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-27 02:31:10 -06:00
Fix of the last commit, G-code resolution was increased 10x by mistake.
This commit is contained in:
parent
135b3fcea8
commit
e063fe920e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue