prusa3d / PrusaSlicer-settings

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

Flashforge Creator Pro II IDEX profile broken in PS2.8.0 #266

Closed paynterf closed 1 week ago

paynterf commented 3 weeks ago

I have been using the FlashForge Creator Pro II IDEX profile created by myself and Jacotheron for several years now, but it is no longer usable with PS2.8.0. I have tried to work my way through the current 'vendor bundle' description, but I keep getting lost - particularly with respect to the purpose for the [printer_name].IDX file.

Maybe some examples or a tutorial for those of us who aren't quite up to snuff? I would be quite happy to help if someone could lead me through the 'vendor bundle' documentation.

rtyr commented 1 week ago

Looking at your ini and idx files, all you have to do is to change config_version from config_version = 0.0.1-alpha3 to config_version = 0.1.0 (that is the version you have specified in the idx file) and add new line repo_id = non-prusa-fff to the vendor section (this is needed since 2.8.0).

[vendor]
repo_id = non-prusa-fff
# Vendor name will be shown by the Config Wizard.
name = FlashForge
# Configuration version of this file. Config file will only be installed, if the config_version differs.
# This means, the server may force the PrusaSlicer configuration to be downgraded.
config_version = 0.1.0

Documentation is here: https://github.com/prusa3d/PrusaSlicer/wiki/Vendor-bundles-and-updating-process