@ -105,7 +105,7 @@ float Planner::max_feedrate_mm_s[XYZE_N], // Max speeds in mm per second
int16_tPlanner::flow_percentage[EXTRUDERS]=ARRAY_BY_EXTRUDERS1(100);// Extrusion factor for each extruder
int16_tPlanner::flow_percentage[EXTRUDERS]=ARRAY_BY_EXTRUDERS1(100);// Extrusion factor for each extruder
floatPlanner::e_factor[EXTRUDERS];// The flow percentage and volumetric multiplier combine to scale E movement
floatPlanner::e_factor[EXTRUDERS]=ARRAY_BY_EXTRUDERS1(1.0);// The flow percentage and volumetric multiplier combine to scale E movement
#if DISABLED(NO_VOLUMETRICS)
#if DISABLED(NO_VOLUMETRICS)
floatPlanner::filament_size[EXTRUDERS],// diameter of filament (in millimeters), typically around 1.75 or 2.85, 0 disables the volumetric calculations for the extruder
floatPlanner::filament_size[EXTRUDERS],// diameter of filament (in millimeters), typically around 1.75 or 2.85, 0 disables the volumetric calculations for the extruder