prusa3d / PrusaSlicer-settings

Prusa3D specific settings for the Slic3r Prusa Edition
GNU Affero General Public License v3.0
357 stars 203 forks source link

Added Anycubic Kobra 2 #250

Open ifohancroft opened 4 months ago

ifohancroft commented 4 months ago

Any and all the Kobra 2 files and settings are taken from those provided by Anycubic for the Kobra 2 for PrusaSlicer.

The following has been changed from what Anycubic has provided:

  1. Added extra vertical space to the printer thumbnail to match the size of the rest of the Anycubic printer thumbnails in the repo.
  2. Set print_settings_id, filament_settings_id, printer_settings_id and post_process to empty, to match the rest of the Anycubic printers in the ini.
  3. Did not add the preset in the ini that Anycubic had added:
[presets]
print = Kobra2-PLA Parameter
sla_print = 0.025 UltraDetail
sla_material = - default -
printer = Kobra2-PLA Parameter
filament = Kobra2-PLA Parameter
rtyr commented 4 months ago

I am afraid this is not enough to add that printer. There is only one basic printer/filament/print profile called "Kobra2-PLA Parameter", also the way it was added to the ini file (copy/paste with all keys from exported bundle) is not ideal for future maintenance.

ifohancroft commented 4 months ago

I am afraid this is not enough to add that printer. There is only one basic printer/filament/print profile called "Kobra2-PLA Parameter"

Unfortunately, that is all that Anycubic provides for the printer for PrusaSlicer. What more would you say is needed?

The way it was added to the ini file (copy/paste with all keys from exported bundle) is not ideal for future maintenance.

Would you please elaborate on that?

rtyr commented 4 months ago

More print profiles (for example different layer heights). At least some basic filament profiles (PLA/PETG). Those profiles should be tested/tuned on actual printer. Basically what would you expect as an owner of such printer and what can you usually see with other bundled printers.

It's basically described here https://github.com/prusa3d/PrusaSlicer/wiki/Vendor-bundles-and-updating-process. Using some inheritance, possibly some existing presets, etc. Anycubic bundle is already quite problematic, because it contains different profiles from different authors.

ifohancroft commented 4 months ago

More print profiles (for example different layer heights). At least some basic filament profiles (PLA/PETG). Those profiles should be tested/tuned on actual printer. Basically what would you expect as an owner of such printer and what can you usually see with other bundled printers.

It's basically described here https://github.com/prusa3d/PrusaSlicer/wiki/Vendor-bundles-and-updating-process. Using some inheritance, possibly some existing presets, etc. Anycubic bundle is already quite problematic, because it contains different profiles from different authors.

Thank you! I would look into that in the following days.