This glitter PLA requires a significantly higher hot end temp to
get a similar amount of flow as the same brands counterpart
regular PLA filament
It even needs a slightly higher bed temp to prevent warping on
sharp corners
printers with a large bed are probably more prone to heat induced
bed warping, there we'll split up our abl start_gcode in fast
and slow variants, where printers with a smaller bed like
the Ender-3 will still use the fast variant, printers with
a large bed like the CR-10 will use the slow variant which
heats up the bed before starting the abl procedure.
Based on test-dog.gcode on the SD card included with the Enter 3 Pro
M190 S50.000000
M109 S200.000000
I also did a temperature tower test with the sample filament spool included
with my Ender 3 Pro, which I still hadn't opened.
And at all temps 190-215C I've seen fairly poor bridging, with 190C being the
least worst. I still have to test, but it'll likely perform well at 185C.
The semitranslucent white PLA included with my Ender 3 Pro, probably has a
matting agent in it, which explains why it's very flowy, and very similar
in performance to another Matte PLA filament I have, which also exhibits
poor bridging at even moderate temperatures.
For the time being, let's stick with Creality's own sample settings.
with some exceptions most regular PLAs seem to print well
around 200C, which is most likely due to the limited
effectiveness of the part cooling fan design on most
Creality printers
print temperature based on a temperature tower test
190C seems to produce some inconsistencies
200C seems like the best tradeoff
210C has noticably worse bridging/overhangs
Offical pricing from the vendor is 19.50EUR per 1KG roll
print temperature based on a temperature tower test
going lower than 200C doesn't seem to give many benefits
going higher than 200C seems to produce slightly worse
overhangs, which becomes particularly noticeable at 210C
Offical pricing from the vendor is 21.99EUR per 1KG roll
print temperature based on a temperature tower test
going lower than 200C doesn't seem to give many benefits
going higher than 200C seems to produce slightly worse
overhangs, which becomes particularly noticeable at 215C
There is no reference pricing from the Belgian vendor,
however 20,99 per 0.75KG roll seems common
After reviewing many test prints, these changes to print speeds and to line widths seem to have a positive improvement on print quality with BIBO2 printers.
Additionally several items were made more consistant especially with the external_perimeter_speed values.
the "renamed_from" field as it is specific to a concrete profile.
Prusa Research system profile was annotated with "renamed_from"
to indicate that the PETG profiles were renamed from PET somewhere
after PrusaSlicer 2.2.1 release.
These images are newly stored inside the resources/profiles/VENDOR_NAME/,
they should be named by the printer_model identifier suffixed with
"_thumbnail.png"
All the existing printer thumbnails were moved and renamed,
thumbnails for the 3rd party printers were added, marked as Beta.
Ditto printing options should have their own printer notes as they are specialized use cases.
Add and comment out the bed model and bed texture due to an issue
Removed compatible_printers_condition = printer_family=="BIBO2"
printer_family variable is not supported, though it is a good idea.
Fortunately it was not needed for the BIBO2 printer as of now.
so that the updated bundled profiles may require this version
(2.2.0-alpha3) or newer.
This change is needed for the clients to be forced to update
the configurations to see the print bed, as the print bed model and
image are no more hard coded, but they are referenced from
the vendor specific Preset Bundle.