mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-29 21:07:11 +00:00
Change-Id: I2f540d0afd6ba368100bc88433cdf2024a1c7d3c (cherry picked from commit 316d8461476d65a85de8dba41a861877c358dba5)
48 lines
896 B
JSON
48 lines
896 B
JSON
{
|
|
"type": "filament",
|
|
"name": "fdm_filament_eva",
|
|
"inherits": "fdm_filament_common",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"filament_type": [
|
|
"EVA"
|
|
],
|
|
"filament_dev_chamber_drying_bed_temperature": [
|
|
"70"
|
|
],
|
|
"filament_dev_ams_drying_time": [
|
|
"12",
|
|
"12",
|
|
"12",
|
|
"12"
|
|
],
|
|
"filament_dev_ams_drying_ams_limitations": [
|
|
"1",
|
|
"0"
|
|
],
|
|
"filament_dev_ams_drying_heat_distortion_temperature": [
|
|
"45"
|
|
],
|
|
"filament_dev_drying_cooling_temperature": [
|
|
"40"
|
|
],
|
|
"filament_dev_ams_drying_temperature": [
|
|
"45",
|
|
"45",
|
|
"45",
|
|
"45"
|
|
],
|
|
"filament_dev_drying_softening_temperature": [
|
|
"50"
|
|
],
|
|
"supertack_plate_temp": [
|
|
"0"
|
|
],
|
|
"supertack_plate_temp_initial_layer": [
|
|
"0"
|
|
],
|
|
"filament_end_gcode": [
|
|
"; filament end gcode \n\n"
|
|
]
|
|
}
|