Patch DISTINCT_E_FACTORS bug
This commit is contained in:
parent
20addc6e32
commit
bfb0007573
3 changed files with 13 additions and 4 deletions
|
|
@ -184,7 +184,7 @@
|
|||
*/
|
||||
#if ENABLED(ADVANCE)
|
||||
#define EXTRUSION_AREA (0.25 * (D_FILAMENT) * (D_FILAMENT) * M_PI)
|
||||
#define STEPS_PER_CUBIC_MM_E (axis_steps_per_mm[E_AXIS] / (EXTRUSION_AREA))
|
||||
#define STEPS_PER_CUBIC_MM_E (axis_steps_per_mm[E_AXIS_N] / (EXTRUSION_AREA))
|
||||
#endif
|
||||
|
||||
#if ENABLED(ULTIPANEL) && DISABLED(ELB_FULL_GRAPHIC_CONTROLLER)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue