Added eSUN Filament PLA Basic, Marble, Matte (#12657)

# 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
```
This commit is contained in:
Schildkroet
2026-03-09 12:43:12 +01:00
committed by GitHub
parent 439ce085fd
commit d222d804ff
7 changed files with 130 additions and 1 deletions

View File

@@ -708,6 +708,18 @@
"name": "Valment PLA-CF @base",
"sub_path": "filament/Valment/Valment PLA-CF @base.json"
},
{
"name": "eSUN PLA-Basic @base",
"sub_path": "filament/eSUN/eSUN PLA-Basic @base.json"
},
{
"name": "eSUN PLA-Matte @base",
"sub_path": "filament/eSUN/eSUN PLA-Matte @base.json"
},
{
"name": "eSUN PLA-Marble @base",
"sub_path": "filament/eSUN/eSUN PLA-Marble @base.json"
},
{
"name": "eSUN PLA+ @base",
"sub_path": "filament/eSUN/eSUN PLA+ @base.json"
@@ -1312,6 +1324,18 @@
"name": "Valment PLA-CF @System",
"sub_path": "filament/Valment/Valment PLA-CF @System.json"
},
{
"name": "eSUN PLA-Basic @System",
"sub_path": "filament/eSUN/eSUN PLA-Basic @System.json"
},
{
"name": "eSUN PLA-Matte @System",
"sub_path": "filament/eSUN/eSUN PLA-Matte @System.json"
},
{
"name": "eSUN PLA-Marble @System",
"sub_path": "filament/eSUN/eSUN PLA-Marble @System.json"
},
{
"name": "eSUN PLA+ @System",
"sub_path": "filament/eSUN/eSUN PLA+ @System.json"
@@ -1388,4 +1412,4 @@
"process_list": [],
"machine_model_list": [],
"machine_list": []
}
}

View File

@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "eSUN PLA-Basic @System",
"inherits": "eSUN PLA-Basic @base",
"from": "system",
"setting_id": "OGFSL04_00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -0,0 +1,26 @@
{
"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"
]
}

View File

@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "eSUN PLA-Marble @System",
"inherits": "eSUN PLA-Marble @base",
"from": "system",
"setting_id": "OGFSL06_00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -0,0 +1,26 @@
{
"type": "filament",
"name": "eSUN PLA-Marble @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFL06",
"instantiation": "false",
"filament_cost": [
"28.99"
],
"filament_density": [
"1.27"
],
"filament_flow_ratio": [
"0.99"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_vendor": [
"eSUN"
],
"slow_down_layer_time": [
"6"
]
}

View File

@@ -0,0 +1,9 @@
{
"type": "filament",
"name": "eSUN PLA-Matte @System",
"inherits": "eSUN PLA-Matte @base",
"from": "system",
"setting_id": "OGFSL05_00",
"instantiation": "true",
"compatible_printers": []
}

View File

@@ -0,0 +1,26 @@
{
"type": "filament",
"name": "eSUN PLA-Matte @base",
"inherits": "fdm_filament_pla",
"from": "system",
"filament_id": "OGFL05",
"instantiation": "false",
"filament_cost": [
"14.99"
],
"filament_density": [
"1.32"
],
"filament_flow_ratio": [
"0.99"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_vendor": [
"eSUN"
],
"slow_down_layer_time": [
"6"
]
}