mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +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.
23 lines
643 B
JSON
23 lines
643 B
JSON
{
|
|
"type": "filament",
|
|
"name": "Prusa Generic PETG @MK4S 0.8",
|
|
"inherits": "Prusa Generic PETG @MK4S",
|
|
"from": "system",
|
|
"setting_id": "GFSA04",
|
|
"filament_id": "Generic PETG @MK4S 0.8",
|
|
"instantiation": "true",
|
|
"compatible_printers": [
|
|
"Prusa MK4S 0.8 nozzle"
|
|
],
|
|
"fan_cooling_layer_time": "25",
|
|
"fan_max_speed": "45",
|
|
"fan_min_speed": "25",
|
|
"filament_max_volumetric_speed": [
|
|
"22"
|
|
],
|
|
"filament_retract_before_wipe": "50",
|
|
"nozzle_temperature": "245",
|
|
"nozzle_temperature_initial_layer": "240",
|
|
"overhang_fan_speed": "45",
|
|
"slow_down_layer_time": "18"
|
|
} |