Bumped up the version to 2.1.0-alpha0.

Updated the bundled profiles to integrate retract overrides
for PET and FLEX materials.
This commit is contained in:
bubnikv 2019-08-01 11:53:22 +02:00
parent 5f89414501
commit 576643c7ed
4 changed files with 217 additions and 26 deletions

View file

@ -134,7 +134,7 @@ public:
m_filpar[idx].cooling_final_speed = cooling_final_speed;
}
m_filpar[idx].filament_area = (M_PI/4.f) * pow(filament_diameter, 2); // all extruders are assumed to have the same filament diameter at this point
m_filpar[idx].filament_area = float((M_PI/4.f) * pow(filament_diameter, 2)); // all extruders are assumed to have the same filament diameter at this point
m_filpar[idx].nozzle_diameter = nozzle_diameter; // to be used in future with (non-single) multiextruder MM
if (max_volumetric_speed != 0.f)