mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 19:32:18 +00:00
* Update Qidi profiles * restructure orca filament lib folder * update profiles * add more global filaments * check missing instantiation errors * fix missing instantiation attribute * delete voron generic filaments * remove Mellow filaments * clean profiles * QoL: select only visible filament when select all filaments
27 lines
868 B
JSON
Executable File
27 lines
868 B
JSON
Executable File
{
|
|
"type": "filament",
|
|
"name": "fdm_filament_tpu",
|
|
"from": "system",
|
|
"instantiation": "false",
|
|
"inherits": "fdm_filament_common",
|
|
"slow_down_for_layer_cooling": ["1"],
|
|
"close_fan_the_first_x_layers": ["3"],
|
|
"fan_cooling_layer_time": ["30"],
|
|
"filament_max_volumetric_speed": ["0"],
|
|
"filament_type": ["TPU"],
|
|
"filament_density": ["1.10"],
|
|
"filament_cost": ["20"],
|
|
"nozzle_temperature_initial_layer": ["240"],
|
|
"reduce_fan_stop_start_freq": ["1"],
|
|
"fan_max_speed": ["5"],
|
|
"fan_min_speed": ["5"],
|
|
"overhang_fan_threshold": ["25%"],
|
|
"overhang_fan_speed": ["80"],
|
|
"nozzle_temperature": ["235"],
|
|
"temperature_vitrification": ["110"],
|
|
"nozzle_temperature_range_low": ["235"],
|
|
"nozzle_temperature_range_high": ["240"],
|
|
"slow_down_min_speed": ["10"],
|
|
"slow_down_layer_time": ["15"]
|
|
}
|