mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 12:15:21 +00:00
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.
16 lines
397 B
JSON
16 lines
397 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Prusa Generic TPU @MK4S 0.6",
|
|
"inherits": "Prusa Generic TPU @MK4S",
|
|
"from": "system",
|
|
"setting_id": "GFSA04",
|
|
"filament_id": "Generic FLEX @MK4S 0.6",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"Prusa MK4S 0.6 nozzle",
|
|
"Prusa MK4S HF0.6 nozzle"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"6"
|
|
]
|
|
} |