Patch DISTINCT_E_FACTORS bug

This commit is contained in:
Scott Lahteine
2017-03-05 23:19:06 -06:00
parent 20addc6e32
commit bfb0007573
3 changed files with 13 additions and 4 deletions

View File

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