mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
# Description This PR introduces a new material type called **CoPE** to the system. **Changes:** * **New Material:** Implemented `CoPE` as a selectable material type. * **Configuration:** Added necessary material properties and parameters specific to CoPE. **Breaking Changes:** * None. # Screenshots/Recordings/Graphs <img width="1793" height="618" alt="image" src="https://github.com/user-attachments/assets/8577be4d-9f5f-4bda-b0de-c0842857625d" /> <img width="978" height="937" alt="image" src="https://github.com/user-attachments/assets/ec2ba1a3-41d5-4792-8fea-41c282136ff2" /> ## Tests I have verified the changes with the following tests: * **UI Validation:** Verified that `CoPE` correctly appears in the software's material selection list. * **Preset Management:** * Successfully **exported** a preset containing the CoPE material. * Successfully **imported** the CoPE preset back into the software.
93 lines
1.6 KiB
JSON
93 lines
1.6 KiB
JSON
{
|
|
"type": "filament",
|
|
"name": "fdm_filament_cope",
|
|
"inherits": "fdm_filament_common",
|
|
"from": "system",
|
|
"filament_id": "OGFLC99",
|
|
"instantiation": "false",
|
|
"filament_type": [
|
|
"CoPE"
|
|
],
|
|
"additional_cooling_fan_speed": [
|
|
"70"
|
|
],
|
|
"close_fan_the_first_x_layers": [
|
|
"1"
|
|
],
|
|
"cool_plate_temp": [
|
|
"35"
|
|
],
|
|
"cool_plate_temp_initial_layer": [
|
|
"35"
|
|
],
|
|
"eng_plate_temp": [
|
|
"0"
|
|
],
|
|
"eng_plate_temp_initial_layer": [
|
|
"0"
|
|
],
|
|
"fan_cooling_layer_time": [
|
|
"100"
|
|
],
|
|
"fan_min_speed": [
|
|
"100"
|
|
],
|
|
"filament_cost": [
|
|
"20"
|
|
],
|
|
"filament_density": [
|
|
"1.29"
|
|
],
|
|
"filament_max_volumetric_speed": [
|
|
"16"
|
|
],
|
|
"filament_scarf_seam_type": [
|
|
"none"
|
|
],
|
|
"filament_scarf_gap": [
|
|
"15%"
|
|
],
|
|
"hot_plate_temp": [
|
|
"55"
|
|
],
|
|
"hot_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"nozzle_temperature": [
|
|
"220"
|
|
],
|
|
"nozzle_temperature_initial_layer": [
|
|
"220"
|
|
],
|
|
"nozzle_temperature_range_low": [
|
|
"190"
|
|
],
|
|
"nozzle_temperature_range_high": [
|
|
"240"
|
|
],
|
|
"overhang_fan_threshold": [
|
|
"50%"
|
|
],
|
|
"reduce_fan_stop_start_freq": [
|
|
"1"
|
|
],
|
|
"slow_down_layer_time": [
|
|
"4"
|
|
],
|
|
"slow_down_min_speed": [
|
|
"10"
|
|
],
|
|
"temperature_vitrification": [
|
|
"45"
|
|
],
|
|
"textured_plate_temp": [
|
|
"55"
|
|
],
|
|
"textured_plate_temp_initial_layer": [
|
|
"55"
|
|
],
|
|
"filament_flow_ratio": [
|
|
"0.98"
|
|
]
|
|
}
|