mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
# Description <!-- > Please provide a summary of the changes made in this PR. Include details such as: > * What issue does this PR address or fix? > * What new features or enhancements does this PR introduce? > * Are there any breaking changes or dependencies that need to be considered? --> Added eSUN Filament PLA Basic, Marble, Matte to Orca Filament Library <img width="811" height="331" alt="image" src="https://github.com/user-attachments/assets/5cda8b59-cd44-4e32-bae0-d08d2346dd39" /> ## Tests <!-- > Please describe the tests that you have conducted to verify the changes made in this PR. --> ``` ./OrcaSlicer_profile_validator -v eSUN Total loaded vendors: 1 Validation completed successfully ```
27 lines
480 B
JSON
27 lines
480 B
JSON
{
|
|
"type": "filament",
|
|
"name": "eSUN PLA-Basic @base",
|
|
"inherits": "fdm_filament_pla",
|
|
"from": "system",
|
|
"filament_id": "OGFL04",
|
|
"instantiation": "false",
|
|
"filament_cost": [
|
|
"11.99"
|
|
],
|
|
"filament_density": [
|
|
"1.24"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.98"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"16"
|
|
],
|
|
"filament_vendor": [
|
|
"eSUN"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"6"
|
|
]
|
|
}
|