mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-26 10:21:00 +00:00
Inherit Meltingplot filaments from OrcaFilamentLibrary generics
Per the profile creation guide, vendor filament profiles now inherit from Generic * @System instead of vendor-local fdm_filament_* copies. Each profile carries only Meltingplot-specific deviations plus the 2.85 mm filament diameter; the seven local fdm_filament_* base files are removed. Deliberate pins where the library default would change tuned behavior: - PLA/ABS/TitanX keep filament_max_volumetric_speed 20 (0.6 nozzle cap) - ABS/PET-CF15 keep close_fan_the_first_x_layers 1 - STYX 12 sets required_nozzle_HRC 0 (unfilled PA12, density 1.02)
This commit is contained in:
@@ -228,34 +228,6 @@
|
||||
}
|
||||
],
|
||||
"filament_list": [
|
||||
{
|
||||
"name": "fdm_filament_common",
|
||||
"sub_path": "filament/fdm_filament_common.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pla",
|
||||
"sub_path": "filament/fdm_filament_pla.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_abs",
|
||||
"sub_path": "filament/fdm_filament_abs.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_asa",
|
||||
"sub_path": "filament/fdm_filament_asa.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_petg",
|
||||
"sub_path": "filament/fdm_filament_petg.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pa",
|
||||
"sub_path": "filament/fdm_filament_pa.json"
|
||||
},
|
||||
{
|
||||
"name": "fdm_filament_pc",
|
||||
"sub_path": "filament/fdm_filament_pc.json"
|
||||
},
|
||||
{
|
||||
"name": "Meltingplot PLA",
|
||||
"sub_path": "filament/Meltingplot PLA.json"
|
||||
|
||||
Reference in New Issue
Block a user