orcaslicer/resources/profiles/Snapmaker/filament/fdm_filament_pva.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

73 lines
No EOL
1.1 KiB
JSON

{
"type": "filament",
"from": "system",
"instantiation": "false",
"name": "fdm_filament_pva",
"inherits": "fdm_filament_common",
"filament_is_support": [
"1"
],
"hot_plate_temp": [
"50"
],
"hot_plate_temp_initial_layer": [
"50"
],
"overhang_fan_threshold": [
"50%"
],
"reduce_fan_stop_start_freq": [
"1"
],
"fan_cooling_layer_time": [
"100"
],
"filament_cost": [
"120"
],
"filament_density": [
"1.37"
],
"filament_deretraction_speed": [
"15"
],
"filament_max_volumetric_speed": [
"2.4"
],
"filament_retraction_length": [
"2"
],
"filament_retraction_speed": [
"28"
],
"nozzle_temperature_initial_layer": [
"215"
],
"nozzle_temperature": [
"215"
],
"temperature_vitrification": [
"150"
],
"slow_down_min_speed": [
"20"
],
"slow_down_layer_time": [
"7"
],
"default_filament_colour": [
"#D9DFE3"
],
"filament_type": [
"PVA"
],
"nozzle_temperature_range_low": [
"190"
],
"nozzle_temperature_range_high": [
"225"
],
"additional_cooling_fan_speed": [
"50"
]
}