mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
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 commite137e7a135. * Revert "Remove duplicate ender 3 profile" This reverts commita6cbd955ff. * Fix Snapmaker PET & PVA showing up everywhere
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
|
||||
@@ -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": ""
|
||||
}
|
||||
@@ -4,5 +4,6 @@
|
||||
"instantiation": "false",
|
||||
"name": "Snapmaker PET @base",
|
||||
"filament_id": "2549587591",
|
||||
"inherits": "fdm_filament_pet"
|
||||
"inherits": "fdm_filament_pet",
|
||||
"compatible_printers": ""
|
||||
}
|
||||
@@ -4,5 +4,6 @@
|
||||
"instantiation": "true",
|
||||
"name": "Snapmaker PVA",
|
||||
"setting_id": "3741816734",
|
||||
"inherits": "Snapmaker PVA @base"
|
||||
"inherits": "Snapmaker PVA @base",
|
||||
"compatible_printers": ""
|
||||
}
|
||||
Reference in New Issue
Block a user