Retire the untuned re3D umbrella presets superseded by the nozzle variants

"Update re:3D profiles" (#13750) added the tuned "@0.4/@0.8 nozzle" and
"@0.8/@1.75 nozzle" variants but kept the five original un-suffixed presets,
trimming each to a stub that overrides only filament_vendor while still
claiming every printer of both nozzles. On any re3D printer the stub was
selectable alongside the ~50-key variant that actually tunes the material,
which is what forced five filament_id salt splits to keep the pair apart.

Drop the stubs. The variants already carry the products' ids, so nothing is
re-minted; renamed_from redirects each retired name to the smaller-nozzle
variant, and "re3D rPETG @0.8 nozzle" additionally takes over the
"re3D Greengate rPETG" mapping that lived on the deleted umbrella. Each
printer model's default_materials now lists the variants for its own
nozzles rather than the stub.
This commit is contained in:
SoftFever
2026-09-07 15:45:34 +08:00
parent 6943b6ddc3
commit eec4ae1e87
24 changed files with 18 additions and 190 deletions
+1 -21
View File
@@ -1,7 +1,7 @@
{
"name": "re3D",
"url": "",
"version": "03.00.09",
"version": "03.00.10",
"force_update": "0",
"description": "re3D configurations",
"machine_model_list": [
@@ -93,26 +93,6 @@
"name": "fdm_filament_pc",
"sub_path": "filament/fdm_filament_pc.json"
},
{
"name": "re3D PLA",
"sub_path": "filament/re3D PLA.json"
},
{
"name": "re3D PETG",
"sub_path": "filament/re3D PETG.json"
},
{
"name": "re3D PC",
"sub_path": "filament/re3D PC.json"
},
{
"name": "re3D rPETG",
"sub_path": "filament/re3D rPETG.json"
},
{
"name": "re3D rPP",
"sub_path": "filament/re3D rPP.json"
},
{
"name": "re3D PLA @0.4 nozzle",
"sub_path": "filament/re3D PLA @0.4 nozzle.json"