@ -105,11 +105,10 @@ 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
// Initialized by settings.load()
floatPlanner::e_factor[EXTRUDERS],// The flow percentage and volumetric multiplier combine to scale E movement
Planner::filament_size[EXTRUDERS],// As a baseline for the multiplier, filament diameter
floatPlanner::e_factor[EXTRUDERS],// The flow percentage and volumetric multiplier combine to scale E movement
Planner::filament_size[EXTRUDERS],// diameter of filament (in millimeters), typically around 1.75 or 2.85, 0 disables the volumetric calculations for the extruder
Planner::volumetric_area_nominal=CIRCLE_AREA((DEFAULT_NOMINAL_FILAMENT_DIA)*0.5),// Nominal cross-sectional area
Planner::volumetric_multiplier[EXTRUDERS];// May be auto-adjusted by a filament width sensor
Planner::volumetric_multiplier[EXTRUDERS];// Reciprocal of cross-sectional area of filament (in mm^2). Pre-calculated to reduce computation in the planner
staticuint8_tlast_extruder;// Respond to extruder change
#endif
staticint16_tflow_percentage[EXTRUDERS];// Extrusion factor for each extruder
staticint16_tflow_percentage[EXTRUDERS];// Extrusion factor for each extruder
staticfloate_factor[EXTRUDERS],// The flow percentage and volumetric multiplier combine to scale E movement
filament_size[EXTRUDERS],// diameter of filament (in millimeters), typically around 1.75 or 2.85, 0 disables the volumetric calculations for the extruder
@ -167,7 +167,7 @@ class Planner {
min_travel_feedrate_mm_s;
#if HAS_LEVELING
staticboolleveling_active;// Flag that bed leveling is enabled
staticboolleveling_active;// Flag that bed leveling is enabled
#if ABL_PLANAR
staticmatrix_3x3bed_level_matrix;// Transform to compensate for bed level