Fix compatible_printers

This commit is contained in:
dylan
2024-06-19 12:06:56 +08:00
parent 5170c0a057
commit ce4a648578
4 changed files with 34 additions and 5 deletions
@@ -5,5 +5,7 @@
"name": "Snapmaker PET @Dual",
"setting_id": "145337790",
"inherits": "Snapmaker Dual PET @base",
"compatible_printers": ""
"compatible_printers": [
"Snapmaker A250 Dual (0.8 nozzle)"
]
}
@@ -4,6 +4,5 @@
"instantiation": "false",
"name": "Snapmaker PET @base",
"filament_id": "2549587591",
"inherits": "fdm_filament_pet",
"compatible_printers": ""
"inherits": "fdm_filament_pet"
}
@@ -4,5 +4,8 @@
"instantiation": "true",
"name": "Snapmaker PVA @0.2 nozzle",
"setting_id": "1131479069",
"inherits": "Snapmaker PVA @base"
"inherits": "Snapmaker PVA @base",
"compatible_printers": [
"Snapmaker A250 (0.2 nozzle)"
]
}
@@ -5,5 +5,30 @@
"name": "Snapmaker PVA",
"setting_id": "3741816734",
"inherits": "Snapmaker PVA @base",
"compatible_printers": ""
"compatible_printers": [
"Snapmaker A250 (0.4 nozzle)",
"Snapmaker A250 (0.6 nozzle)",
"Snapmaker A250 (0.8 nozzle)",
"Snapmaker A250 BKit (0.4 nozzle)",
"Snapmaker A250 BKit (0.6 nozzle)",
"Snapmaker A250 BKit (0.8 nozzle)",
"Snapmaker A250 QS+B Kit (0.4 nozzle)",
"Snapmaker A250 QS+B Kit (0.6 nozzle)",
"Snapmaker A250 QS+B Kit (0.8 nozzle)",
"Snapmaker A250 QSKit (0.4 nozzle)",
"Snapmaker A250 QSKit (0.6 nozzle)",
"Snapmaker A250 QSKit (0.8 nozzle)",
"Snapmaker A350 (0.4 nozzle)",
"Snapmaker A350 (0.6 nozzle)",
"Snapmaker A350 (0.8 nozzle)",
"Snapmaker A350 BKit (0.4 nozzle)",
"Snapmaker A350 BKit (0.6 nozzle)",
"Snapmaker A350 BKit (0.8 nozzle)",
"Snapmaker A350 QS+B Kit (0.4 nozzle)",
"Snapmaker A350 QS+B Kit (0.6 nozzle)",
"Snapmaker A350 QS+B Kit (0.8 nozzle)",
"Snapmaker A350 QSKit (0.4 nozzle)",
"Snapmaker A350 QSKit (0.6 nozzle)",
"Snapmaker A350 QSKit (0.8 nozzle)"
]
}