mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-23 17:02:39 +00:00
Sync Bambu Lab profiles with BambuStudio
Polymaker, Overture and eSUN presets move from brand subfolders to BBL/filament/, matching BambuStudio's layout; their names and ids are unchanged. Default filament lists keep pointing at presets that exist, 0.2 mm nozzles keep a default PLA, and user presets based on removed or renamed presets still load. Generic SBS is no longer in the Bambu bundle; new selections on those printers fall back to OrcaFilamentLibrary's Generic SBS @System. The profile tool now recognises BambuStudio's new filament id/name maps and support_recommended_params.json as data files.
This commit is contained in:
@@ -138,7 +138,13 @@ PROFILE_SUBDIRS = ("filament", "process", "machine")
|
||||
PROFILE_TYPES = ("machine_model", "process", "filament", "machine")
|
||||
|
||||
# Data files that sit under a vendor bundle but are not presets: no name, no type.
|
||||
NON_PROFILE_FILES = {"filaments_color_codes.json", "cli_config.json"}
|
||||
NON_PROFILE_FILES = {
|
||||
"filaments_color_codes.json",
|
||||
"cli_config.json",
|
||||
"filament_id_map.json",
|
||||
"filament_name_map.json",
|
||||
"support_recommended_params.json",
|
||||
}
|
||||
|
||||
# Mirror PrintConfigDef::handle_legacy's ignore set in PrintConfig.cpp; a test
|
||||
# checks parity. Used by normalize and check. Active options and
|
||||
|
||||
Reference in New Issue
Block a user