Files
OrcaSlicer/resources/profiles/Snapmaker/filament/Snapmaker Dual ABS @base.json
T
SoftFever f520e9221f Repair shipped default materials and obsolete settings, and validate them (#15741)
* 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
2026-09-18 00:39:46 +08:00

51 lines
745 B
JSON

{
"type": "filament",
"name": "Snapmaker Dual ABS @base",
"inherits": "fdm_filament_abs",
"from": "system",
"filament_id": "OFJhT2fd",
"instantiation": "false",
"hot_plate_temp": [
"110"
],
"hot_plate_temp_initial_layer": [
"105"
],
"overhang_fan_speed": [
"20"
],
"filament_flow_ratio": [
"0.95"
],
"filament_max_volumetric_speed": [
"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": [
"15"
],
"pressure_advance": [
"0.02"
]
}