mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-22 12:45:17 +00:00
Fixed many profile issues and cleaned up some messes. (#10686)
This commit is contained in:
@@ -1,34 +1,82 @@
|
||||
{
|
||||
"type": "filament",
|
||||
"filament_id": "QD_1_1_26",
|
||||
"setting_id": "GFSN99",
|
||||
"name": "QIDI UltraPA-CF25@Q2-Series",
|
||||
"from": "system",
|
||||
"instantiation": "false",
|
||||
"inherits": "fdm_filament_q_common",
|
||||
"box_temperature_range_high": ["65"],
|
||||
"box_temperature_range_low": ["0"],
|
||||
"box_temperature": ["60"],
|
||||
"close_fan_the_first_x_layers": ["3"],
|
||||
"fan_cooling_layer_time": ["5"],
|
||||
"fan_max_speed": ["40"],
|
||||
"fan_min_speed": ["20"],
|
||||
"filament_adhesiveness_category": ["400"],
|
||||
"filament_density": ["1.23"],
|
||||
"filament_flow_ratio": ["0.94"],
|
||||
"filament_max_volumetric_speed": ["8"],
|
||||
"filament_type": ["UltraPA-CF25"],
|
||||
"impact_strength_z":["15.5"],
|
||||
"nozzle_temperature_initial_layer": ["300"],
|
||||
"nozzle_temperature_range_high": ["320"],
|
||||
"nozzle_temperature_range_low": ["300"],
|
||||
"nozzle_temperature": ["300"],
|
||||
"overhang_fan_speed": ["40"],
|
||||
"overhang_fan_threshold": ["0%"],
|
||||
"pressure_advance": ["0.026"],
|
||||
"slow_down_layer_time": ["2"],
|
||||
"temperature_vitrification": ["230"],
|
||||
"hot_plate_temp_initial_layer" : ["80"],
|
||||
"hot_plate_temp" : ["80"],
|
||||
"from": "system",
|
||||
"setting_id": "GFSN99",
|
||||
"filament_id": "QD_1_1_26",
|
||||
"instantiation": "false",
|
||||
"box_temperature_range_high": [
|
||||
"65"
|
||||
],
|
||||
"box_temperature_range_low": [
|
||||
"0"
|
||||
],
|
||||
"box_temperature": [
|
||||
"60"
|
||||
],
|
||||
"close_fan_the_first_x_layers": [
|
||||
"3"
|
||||
],
|
||||
"fan_cooling_layer_time": [
|
||||
"5"
|
||||
],
|
||||
"fan_max_speed": [
|
||||
"40"
|
||||
],
|
||||
"fan_min_speed": [
|
||||
"20"
|
||||
],
|
||||
"filament_adhesiveness_category": [
|
||||
"400"
|
||||
],
|
||||
"filament_density": [
|
||||
"1.23"
|
||||
],
|
||||
"filament_flow_ratio": [
|
||||
"0.94"
|
||||
],
|
||||
"filament_max_volumetric_speed": [
|
||||
"8"
|
||||
],
|
||||
"filament_type": [
|
||||
"UltraPA-CF25"
|
||||
],
|
||||
"impact_strength_z": [
|
||||
"15.5"
|
||||
],
|
||||
"nozzle_temperature_initial_layer": [
|
||||
"300"
|
||||
],
|
||||
"nozzle_temperature_range_high": [
|
||||
"320"
|
||||
],
|
||||
"nozzle_temperature_range_low": [
|
||||
"300"
|
||||
],
|
||||
"nozzle_temperature": [
|
||||
"300"
|
||||
],
|
||||
"overhang_fan_speed": [
|
||||
"40"
|
||||
],
|
||||
"overhang_fan_threshold": [
|
||||
"0%"
|
||||
],
|
||||
"pressure_advance": [
|
||||
"0.026"
|
||||
],
|
||||
"slow_down_layer_time": [
|
||||
"2"
|
||||
],
|
||||
"temperature_vitrification": [
|
||||
"230"
|
||||
],
|
||||
"hot_plate_temp_initial_layer": [
|
||||
"80"
|
||||
],
|
||||
"hot_plate_temp": [
|
||||
"80"
|
||||
],
|
||||
"compatible_printers": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user