Removal of all final and initial print temperature offsets, and huge increase in first layer print temperature. These changes should greatly improve first layer extrusion.
Also convert the values for prime_tower_min_volume to make it behave similar to what the minimum volume used to be. This feature fixed a bug with the computation from volume to thickness. Now it's correct but we have to correct the old values to be still the same (approximately) as what used to be the end result.
Contributes to issue CURA-5457.
- Add a new field "variant" in "metadata" section for quality profiles.
"material" will only contain values such as "generic_abs", and
"variant" will contain values such as "0.25 mm", "AA 0.4", etc.
- Reformat "metadata" section to have the following order:
- setting_version
- type
- quality_type
- weight
- global_quality
- material
- variant
Changed infill to Cross3D 10% (no gradual) for a more isotropic flexibility of parts. Cross3D also prints without travels (if possible) and looks great.
CURA-4451
- Add upgrade script for 3.0. to 3.1
- Upgrade old stack files so they will use "empty_quality" as the
"Not Supported" quality profile.
- Increase SettingVersion to 4
And then also update the profiles to make the profiles end up at what it was originally (I confirmed this with the materials team).
Contributes to issue CURA-3960.
The stand-by temperature should be 175 for these profiles because the UM3 firmware levels the bed with that temperature. It should be 100 in the quality profiles because that's what the stand-by temperature should be when standing by while the other nozzle is printing.
Contributes to issue CURA-3960.
This removes all settings that are equal to the defaults. Some settings are 'common' between all profiles of the same material. I've let those settings bubble up to the material profiles but that change is then obviously only apparent in the fdm_materials repository.
Contributes to issue CURA-3960.
These profiles are improved by the materials team. This is directly copied from them and should now be optimised for our use.
Contributes to issue CURA-3960.
For the 0.8mm profiles the variants specify 5%, so we remove it from those profiles. The 0.4mm variants specify 15% so for those we need to override it.