mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-22 08:22:58 +00:00
* add orca profile skill * add default material check Improve validation for default materials and filament profiles * Fix default materials and obsolete keys * clarifying orca-profiles skill
45 lines
660 B
JSON
45 lines
660 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Snapmaker Dual PET @base",
|
|
"inherits": "fdm_filament_pet",
|
|
"from": "system",
|
|
"filament_id": "OFUIfGoh",
|
|
"instantiation": "false",
|
|
"overhang_fan_speed": [
|
|
"40"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"6.8"
|
|
],
|
|
"filament_loading_speed_start": [
|
|
"35"
|
|
],
|
|
"filament_loading_speed": [
|
|
"35"
|
|
],
|
|
"filament_unloading_speed_start": [
|
|
"35"
|
|
],
|
|
"filament_unloading_speed": [
|
|
"35"
|
|
],
|
|
"filament_cooling_moves": [
|
|
"2"
|
|
],
|
|
"filament_cooling_initial_speed": [
|
|
"35"
|
|
],
|
|
"filament_cooling_final_speed": [
|
|
"60"
|
|
],
|
|
"fan_max_speed": [
|
|
"50"
|
|
],
|
|
"fan_min_speed": [
|
|
"26"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"35"
|
|
]
|
|
}
|