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
This commit is contained in:
cochcoder 2024-06-03 13:40:28 +00:00 committed by GitHub
parent accc1a4fc1
commit b7b3418baf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 4 deletions

View file

@ -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": ""
}

View file

@ -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": ""
}

View file

@ -4,5 +4,6 @@
"instantiation": "false",
"name": "Snapmaker PET @base",
"filament_id": "2549587591",
"inherits": "fdm_filament_pet"
"inherits": "fdm_filament_pet",
"compatible_printers": ""
}

View file

@ -4,5 +4,6 @@
"instantiation": "true",
"name": "Snapmaker PVA",
"setting_id": "3741816734",
"inherits": "Snapmaker PVA @base"
"inherits": "Snapmaker PVA @base",
"compatible_printers": ""
}