From b7b3418bafe2820472b022e0ced384f80e7f1b14 Mon Sep 17 00:00:00 2001 From: cochcoder <103969142+cochcoder@users.noreply.github.com> Date: Mon, 3 Jun 2024 13:40:28 +0000 Subject: [PATCH] Fix Dremel Generic PLA, Snapmaker PET, & Snapmaker PVA showing up everywhere (#5508) * Fix Dremel PLA being shown everywhere * Remove duplicate ender 3 profile * Fix failing build * Revert "Fix failing build" This reverts commit e137e7a135754914f193382870bfdc476ab1a4e3. * Revert "Remove duplicate ender 3 profile" This reverts commit a6cbd955ffd50d943b0546f811dc12f8e725652a. * Fix Snapmaker PET & PVA showing up everywhere --- resources/profiles/Dremel/filament/Dremel Generic PLA.json | 3 ++- resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json | 3 ++- resources/profiles/Snapmaker/filament/Snapmaker PET @base.json | 3 ++- resources/profiles/Snapmaker/filament/Snapmaker PVA.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/resources/profiles/Dremel/filament/Dremel Generic PLA.json b/resources/profiles/Dremel/filament/Dremel Generic PLA.json index e0af806ed9..ca1ce300f5 100644 --- a/resources/profiles/Dremel/filament/Dremel Generic PLA.json +++ b/resources/profiles/Dremel/filament/Dremel Generic PLA.json @@ -8,5 +8,6 @@ "inherits": "fdm_filament_pla", "filament_flow_ratio": ["0.98"], "filament_max_volumetric_speed": ["12"], - "slow_down_layer_time": ["8"] + "slow_down_layer_time": ["8"], + "compatible_printers": "" } diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json index 1318da9b4e..a77525a0e9 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @Dual.json @@ -4,5 +4,6 @@ "instantiation": "true", "name": "Snapmaker PET @Dual", "setting_id": "145337790", - "inherits": "Snapmaker Dual PET @base" + "inherits": "Snapmaker Dual PET @base", + "compatible_printers": "" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PET @base.json b/resources/profiles/Snapmaker/filament/Snapmaker PET @base.json index 47594a10d7..fd188706aa 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PET @base.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PET @base.json @@ -4,5 +4,6 @@ "instantiation": "false", "name": "Snapmaker PET @base", "filament_id": "2549587591", - "inherits": "fdm_filament_pet" + "inherits": "fdm_filament_pet", + "compatible_printers": "" } \ No newline at end of file diff --git a/resources/profiles/Snapmaker/filament/Snapmaker PVA.json b/resources/profiles/Snapmaker/filament/Snapmaker PVA.json index 4ed343df13..b49e2cfb4c 100644 --- a/resources/profiles/Snapmaker/filament/Snapmaker PVA.json +++ b/resources/profiles/Snapmaker/filament/Snapmaker PVA.json @@ -4,5 +4,6 @@ "instantiation": "true", "name": "Snapmaker PVA", "setting_id": "3741816734", - "inherits": "Snapmaker PVA @base" + "inherits": "Snapmaker PVA @base", + "compatible_printers": "" } \ No newline at end of file