mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 20:25:20 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,35 +1,77 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFU99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "FLSun S1 TPU",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "FLSun Generic TPU",
|
||||
"fan_max_speed": ["100"],
|
||||
"fan_min_speed": ["100"],
|
||||
"filament_density" : "1.22",
|
||||
"filament_flow_ratio" : "1",
|
||||
"activate_air_filtration": ["1"],
|
||||
"complete_print_exhaust_fan_speed": ["0"],
|
||||
"close_fan_the_first_x_layers": ["1"],
|
||||
"during_print_exhaust_fan_speed": ["100"],
|
||||
"fan_cooling_layer_time": ["100"],
|
||||
"filament_cost": ["0"],
|
||||
"full_fan_speed_layer": ["3"],
|
||||
"hot_plate_temp": ["35"],
|
||||
"hot_plate_temp_initial_layer": ["35"],
|
||||
"nozzle_temperature": ["240"],
|
||||
"nozzle_temperature_initial_layer": ["240"],
|
||||
"nozzle_temperature_range_low": ["200"],
|
||||
"nozzle_temperature_range_high": ["250"],
|
||||
"overhang_fan_speed": ["100"],
|
||||
"slow_down_layer_time": ["8"],
|
||||
"slow_down_min_speed": ["20"],
|
||||
"temperature_vitrification": ["30"],
|
||||
"filament_max_volumetric_speed": ["3.5"],
|
||||
"dont_slow_down_outer_wall": ["1"],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"filament_id": "GFU99",
|
||||
"instantiation": "true",
|
||||
"fan_max_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"100"
|
||||
],
|
||||
"filament_density": "1.22",
|
||||
"filament_flow_ratio": "1",
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"1"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_cost": [
|
||||
"0"
|
||||
],
|
||||
"full_fan_speed_layer": [
|
||||
"3"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"35"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"35"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"240"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"200"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"250"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"8"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"30"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"3.5"
|
||||
],
|
||||
"dont_slow_down_outer_wall": [
|
||||
"1"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"FLSun S1 0.4 nozzle"
|
||||
"FLSun S1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user