orcaslicer/resources/profiles/Snapmaker/filament/fdm_filament_pa.json
Dylan 81b3e5939d
update snapmaker profiles (#5300)
* update snapmaker profiles

- add BracingKit for Snapmaker 2
- add Artisan profiles

* remove key

* fix compatible_printers

* remove pva for single extruder

* fix ci
2024-05-18 13:25:39 +08:00

88 lines
No EOL
1.3 KiB
JSON

{
"type": "filament",
"from": "system",
"instantiation": "false",
"name": "fdm_filament_pa",
"inherits": "fdm_filament_common",
"required_nozzle_HRC": [
"40"
],
"hot_plate_temp": [
"95"
],
"hot_plate_temp_initial_layer": [
"90"
],
"overhang_fan_threshold": [
"0%"
],
"overhang_fan_speed": [
"60"
],
"close_fan_the_first_x_layers": [
"3"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_cooling_layer_time": [
"20"
],
"filament_cost": [
"150"
],
"filament_density": [
"1.09"
],
"filament_max_volumetric_speed": [
"8"
],
"filament_retraction_minimum_travel": [
"0"
],
"filament_retraction_length": [
"2"
],
"filament_retraction_speed": [
"36"
],
"nozzle_temperature_initial_layer": [
"255"
],
"nozzle_temperature": [
"250"
],
"temperature_vitrification": [
"203"
],
"full_fan_speed_layer": [
"3"
],
"fan_max_speed": [
"65"
],
"fan_min_speed": [
"30"
],
"slow_down_min_speed": [
"15"
],
"slow_down_layer_time": [
"20"
],
"default_filament_colour": [
"#3D3C39"
],
"filament_type": [
"PA-CF"
],
"nozzle_temperature_range_low": [
"250"
],
"nozzle_temperature_range_high": [
"260"
],
"filament_notes": [
"!! It needs to be dried before use.\n"
]
}