Files
OrcaSlicer/resources/profiles/Prusa/filament/Prusa Generic ASA @MK4S HF0.6.json
SoftFever ce854fa3de Update filament profiles to use arrays for cost, density, and max volumetric speed
Updated multiple filament profiles to convert fields such as filament_cost, filament_density, and filament_max_volumetric_speed from single values to arrays for consistency. Removed unnecessary fields from filament profiles to streamline data structure. This change enhances compatibility with the updated profile handling logic in the orca_filament_lib.py script.
2025-10-25 17:21:51 +08:00

17 lines
430 B
JSON

{
"type": "filament",
"name": "Prusa Generic ASA @MK4S HF0.6",
"inherits": "Prusa Generic ASA @MK4S HF0.4",
"from": "system",
"setting_id": "GFSA04",
"filament_id": "Prusament ASA @MK4S HF0.6",
"instantiation": "true",
"compatible_printers": [
"Prusa MK4S HF0.6 nozzle"
],
"fan_max_speed": "15",
"fan_min_speed": "15",
"filament_max_volumetric_speed": [
"34"
]
}