mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-21 04:13:50 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,30 +1,64 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "GFL99",
|
||||
"setting_id": "GFSA04",
|
||||
"name": "FLSun T1 PLA Generic",
|
||||
"from": "system",
|
||||
"instantiation": "true",
|
||||
"inherits": "FLSun Generic PLA",
|
||||
"activate_air_filtration": ["1"],
|
||||
"complete_print_exhaust_fan_speed": ["0"],
|
||||
"during_print_exhaust_fan_speed": ["100"],
|
||||
"fan_cooling_layer_time": ["100"],
|
||||
"filament_cost": ["0"],
|
||||
"filament_density" : "1.32",
|
||||
"full_fan_speed_layer": ["3"],
|
||||
"hot_plate_temp": ["60"],
|
||||
"hot_plate_temp_initial_layer": ["60"],
|
||||
"nozzle_temperature": ["230"],
|
||||
"nozzle_temperature_initial_layer": ["230"],
|
||||
"nozzle_temperature_range_low": ["190"],
|
||||
"nozzle_temperature_range_high": ["240"],
|
||||
"overhang_fan_speed": ["35"],
|
||||
"slow_down_layer_time": ["1"],
|
||||
"slow_down_min_speed": ["80"],
|
||||
"filament_max_volumetric_speed": ["60"],
|
||||
"dont_slow_down_outer_wall": ["1"],
|
||||
"from": "system",
|
||||
"setting_id": "GFSA04",
|
||||
"filament_id": "GFL99",
|
||||
"instantiation": "true",
|
||||
"activate_air_filtration": [
|
||||
"1"
|
||||
],
|
||||
"complete_print_exhaust_fan_speed": [
|
||||
"0"
|
||||
],
|
||||
"during_print_exhaust_fan_speed": [
|
||||
"100"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"100"
|
||||
],
|
||||
"filament_cost": [
|
||||
"0"
|
||||
],
|
||||
"filament_density": "1.32",
|
||||
"full_fan_speed_layer": [
|
||||
"3"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"60"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"60"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"230"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"190"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"240"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"35"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"1"
|
||||
],
|
||||
"slow_down_min_speed": [
|
||||
"80"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"60"
|
||||
],
|
||||
"dont_slow_down_outer_wall": [
|
||||
"1"
|
||||
],
|
||||
"compatible_printers": [
|
||||
"FLSun T1 0.4 nozzle"
|
||||
"FLSun T1 0.4 nozzle"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user