From 2b5fd7ad2e2f3c42a3ff7113e4fa2fcde7085fac Mon Sep 17 00:00:00 2001 From: Noisyfox Date: Tue, 15 Apr 2025 20:02:22 +0800 Subject: [PATCH] Fix filament name inconsistency (cherry picked from commit 36225fc3dbd88babbc5a227fcc6247528d0de6a4) --- .../Flashforge/filament/Generic PLA Silk @Flashforge AD4.json | 3 ++- .../profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.4 nozzle.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/profiles/Flashforge/filament/Generic PLA Silk @Flashforge AD4.json b/resources/profiles/Flashforge/filament/Generic PLA Silk @Flashforge AD4.json index 571d943ff4..6c2db8a46b 100644 --- a/resources/profiles/Flashforge/filament/Generic PLA Silk @Flashforge AD4.json +++ b/resources/profiles/Flashforge/filament/Generic PLA Silk @Flashforge AD4.json @@ -2,7 +2,8 @@ "type": "filament", "filament_id": "GFL99", "setting_id": "GFSA04", - "name": "PLA Silk @Flashforge AD4", + "name": "Generic PLA Silk @Flashforge AD4", + "renamed_from": "PLA Silk @Flashforge AD4", "from": "system", "instantiation": "true", "inherits": "Flashforge Generic PLA-Silk", diff --git a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.4 nozzle.json b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.4 nozzle.json index 5ce57d965c..91b1a0e4d5 100644 --- a/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.4 nozzle.json +++ b/resources/profiles/Z-Bolt/filament/Z-Bolt ABS HT @0.4 nozzle.json @@ -1,6 +1,7 @@ { "type": "filament", - "name": "Z-Bolt ABS HT@0.4 nozzle", + "name": "Z-Bolt ABS HT @0.4 nozzle", + "renamed_from": "Z-Bolt ABS HT@0.4 nozzle", "inherits": "Z-Bolt ABS HT @base", "from": "system", "instantiation": "true",